301 http status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 http status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: wlan.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!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="components-catalog-TrackList-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/components-catalog-TrackList-component.626e2b289929900208bd.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="AptivadaKeywordContest-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/AptivadaKeywordContest-component.a21f13419d9d48bf409a.css"> <style data-reactroot="">:root { --station-font-family: "Mulish","Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --gradient-start: hsl(325,88.9%,32.9%); --gradient-stop: hsl(325,88.9%,26.9%); --accent-color: #dd0d86; --darkFooterColor: hsl(325,88.9%,30.9%); --premiere-footer-dark-color:var(--darkFooterColor); }</style> <title data-rh="true">FM97 WLAN - Lancaster's #1 Hit Music Station</title> <link data-rh="true" rel="shortcut icon" type="" title="" href="https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?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/6732540777ede8b479ef55cf?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/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><link data-rh="true" rel="canonical" type="" title="" href="https://fm97.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="#dd0d86"/><meta data-rh="true" property="og:title" content="FM97 WLAN - Lancaster's #1 Hit Music Station"/><meta data-rh="true" property="twitter:title" content="FM97 WLAN - Lancaster's #1 Hit Music Station"/><meta data-rh="true" itemprop="name" content="FM97 WLAN - Lancaster's #1 Hit Music Station"/><meta data-rh="true" name="parsely-title" content="FM97 WLAN - Lancaster's #1 Hit Music Station"/><meta data-rh="true" name="description" content="No te pierdas de lo último en FM97 WLAN, Lancaster's #1 Hit Music Station"/><meta data-rh="true" property="og:description" content="No te pierdas de lo último en FM97 WLAN, Lancaster's #1 Hit Music Station"/><meta data-rh="true" property="twitter:description" content="No te pierdas de lo último en FM97 WLAN, Lancaster's #1 Hit Music Station"/><meta data-rh="true" itemprop="description" content="No te pierdas de lo último en FM97 WLAN, Lancaster's #1 Hit Music Station"/><meta data-rh="true" name="keywords" content="fm97, fm 97, wlanfm, wlan fm"/><meta data-rh="true" name="parsely-tags" content="fm97, fm 97, wlanfm, wlan fm"/><meta data-rh="true" property="og:url" content="https://fm97.iheart.com/"/><meta data-rh="true" property="twitter:url" content="https://fm97.iheart.com/"/><meta data-rh="true" itemprop="url" content="https://fm97.iheart.com/"/><meta data-rh="true" name="parsely-link" content="https://fm97.iheart.com/"/><meta data-rh="true" name="thumbnail" content="https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" property="og:image" content="https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><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/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" name="parsely-image-url" content="https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" itemprop="image" content="https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" name="msapplication-TileImage" content="https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" property="og:type" content="website"/><meta data-rh="true" name="parsely-type" content="sectionpage"/><meta data-rh="true" property="twitter:card" content="Summary"/><meta data-rh="true" property="twitter:site" content="@fm97"/><meta data-rh="true" property="twitter:creator" content="@fm97"/><meta data-rh="true" property="twitter:domain" content="fm97.iheart.com"/><meta data-rh="true" property="og:site_name" content="FM97 WLAN"/><meta data-rh="true" name="application-name" content="FM97 WLAN"/><meta data-rh="true" property="fb:app_id" content="221093168001354"/><meta data-rh="true" name="google-site-verification" content="p2FWrUKxtwBmQgHV4CjD80oKdZZBjmMNByoWvZMsYso"/><meta data-rh="true" name="parsely-section" content="topic"/> <script> function initializeIHRSDK() { window.IHR?.initializeSync({ alwaysPrompt: true, container: 'ihr-auth-container', embed: true, ampHost: 'https://us.api.iheart.com/api/', host: 'https://www.iheart.com', iframeId: 'ihr-frame', }); window.IHR_READY = true; console.info("IHR Auth SDK Loaded & Initialized from HEAD"); } </script> <script async src='https://www.iheart.com/sdk/sdk.js' onload="initializeIHRSDK()"></script> </head> <body class="theme-light 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/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="FM97 WLAN - Lancaster's #1 Hit Music Station" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?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="Escucha" class="button-text" tabindex="0"><span class="menu-label">Escucha</span></button></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="Elvis Duran" tabindex="0" href="/featured/elvis-duran/">Elvis Duran</a></li><li><a aria-label="DC" tabindex="0" href="/featured/dc-blog/">DC</a></li><li><a aria-label="Leah Tyler" tabindex="0" href="/featured/leah-tyler/">Leah Tyler</a></li><li><a aria-label="Damian Rhodes" tabindex="0" href="/featured/damian-rhodes/">Damian Rhodes</a></li><li><a aria-label="Tino Cochino" tabindex="0" href="/featured/tino-cochino-radio/">Tino Cochino</a></li><li><a aria-label="Rach On The Radio" tabindex="0" href="/featured/rach-on-the-radio/">Rach On The Radio</a></li><li><a aria-label="Full Schedule" tabindex="0" href="/schedule/">Full Schedule</a></li></ul></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Music" class="button-text" tabindex="0"><span class="menu-label">Music</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="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><li><a aria-label="Music News" tabindex="0" href="/topic/music-news/">Music News</a></li></ul></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Features" class="button-text" tabindex="0"><span class="menu-label">Features</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="iHeart Communities Central PA" tabindex="0" href="/featured/iheart-central-pa-community/">iHeart Communities Central PA</a></li><li><a aria-label="Podcasts" tabindex="0" href="/podcasts/">Podcasts</a></li><li><a aria-label="Candy Cane Countdown" tabindex="0" href="/featured/the-candy-cane-countdown/">Candy Cane Countdown</a></li><li><a aria-label="Listen on your Smart Speaker" tabindex="0" href="/amazon-alexa-and-google-home/">Listen on your Smart Speaker</a></li><li><a href="https://local21news.com/weather/closings" target="_blank" rel="noopener" aria-label="Stormwatch">Stormwatch</a></li><li><a aria-label="Weather" tabindex="0" href="/weather/">Weather</a></li><li><a aria-label="Central PA Newsroom" tabindex="0" href="/topic/local-news/">Central PA Newsroom</a></li><li><a href="https://lpaihm.incentrev.com/category/local" target="_blank" rel="noopener" aria-label="Central PA 1/2 Off Deals">Central PA 1/2 Off Deals</a></li><li><a href="https://iheartmediacareers.com/" target="_blank" rel="noopener" aria-label="Jobs">Jobs</a></li></ul></li><li class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Concursos y Promociones" class="button-text" tabindex="0"><span class="menu-label">Concursos y Promociones</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="Register to win tickets to The FM97 NOCA LITTLE BLACK DRESS PARTY!" tabindex="0" href="/promotions/register-to-win-tickets-to-the-1775143/">Register to win tickets to The FM97 NOCA LITTLE BLACK DRESS PARTY!</a></li><li><a aria-label="Enter to win a chance to score a whole year of Dave's Hot Chicken!" tabindex="0" href="/promotions/enter-to-win-a-chance-to-1776267/">Enter to win a chance to score a whole year of Dave's Hot Chicken!</a></li><li><a aria-label="Listen to Win $1,000" tabindex="0" href="/promotions/listen-to-win-1000-1759756/">Listen to Win $1,000</a></li><li><a href="https://stellarosa.com/sweepstakes-queenofchill/" target="_blank" rel="noopener" aria-label="Stella Rosa Summer Queen of Chill Sweepstakes">Stella Rosa Summer Queen of Chill Sweepstakes</a></li><li><a aria-label="JUST ANNOUNCED: JONAS BROTHERS AT HERSHEYPARK STADIUM!" tabindex="0" href="/promotions/just-announced-jonas-brothers-at-hersheypark-1762375/">JUST ANNOUNCED: JONAS BROTHERS AT HERSHEYPARK STADIUM!</a></li><li><a aria-label="Todos los concursos y promociones" tabindex="0" href="/promotions/">Todos los concursos y promociones</a></li><li><a aria-label="Reglas del concurso" tabindex="0" href="/rules/">Reglas del concurso</a></li></ul></li><li class="menu-top-label"><a tabindex="0" href="/contact/">Contacto</a></li><li class="menu-top-label"><a tabindex="0" href="/newsletter/">Boletín Informativo</a></li><li class="menu-top-label"><a tabindex="0" href="/advertise/">Anúnciate en FM97 WLAN</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/FM97WLAN" 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/fm97" 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/FM97WLAN" 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></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="Buscar" 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/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="FM97 WLAN - Lancaster's #1 Hit Music Station" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?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 wlan-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 FM97 WLAN 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/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="Logo for FM97 WLAN - Lancaster's #1 Hit Music Station" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" width="180" height="60"/></button></div><div class="OnairPlayTile-module_streamStartDetails_vOU86"><h1>FM97 WLAN</h1><span class="OnairPlayTile-module_positioner_lTAsj">Lancaster's #1 Hit Music Station</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/rach-on-the-radio/">Rach On The Radio</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-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release/"><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/6824b26abc3c60e780302932?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6824b26abc3c60e780302932?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6824b26abc3c60e780302932?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6824b26abc3c60e780302932?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6824b26abc3c60e780302932?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/6824b26abc3c60e780302932?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/6824b26abc3c60e780302932?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="Music News - Kesha Shares Which Song She Thought Was 'Too Dumb' To Release" 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/music-news/">Music News</a></nav><a class="card-title" tabindex="0" href="/content/2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release/">Kesha Shares Which Song She Thought Was 'Too Dumb' To Release</a><time class="component-date-display" dateTime="1747255860000">May 14, 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 tabindex="0" href="/content/2025-05-05-the-fm97-little-black-dress-party-presented-by-noca/"><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//681ca5c0772794ea77903072?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//681ca5c0772794ea77903072?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//681ca5c0772794ea77903072?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//681ca5c0772794ea77903072?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//681ca5c0772794ea77903072?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="THE FM97 LITTLE BLACK DRESS PARTY PRESENTED BY NOCA " 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="/content/2025-05-05-the-fm97-little-black-dress-party-presented-by-noca/">THE FM97 LITTLE BLACK DRESS PARTY PRESENTED BY NOCA </a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a tabindex="0" href="/promotions/listen-to-win-1-000-1759062/"><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//67fcefd79a35e0b261210299?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//67fcefd79a35e0b261210299?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//67fcefd79a35e0b261210299?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//67fcefd79a35e0b261210299?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//67fcefd79a35e0b261210299?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="Listen For Your Chance To Win!" 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/listen-to-win-1-000-1759062/">Listen For Your Chance To Win!</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><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a href="https://www.iheart.com/artist/sabrina-carpenter-553828/?autoplay=true" 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//6813d0c983087d3ebcf9e26b?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//6813d0c983087d3ebcf9e26b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//6813d0c983087d3ebcf9e26b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//6813d0c983087d3ebcf9e26b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//6813d0c983087d3ebcf9e26b?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="Listen to Sabrina Carpenter & More For Free" 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.iheart.com/artist/sabrina-carpenter-553828/?autoplay=true" class="card-title" target="_blank" rel="noopener">Listen to Sabrina Carpenter & More For Free</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/2025-05-14-heres-when-demi-lovato-is-getting-married/"><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/6824f5f54780dcb26d30b359?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6824f5f54780dcb26d30b359?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6824f5f54780dcb26d30b359?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6824f5f54780dcb26d30b359?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6824f5f54780dcb26d30b359?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 - Here's When Demi Lovato Is Getting Married" 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-05-14-heres-when-demi-lovato-is-getting-married/">Here's When Demi Lovato Is Getting Married</a><time class="component-date-display" dateTime="1747253700000">May 14, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion/"><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/6824f83df068c715817c0879?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6824f83df068c715817c0879?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6824f83df068c715817c0879?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6824f83df068c715817c0879?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6824f83df068c715817c0879?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 - Kelsey Harris' Bodyguard Claims Harris Allegedly Shot Megan Thee Stallion" 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-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion/">Kelsey Harris' Bodyguard Claims Harris Allegedly Shot Megan Thee Stallion</a><time class="component-date-display" dateTime="1747253040000">May 14, 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">Música de FM97 WLAN</h2></header><div class="component-tabs"><div class="tab-controls"><ul class="tab-selector"><li class="tab active"><button class="button-text">Últimas reproducciones</button></li><li class="tab"><button class="button-text">Canciones Más Populares</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/lady-gaga-39335/songs/just-dance-97678798/" 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/97678798?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80)" data-srcset="https://i.iheart.com/v3/catalog/track/97678798?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80) 1x,https://i.iheart.com/v3/catalog/track/97678798?ops=gravity("center"),ratio(1,1),fit(112,112),quality(80) 2x" sizes="(max-width: 767px) 56px,(min-width: 768px) 112px,auto " alt="Just Dance by Lady Gaga" class="lazyload" srcSet="" width="56" height="56"/></a></section><figcaption><a href="https://www.iheart.com/artist/lady-gaga-39335/songs/just-dance-97678798/" class="track-title" target="_blank" rel="noopener"><span>Just Dance</span></a><a href="https://www.iheart.com/artist/lady-gaga-39335/" class="track-artist" target="_blank" rel="noopener"><span>Lady Gaga</span></a><a href="https://www.iheart.com/artist/lady-gaga-39335/albums/the-fame-97678797/" class="track-album" target="_blank" rel="noopener"><span>The Fame</span></a><time class="component-datetime-display track-time" dateTime="2025-05-15T01:28:49" data-timezone="America/New_York">1:28 AM</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/doechii-37731825/songs/anxiety-317148099/" 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/317148099?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80)" data-srcset="https://i.iheart.com/v3/catalog/track/317148099?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80) 1x,https://i.iheart.com/v3/catalog/track/317148099?ops=gravity("center"),ratio(1,1),fit(112,112),quality(80) 2x" sizes="(max-width: 767px) 56px,(min-width: 768px) 112px,auto " alt="Anxiety by Doechii" class="lazyload" srcSet="" width="56" height="56"/></a></section><figcaption><a href="https://www.iheart.com/artist/doechii-37731825/songs/anxiety-317148099/" class="track-title" target="_blank" rel="noopener"><span>Anxiety</span></a><a href="https://www.iheart.com/artist/doechii-37731825/" class="track-artist" target="_blank" rel="noopener"><span>Doechii</span></a><a href="https://www.iheart.com/artist/doechii-37731825/albums/anxiety-317148098/" class="track-album" target="_blank" rel="noopener"><span>Anxiety</span></a><time class="component-datetime-display track-time" dateTime="2025-05-15T01:24:48" data-timezone="America/New_York">1:24 AM</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/sabrina-carpenter-553828/songs/espresso-285265187/" 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/285265187?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80)" data-srcset="https://i.iheart.com/v3/catalog/track/285265187?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80) 1x,https://i.iheart.com/v3/catalog/track/285265187?ops=gravity("center"),ratio(1,1),fit(112,112),quality(80) 2x" sizes="(max-width: 767px) 56px,(min-width: 768px) 112px,auto " alt="Espresso by Sabrina Carpenter" class="lazyload" srcSet="" width="56" height="56"/></a></section><figcaption><a href="https://www.iheart.com/artist/sabrina-carpenter-553828/songs/espresso-285265187/" class="track-title" target="_blank" rel="noopener"><span>Espresso</span></a><a href="https://www.iheart.com/artist/sabrina-carpenter-553828/" class="track-artist" target="_blank" rel="noopener"><span>Sabrina Carpenter</span></a><a href="https://www.iheart.com/artist/sabrina-carpenter-553828/albums/short-n-sweet-285265180/" class="track-album" target="_blank" rel="noopener"><span>Short n' Sweet</span></a><time class="component-datetime-display track-time" dateTime="2025-05-15T01:21:57" data-timezone="America/New_York">1:21 AM</time></figcaption></figure></li></ul><a class="component-button button-faux secondary small see-all" tabindex="0" href="/music/recently-played/">Ver más Últimas reproducciones</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="Desliza el contenido hacia la izquierda" 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="Desliza el contenido hacia la derecha" 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/elvis-duran/"><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/5e95c222f75c1a2ff282f500?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5e95c222f75c1a2ff282f500?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5e95c222f75c1a2ff282f500?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Elvis Duran" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/elvis-duran/">Elvis Duran</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/dc-blog/"><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/6318c0473effcf9739302dfc?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/6318c0473effcf9739302dfc?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/6318c0473effcf9739302dfc?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of DC" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/dc-blog/">DC</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/leah-tyler/"><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/63b5ccfb7f47fc798e7705a1?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/63b5ccfb7f47fc798e7705a1?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/63b5ccfb7f47fc798e7705a1?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Leah Tyler" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/leah-tyler/">Leah Tyler</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/damian-rhodes/"><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/d2e4c8cec2420cfdf5b8f494f1e9fb8d?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/d2e4c8cec2420cfdf5b8f494f1e9fb8d?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/d2e4c8cec2420cfdf5b8f494f1e9fb8d?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Damian Rhodes" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/damian-rhodes/">Damian Rhodes</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/tino-cochino-radio/"><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/64122ed3afd8627feca82149?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/64122ed3afd8627feca82149?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/64122ed3afd8627feca82149?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Tino Cochino Radio" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/tino-cochino-radio/">Tino Cochino Radio</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/rach-on-the-radio/"><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/5e79f346107e3a9337e861de?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5e79f346107e3a9337e861de?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5e79f346107e3a9337e861de?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Rach On The Radio" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/rach-on-the-radio/">Rach On The Radio</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">FM97 WLAN<!-- --> Podcasts</h2><a class="component-button button-faux secondary small see-all" tabindex="0" href="/podcasts/">Ver más</a></header><div class="component-grid col-4"><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/1014-elvis-duran-and-the-morni-26935920/" 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/26935920?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/26935920?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/26935920?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/26935920?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/26935920?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/26935920?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/26935920?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="Imagen para el podcast Elvis Duran and the Morning Show ON DEMAND" 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">Elvis Duran and the Morning Show ON DEMAND</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/1246-pop-culture-weekly-30301596/" 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/30301596?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/30301596?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/30301596?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/30301596?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/30301596?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/30301596?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/30301596?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="Imagen para el podcast Pop Culture Weekly" 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">Pop Culture Weekly</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/1014-elvis-duran-phone-taps-18901115/" 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/18901115?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/18901115?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/18901115?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/18901115?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/18901115?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/18901115?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/18901115?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="Imagen para el podcast Elvis Duran Phone Taps" 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">Elvis Duran Phone Taps</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/270-the-tino-cochino-radio-pod-29319094/" 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/29319094?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/29319094?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/29319094?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/29319094?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/29319094?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/29319094?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/29319094?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="Imagen para el podcast The Tino Cochino Radio 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 Tino Cochino Radio Podcast</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-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton/"><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/6824ec7e6044a21e146be204?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6824ec7e6044a21e146be204?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6824ec7e6044a21e146be204?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6824ec7e6044a21e146be204?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6824ec7e6044a21e146be204?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 - Miley Cyrus Shares Heartfelt Tribute To Godmother Dolly Parton" 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-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton/">Miley Cyrus Shares Heartfelt Tribute To Godmother Dolly Parton</a><time class="component-date-display" dateTime="1747250100000">May 14, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/"><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/6824e2b1f892ed465a0de501?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6824e2b1f892ed465a0de501?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6824e2b1f892ed465a0de501?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6824e2b1f892ed465a0de501?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6824e2b1f892ed465a0de501?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 - Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo" 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-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/">Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo</a><time class="component-date-display" dateTime="1747248540000">May 14, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video/"><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/6824a0f585ab297b254fa386?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6824a0f585ab297b254fa386?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6824a0f585ab297b254fa386?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6824a0f585ab297b254fa386?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6824a0f585ab297b254fa386?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 - Watch Kendall Jenner Reveal She Chipped A Tooth In Hilarious New Video" 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-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video/">Watch Kendall Jenner Reveal She Chipped A Tooth In Hilarious New Video</a><time class="component-date-display" dateTime="1747246440000">May 14, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle/"><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/68249fb9182d52df1294dfa6?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/68249fb9182d52df1294dfa6?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/68249fb9182d52df1294dfa6?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/68249fb9182d52df1294dfa6?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/68249fb9182d52df1294dfa6?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 - PHOTOS: Kate Middleton Turns Heads With Bold New Look, Hairstyle" 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-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle/">PHOTOS: Kate Middleton Turns Heads With Bold New Look, Hairstyle</a><time class="component-date-display" dateTime="1747246020000">May 14, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber/"><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/6824d55380f5323ca386ebc1?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/6824d55380f5323ca386ebc1?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/6824d55380f5323ca386ebc1?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/6824d55380f5323ca386ebc1?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/6824d55380f5323ca386ebc1?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 - Man Arrested For Allegedly Hitting Woman And Her Daughter With A Lightsaber" 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-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber/">Man Arrested For Allegedly Hitting Woman And Her Daughter With A Lightsaber</a><time class="component-date-display" dateTime="1747244400000">May 14, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met/"><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/6824b2758784613237157be4?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6824b2758784613237157be4?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6824b2758784613237157be4?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6824b2758784613237157be4?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6824b2758784613237157be4?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 - Olivia Munn Reveals How Mom Pranked John Mulaney When They First Met" 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-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met/">Olivia Munn Reveals How Mom Pranked John Mulaney When They First Met</a><time class="component-date-display" dateTime="1747244340000">May 14, 2025</time></figcaption></figure></div></div><div class="component-load-more"><button class="component-button primary" aria-label="" aria-hidden="false" type="button">Ver Más</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/elvis-duran/content/2025-05-14-alex-warren-promises-to-back-flip-on-stage-at-2025-jingle-ball/"><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/6824a0683807855d902d23df?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6824a0683807855d902d23df?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6824a0683807855d902d23df?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6824a0683807855d902d23df?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6824a0683807855d902d23df?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="Elvis Duran - Alex Warren Promises to Back Flip on Stage at 2025 Jingle Ball" 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/elvis-duran/">Elvis Duran</a></nav><a class="card-title" tabindex="0" href="/featured/elvis-duran/content/2025-05-14-alex-warren-promises-to-back-flip-on-stage-at-2025-jingle-ball/">Alex Warren Promises to Back Flip on Stage at 2025 Jingle Ball</a><time class="component-date-display" dateTime="1747230480000">May 14, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item external"><div class="thumb-container"><a tabindex="0" href="/featured/tino-cochino-radio/content/2025-05-14-270-the-tino-cochino-radio-pod-dead-oreo-51425-full-show/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)" data-srcset="" sizes="" alt="Tino Cochino Radio - Dead Oreo (5/14/25 - FULL SHOW)" class="lazyload" srcSet="" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/tino-cochino-radio/">Tino Cochino Radio</a></nav><a class="card-title" tabindex="0" href="/featured/tino-cochino-radio/content/2025-05-14-270-the-tino-cochino-radio-pod-dead-oreo-51425-full-show/">Dead Oreo (5/14/25 - FULL SHOW)</a><time class="component-date-display" dateTime="1747227600000">May 14, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item external"><div class="thumb-container"><a tabindex="0" href="/featured/elvis-duran/content/2025-05-14-1014-elvis-duran-and-the-morni-raccoon-found-holding-meth-pipe-meghan-markl/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzZiMDNjMDRiLTA3MzItNGZhMy1hMWEwLWIyMTEwMTM0MjRmMS82YThjNDU4OS0xZTA4LTQ4ODEtOTk4OS1iMmRjMDBjNmE0ZjgvaW1hZ2UuanBnP3Q9MTc0NzEzNzg0MCZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)" data-srcset="" sizes="" alt="Elvis Duran - Raccoon Found Holding Meth Pipe, Meghan Markle Bath Salt Lawsuit, Composer'" class="lazyload" srcSet="" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/elvis-duran/">Elvis Duran</a></nav><a class="card-title" tabindex="0" href="/featured/elvis-duran/content/2025-05-14-1014-elvis-duran-and-the-morni-raccoon-found-holding-meth-pipe-meghan-markl/">Raccoon Found Holding Meth Pipe, Meghan Markle Bath Salt Lawsuit, Composer'</a><time class="component-date-display" dateTime="1747224000000">May 14, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item external"><div class="thumb-container"><a tabindex="0" href="/featured/elvis-duran/content/2025-05-14-1014-elvis-duran-and-the-morni-full-show-the-day-alex-warren-stopped-by/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)" data-srcset="" sizes="" alt="Elvis Duran - FULL SHOW: The Day Alex Warren Stopped By!" class="lazyload" srcSet="" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/elvis-duran/">Elvis Duran</a></nav><a class="card-title" tabindex="0" href="/featured/elvis-duran/content/2025-05-14-1014-elvis-duran-and-the-morni-full-show-the-day-alex-warren-stopped-by/">FULL SHOW: The Day Alex Warren Stopped By!</a><time class="component-date-display" dateTime="1747219960000">May 14, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item external"><div class="thumb-container"><a tabindex="0" href="/featured/elvis-duran/content/2025-05-14-1031-elvis-durans-daily-highli-daily-highlight-do-you-belong-to-a-clique/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkZDJmNTg5LTcyNmMtNGZiNy05MDEwLWIyODkwMGViMzIwYy9hYThjNzU1Ni1lZjI3LTQxNDYtYjkzMC1iMjg5MDBlYjMyMWYvaW1hZ2UuanBnP3Q9MTc0NDY4OTExMCZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)" data-srcset="" sizes="" alt="Elvis Duran - Daily Highlight: Do You Belong to a Clique? " class="lazyload" srcSet="" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/elvis-duran/">Elvis Duran</a></nav><a class="card-title" tabindex="0" href="/featured/elvis-duran/content/2025-05-14-1031-elvis-durans-daily-highli-daily-highlight-do-you-belong-to-a-clique/">Daily Highlight: Do You Belong to a Clique? </a><time class="component-date-display" dateTime="1747214457000">May 14, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item external"><div class="thumb-container"><a tabindex="0" href="/featured/elvis-duran/content/2025-05-14-1014-elvis-duran-and-the-morni-daily-highlight-do-you-belong-to-a-clique/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)" data-srcset="" sizes="" alt="Elvis Duran - Daily Highlight: Do You Belong to a Clique? " class="lazyload" srcSet="" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/elvis-duran/">Elvis Duran</a></nav><a class="card-title" tabindex="0" href="/featured/elvis-duran/content/2025-05-14-1014-elvis-duran-and-the-morni-daily-highlight-do-you-belong-to-a-clique/">Daily Highlight: Do You Belong to a Clique? </a><time class="component-date-display" dateTime="1747214426000">May 14, 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/">Ver más</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-05-17-barks-and-brews-this-saturday/"><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/68245a36cb717e0b8d9c9557?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/68245a36cb717e0b8d9c9557?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/68245a36cb717e0b8d9c9557?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/68245a36cb717e0b8d9c9557?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/68245a36cb717e0b8d9c9557?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="Community - BARKS AND BREWS THIS SATURDAY!" 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/community/">Community</a></nav><a class="card-title" tabindex="0" href="/calendar/content/2025-05-17-barks-and-brews-this-saturday/">BARKS AND BREWS THIS SATURDAY!</a><time class="component-date-display" dateTime="1747497600552">May 17, 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-05-22-central-pa-super-chef/"><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/6810c00fc5ff0f6e380d25fa?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/6810c00fc5ff0f6e380d25fa?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/6810c00fc5ff0f6e380d25fa?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/6810c00fc5ff0f6e380d25fa?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/6810c00fc5ff0f6e380d25fa?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="Community - CENTRAL PA SUPER CHEF " 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/community/">Community</a></nav><a class="card-title" tabindex="0" href="/calendar/content/2025-05-22-central-pa-super-chef/">CENTRAL PA SUPER CHEF </a><time class="component-date-display" dateTime="1747947600412">May 22, 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-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025/"><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/67e15243410b8d50d7eba78d?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/67e15243410b8d50d7eba78d?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/67e15243410b8d50d7eba78d?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/67e15243410b8d50d7eba78d?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/67e15243410b8d50d7eba78d?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 - POST MALONE WITH JELLY ROLL: BIG ASS STADIUM TOUR MAY 2025" 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-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025/">POST MALONE WITH JELLY ROLL: BIG ASS STADIUM TOUR MAY 2025</a><time class="component-date-display" dateTime="1748404800880">May 28, 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-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025/"><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/67e152c2410b8d50d7eba79a?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/67e152c2410b8d50d7eba79a?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/67e152c2410b8d50d7eba79a?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/67e152c2410b8d50d7eba79a?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/67e152c2410b8d50d7eba79a?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 - Avril Lavigne Greatest Hits Tour Hersheypark Stadium in June 2025" 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-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025/">Avril Lavigne Greatest Hits Tour Hersheypark Stadium in June 2025</a><time class="component-date-display" dateTime="1749333600275">Jun 07, 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-national-links"><li><a tabindex="0" href="/contact/">Contacto</a></li><li><a tabindex="0" href="/advertise/">Anúnciate en FM97 WLAN</a></li><li><a href="https://www.iheart.com/apps/" target="_blank" rel="noopener">Descarga gratis la aplicación de iHeartRadio</a></li><li><a href="https://www.iheart.com/podcast/" target="_blank" rel="noopener">Buscar un Podcast</a></li></ul><div class="component-social-network-icons"><ul class="component-social-icons"><li class="icon-container"><a href="//www.facebook.com/FM97WLAN" 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/fm97" 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/FM97WLAN" 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></ul></div><hr/><ul class="lower-footer-national-links"><li><a tabindex="0" href="/sitemap/">Mapa del sitio</a></li><li><a tabindex="0" href="/rules/">Reglas del concurso</a></li><li><a href="https://www.iheart.com/privacy/" target="_blank" rel="noopener">Políticas de Privacidad</a></li><li><a href="https://privacy.iheart.com/" target="_blank" rel="noopener">Opciones de privacidad <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">Condiciones de Uso</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/WLAN-FM/" target="_blank" rel="noopener">WLAN-FM<!-- --> <!-- -->Archivo de inspección pública</a></li><li><a href="https://politicalfiles.iheartmedia.com/files/location/WLAN-FM/" target="_blank" rel="noopener">WLAN-FM<!-- --> <!-- -->Archivo Político</a></li><li><a href="https://i.iheart.com/v3/re/assets.eeo/67eac28781a54c2a459e5c67?passthrough=1" target="_blank" rel="noopener">Archivo Público de EEO</a></li><li><a tabindex="0" href="/content/public-file-assistance/">Acceso al Archivo Público</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":"%2Fdbd1d43b72b1add72d579a1e204d96f4","canonicalHostname":"fm97.iheart.com","hostnames":[],"facets":["markets/READING-PA","genres/Top 40 & Pop","formats/CHRPOP","facets/edms affiliates","brands/WLAN-FM (1859)","markets/READING-PA","facets/PopStations","facets/All Sites - English","facets/Pfizer-Vipx","facets/ESBBroadcastParticipation","facets/WinB4Contest","facets/PA All Stations","facets/Q2CashContest"],"slug":"wlan-fm","market":"markets/READING-PA","ownBrand":"brands/WLAN-FM (1859)","timeZone":"America/New_York","keys":["hostname:fm97.iheart.com","hostname:www.fm97.com","hostname:fm97.com","hostname:wlan.com","hostname:www.wlan.com","hostname:wlan-fm.radio.iheart.com","id:/dbd1d43b72b1add72d579a1e204d96f4","brand:brands/WLAN-FM (1859)","slug:wlan-fm","primaryParentOf:/6144d4885714c1897c62a0653b7332e5","primaryParentOf:/c780fc283bc24dc5da0b6434b6a7ebf5","primaryParentOf:/eaab4dec9fe6086ed058dcff3dc53417","stream:2776","primaryParentOf:/5e8ccef9c8c8347399901e58","primaryParentOf:/5e8f2b8c9816f167d5306e4e","primaryParentOf:/601ae6ace382e770b31b8e0b","primaryParentOf:/609e953cfdc15622d88c454d","broadcastFacility:52259","broadcastFacilityCallsign:wlan-fm","primaryParentOf:/6630ec51dec014b62528c495"],"stream":{"id":2776,"primaryPronouncement":"f. m. ninety seven","recentlyPlayedEnabled":true,"isActive":"true"},"ownership":{"id":"providers/Clear Channel","taxo":{"source":{"display_name":"iHeartMedia, Inc."}}},"summary":{"name":"FM97 WLAN","description":""},"status":{"hide":{"startDate":0,"endDate":0,"redirectTo":""},"isHidden":false,"isActive":true},"configByLookup":{"_id":"/dbd1d43b72b1add72d579a1e204d96f4/inferno","adPositions":[{"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":0,"sizes":[{"w":300,"h":100}]}],"_id":"/local-site/5052","positionId":"5052","template":"local-site","adSplit":0,"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}]},{"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":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":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":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":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":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":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":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":"home","path":"/"},{"name":"weather","path":"/weather"},{"name":"newsletter","path":"/newsletter/"},{"name":"u_say_it","path":"/u-say-it/"},{"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":"contests","path":"/contests/"},{"name":"fccappliciations","path":"/fcc-applications/"},{"name":"featured","path":"/from-our-shows/"},{"name":"iheartradio_app","path":"/apps/"},{"name":"music_home","path":"/music/"},{"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":1735837200000,"end":1746331219263},"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/3A0062279DE11586"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"KlqCf","priority":0,"source":"/capitolone","regex":false,"schedule":{"begin":1735837223975,"end":1746331200000},"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/3A0062279DE11586"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"cHhkd","priority":0,"source":"/capitalone","regex":false,"schedule":{"begin":1735837200000,"end":1746331248861},"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/3A0062279DE11586"},"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":1735837200274,"end":1746331200274},"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/3A0062279DE11586"},"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":"mWl00","priority":0,"source":"/nkotb","regex":false,"schedule":{"begin":1723471680522,"end":1731424080522},"destination":{"type":"URL","value":"/content/2024-08-11-celebrate-new-kids-on-the-blocks-new-album-still-kids-on-pbs/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"CZm4o","priority":0,"source":"/houseofmusic","regex":false,"schedule":{"begin":1723737600390,"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":"2piOM","priority":0,"source":"/jingleballannounceparty","regex":false,"schedule":{"begin":1724630400291,"end":1735707600291},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/jingle-ball-announce-party/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Axo9v","priority":0,"source":"/jingleballannouncementparty","regex":false,"schedule":{"begin":1724630400207,"end":1735707600207},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/jingle-ball-announce-party/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2aEa9","priority":0,"source":"/presidentialdebate","regex":false,"schedule":{"begin":1725994380970,"end":1733860380970},"destination":{"type":"URL","value":"/content/2024-09-10-listen-on-demand-to-the-debate-between-donald-trump-and-kamala-harris/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Zd5Q7","priority":0,"source":"/KeithUrban","regex":false,"schedule":{"begin":1726236000485,"end":1734040080485},"destination":{"type":"URL","value":"/content/2024-09-12-celebrate-high-with-keith-urban-during-exclusive-album-release-party/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1BKPK","priority":0,"source":"/capitalonealterego","regex":false,"schedule":{"begin":1728943200254,"end":1736668800254},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"nwa4g","priority":0,"source":"/capital1alterego","regex":false,"schedule":{"begin":1728943200649,"end":1736668800649},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"XBeBL","priority":0,"source":"/capitolonealterego","regex":false,"schedule":{"begin":1728943200626,"end":1736668800626},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"mfofo","priority":0,"source":"/capitol1alterego","regex":false,"schedule":{"begin":1728943200692,"end":1736668800692},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1yjou","priority":0,"source":"/content/2024-10-31-bank-of-america-will-stop-accepting-some-1-bills/","regex":false,"schedule":{"begin":1730473980423,"end":1738426380423},"destination":{"type":"URL","value":"/content/2024-10-31-bank-of-america-will-continue-to-accept-1-bills/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"3bvoe","priority":0,"source":"/content/2017-07-26-blood-drive/","regex":false,"schedule":{"begin":1533762720000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2018-08-08-blood-drive/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"OKnCI","priority":0,"source":"/pay","regex":false,"schedule":{"begin":1548775054288,"end":4115978604802},"destination":{"type":"URL","value":"https://pay.iheartmedia.com/secure/checkout.ssp?MarketID=147"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Gb3oX","priority":0,"source":"/barefoot","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://fm97.iheart.com/content/2021-11-29-get-your-barefoot-country-music-festival-tickets/"},"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.ticketmaster.com/event/3A0062279DE11586"},"disabled":false,"schedule":{"begin":1735837242079,"end":1746331200000}},{"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":"sCtqH","keywords":["bid on pa","bidonpa","bids","bid","bidding"," auction","auctions","onlineauction","online auction"],"destination":{"type":"URL","value":"http://bidonpa.com/"},"disabled":false,"schedule":{"begin":1497446220000,"end":4115978604802}},{"id":"9URUY","keywords":["stormwatch "," delays","Closings","WEATHER"],"destination":{"type":"URL","value":"/weather/"},"disabled":false,"schedule":{"begin":1512753840000,"end":4115978604802}},{"id":"oby64","keywords":["elvis","elvis duran "],"destination":{"type":"URL","value":"/featured/elvis-duran/"},"disabled":false,"schedule":{"begin":1516923180000,"end":4115978604802}},{"id":"FTxyt","keywords":["dc"],"destination":{"type":"URL","value":"/featured/dc/"},"disabled":false,"schedule":{"begin":1516923180000,"end":4115978604802}},{"id":"KveRz","keywords":["leah ","leah tyler"],"destination":{"type":"URL","value":"/featured/leah-tyler/"},"disabled":false,"schedule":{"begin":1516923240000,"end":4115978604802}},{"id":"YvRm7","keywords":["damian","damian rhodes","damien"],"destination":{"type":"URL","value":"/featured/damian-rhodes/"},"disabled":false,"schedule":{"begin":1516923240000,"end":4115978604802}},{"id":"Onykh","keywords":["toby","toby knapp"],"destination":{"type":"URL","value":"/featured/toby-knapp/"},"disabled":false,"schedule":{"begin":1516923300000,"end":4115978604802}},{"id":"kMWzh","keywords":["photos"],"destination":{"type":"URL","value":"/topic/photos/"},"disabled":false,"schedule":{"begin":1516923300000,"end":4115978604802}},{"id":"UEOKU","keywords":["contact","contact us"],"destination":{"type":"URL","value":"/contact/"},"disabled":false,"schedule":{"begin":1516923360000,"end":4115978604802}},{"id":"gj8zq","keywords":["newsletter","newsletters","eblast"],"destination":{"type":"URL","value":"/newsletter/"},"disabled":false,"schedule":{"begin":1516923360000,"end":4115978604802}},{"id":"S0jPB","keywords":["calendar","event calendar","events calendar","Calendars"],"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"schedule":{"begin":1516923420000,"end":4115978604802}},{"id":"Dh1Qr","keywords":["jobs"],"destination":{"type":"URL","value":"https://iheartmedia.jobs/jobs/?location=Reading,+PA"},"disabled":false,"schedule":{"begin":1516923480000,"end":4115978604802}},{"id":"WkliX","keywords":["contests"],"destination":{"type":"URL","value":"/contests/"},"disabled":false,"schedule":{"begin":1516923480000,"end":4115978604802}},{"id":"PiQtz","keywords":["dance for dj","dancefordj"],"destination":{"type":"URL","value":"/calendar/event/5b56397c02207c9b42e7cca7/"},"disabled":false,"schedule":{"begin":1532378580000,"end":1534192980000}},{"id":"Fw5FH","keywords":["toy","toys"],"destination":{"type":"URL","value":"/content/2018-11-08-members-1st-toys-for-tots-drop-off-locations/"},"disabled":false,"schedule":{"begin":1541702280000,"end":1544726280000}},{"id":"Pzb1c","keywords":["digital","digital seminar"],"destination":{"type":"URL","value":"/content/register-to-attend-the-iheartmedia-digital-seminar/"},"disabled":false,"schedule":{"begin":1556887980000,"end":1557936000000}},{"id":"JvqLr","keywords":["deal","deals","lancaster 4 less","lancaster for less","lancaster4less","lancasterforless","5050 deals","5050 deal","50 50 deals","PA 5050 deals","pa 5050 deal"],"destination":{"type":"URL","value":"https://cclan.halfoffdeal.com/"},"disabled":false,"schedule":{"begin":1517519820000,"end":4115978604802}},{"id":"rwmQN","keywords":["deliver","delivers"],"destination":{"type":"URL","value":"/content/2020-03-23-restaurants-in-berks-and-lancaster-counties-open-for-business/"},"disabled":false,"schedule":{"begin":1585091329968,"end":1598760000000}},{"id":"ktRBW","keywords":["food"],"destination":{"type":"URL","value":"https://fm97.iheart.com/featured/iheart-communities-central-pa/"},"disabled":false,"schedule":{"begin":1585688100934,"end":1593636900934}},{"id":"otgTA","keywords":["work","working","keepworking","keep working"],"destination":{"type":"BRAND","value":"brands/Keep Pennsylvania Working"},"disabled":false,"schedule":{"begin":1586867340832,"end":1601179200000}},{"id":"jvzba","keywords":["kitchen"],"destination":{"type":"URL","value":"https://fm97.iheart.com/contests/kitchen-kettle-village-850828/"},"disabled":false,"schedule":{"begin":1596298320337,"end":1596384720337}}],"sections":{"general":{"name":"FM97 WLAN","positioner":"Lancaster's #1 Hit Music Station","description":"","keywords":[{"id":"fm97"},{"id":"fm 97"},{"id":"wlanfm"},{"id":"wlan fm"}],"default_content":[],"additional_distributions":[],"default_podcasts":[{"id":"26935920"},{"id":"30301596"},{"id":"18901115"},{"id":"29319094"},{"id":"89143995"},{"id":"127374761"}],"default_shows":[{"id":"brands/Elvis Duran (54636)","sites":{"_id":"%2F4d2cff542a61d270ed310c66b3e41364","slug":"elvis-duran","ownBrand":"brands/Elvis Duran (54636)","configByLookup":{"common":{"branding":{"name":"Elvis Duran"}}}}},{"id":"brands/DC (47754)","sites":{"_id":"%2F1961cf1024e4d03c48ff19d52c0642b3","slug":"dc-blog","ownBrand":"brands/DC (47754)","configByLookup":{"common":{"branding":{"name":"DC"}}}}},{"id":"brands/Leah Tyler (31673)","sites":{"_id":"%2F6144d4885714c1897c62a0653b7332e5","slug":"leah-tyler","ownBrand":"brands/Leah Tyler (31673)","configByLookup":{"common":{"branding":{"name":"Leah Tyler"}}}}},{"id":"brands/Damian Rhodes (452)","sites":{"_id":"%2Feaab4dec9fe6086ed058dcff3dc53417","slug":"damian-rhodes","ownBrand":"brands/Damian Rhodes (452)","configByLookup":{"common":{"branding":{"name":"Damian Rhodes"}}}}},{"id":"brands/Tino Cochino Radio","sites":{"_id":"%2F5ae23df1325a0cf64c64492b","slug":"tino-cochino-radio","ownBrand":"brands/Tino Cochino Radio","configByLookup":{"common":{"branding":{"name":"Tino Cochino Radio"}}}}},{"id":"brands/Rach On The Radio","sites":{"_id":"%2F5b4e334d4a40f049c0e414d1","slug":"rach-on-the-radio","ownBrand":"brands/Rach On The Radio","configByLookup":{"common":{"branding":{"name":"Rach On The Radio"}}}}}],"default_playlists":[{"id":"312064750::GyZXToRd3rRqdcpVy8A6JW"},{"id":"312064750::2puGTQCJX6QgL9wY4aAEAv"},{"id":"312064750::HUuUPpCJBxuZ69sRhCYj3x"},{"id":"312064750::RkmjYR2qwiT6qvecPjXysE"},{"id":"312064750::FmkTJyyjoaEwh4MnKF9PgE"}],"default_event_categories":[{"id":"calendar-categories/community","taxo":{"memberName":"calendar-categories/community","displayName":"Community"}},{"id":"calendar-categories/concerts","taxo":{"memberName":"calendar-categories/concerts","displayName":"Concerts"}},{"id":"calendar-categories/entertainment","taxo":{"memberName":"calendar-categories/entertainment","displayName":"Entertainment"}},{"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":"Lancaster, PA","country":{"id":"countries/US"},"geo_latitude":"40.0660481","geo_longitude":"-76.3014966","locale":{"taxo":{"name":"en-US"}},"additional_copyright":null},"alert":{"title":"Enter this hour's Jingle Ball Miami keyword here!","link":"https://fm97.iheart.com/promotions/live-like-camila-cabello-at-our-1717315/","target":"_blank","start_date":{"timestampMs":1731927615303},"end_date":{"timestampMs":1733371254929}},"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":"tIhe1","type":"link","label":"On Air","target":"_self","ref":"#","children":[{"id":"2ztix","type":"brand","label":"Elvis Duran","target":"_self","ref":"%2F4d2cff542a61d270ed310c66b3e41364","href":"/featured/elvis-duran/"},{"id":"d91KL","type":"brand","label":"DC","target":"_self","ref":"%2F1961cf1024e4d03c48ff19d52c0642b3","href":"/featured/dc-blog/"},{"id":"86K8e","type":"brand","label":"Leah Tyler","target":"_self","ref":"%2F6144d4885714c1897c62a0653b7332e5","href":"/featured/leah-tyler/"},{"id":"Qk2Qx","type":"brand","label":"Damian Rhodes","target":"_self","ref":"%2Feaab4dec9fe6086ed058dcff3dc53417","href":"/featured/damian-rhodes/"},{"id":"BnAkY","type":"brand","label":"Tino Cochino","target":"_self","ref":"%2F5ae23df1325a0cf64c64492b","href":"/featured/tino-cochino-radio/"},{"id":"AgMdA","type":"brand","label":"Rach On The Radio","target":"_self","ref":"%2F5b4e334d4a40f049c0e414d1","href":"/featured/rach-on-the-radio/"},{"id":"RgrVP","type":"page","label":"Full Schedule","target":"_self","ref":"onair_schedule","href":"/schedule/"}],"href":"#"},{"id":"Nujfa","type":"link","label":"Music","target":"_self","ref":"#","children":[{"id":"2YUzw","type":"page","label":"Recently Played","target":"_self","ref":"music_recently_played","href":"/music/recently-played/"},{"id":"zwEcI","type":"page","label":"Top Songs","target":"_self","ref":"music_top_songs","href":"/music/top-songs/"},{"id":"1bEPG","type":"link","label":"Music News","target":"_self","ref":"/topic/music-news/","href":"/topic/music-news/"}],"href":"#"},{"id":"zAzvH","type":"link","label":"Features","target":"_self","ref":"#","children":[{"id":"iU7Iq","type":"brand","label":"iHeart Communities Central PA","target":"_self","ref":"%2F5e839791c257dd09982647fe","href":"/featured/iheart-central-pa-community/"},{"id":"d1qqc","type":"page","label":"Podcasts","target":"_self","ref":"podcasts","href":"/podcasts/"},{"id":"kroVk","type":"brand","label":"Candy Cane Countdown","target":"_self","ref":"%2F6567737833550df45c52f7b6","href":"/featured/the-candy-cane-countdown/"},{"id":"TqdwB","type":"page","label":"Listen on your Smart Speaker","target":"_self","ref":"amazongoogle","href":"/amazon-alexa-and-google-home/"},{"id":"3rV2V","type":"link","label":"Stormwatch","target":"_blank","ref":"https://local21news.com/weather/closings","href":"https://local21news.com/weather/closings"},{"id":"DhoWI","type":"page","label":"Weather","target":"_self","ref":"weather","href":"/weather/"},{"id":"RzGLD","type":"link","label":"Central PA Newsroom","target":"_self","ref":"/topic/local-news/","href":"/topic/local-news/"},{"id":"xASTl","type":"link","label":"Central PA 1/2 Off Deals","target":"_blank","ref":"https://lpaihm.incentrev.com/category/local","href":"https://lpaihm.incentrev.com/category/local"},{"id":"xBWtq","type":"link","label":"Jobs","target":"_blank","ref":"https://iheartmediacareers.com/","href":"https://iheartmediacareers.com/"}],"href":"#"}],"menu_footer":[]},"design":{"theme":"default","color_scheme":{"id":"site-color-schemes/light"},"logo_best_res":null,"station_logo":{"id":"asset://assets.brands/6732540777ede8b479ef55cf","asset":{"bucket":"assets.brands","resourceId":"%2F6732540777ede8b479ef55cf","href":"https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf"}},"logo_favicon":{"id":"asset://assets.brands/6732540777ede8b479ef55cf","asset":{"bucket":"assets.brands","resourceId":"%2F6732540777ede8b479ef55cf","href":"https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf"}},"font":{"id":"site-fonts/Mulish"},"accent_color":"#dd0d86","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":"FM97WLAN","facebook_app_id":"221093168001354","facebook_fan_page_id":null,"twitter_switch":true,"twitter_name":"fm97","youtube_switch":false,"youtube_name":"","instagram_switch":true,"instagram_name":"FM97WLAN","snapchat_switch":null,"snapchat_name":null,"pinterest_switch":null,"pinterest_name":null,"tiktok_switch":null,"tiktok_name":null},"contact":{"page_intro":"FM97 is Central PA's number one hit music station. Here's all the ways you can get in touch with us:","show_social_switch":true,"phone_text_numbers_switch":true,"request_phone_number":"717-397-3697 or 1-800-969-9526","business_phone_number":"717-540-8800","traffic_tip_phone":"717-920-8477","newsroom_phone":"717-540-9312","sms_number":"","prize_pickup_directions_switch":true,"prize_pickup_info":"","location_address1":"600 Corporate Circle","location_address2":"Suite 100","location_city":"Harrisburg","location_state":"PA","location_zip":"17110","office_hours":"Our office is temporarily closed. We will contact winners with prize claim and auction pickup information.\n","email_form_switch":false,"employment_info_switch":true,"contacts":[],"eeo_report_asset":{"id":"asset://assets.eeo/67eac28781a54c2a459e5c67"},"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":"","aptivada_switch":true,"aptivada_id":"1759062","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":"52259","broadcastFrequency":"96.9","broadcastBand":"FM","broadcastCallLetters":"WLAN-FM","applicationNotices":[],"politicalLinkOverride":null}]}},"liveConfig":{"sections":{"design":{"ihr_embed_player_bar_stream_override":null}}}}}},"micrositeReferences":[{"_id":"%2F5e839791c257dd09982647fe","slug":"iheart-central-pa-community","ownBrand":"brands/iHeart Communities Central PA","configByLookup":{"common":{"branding":{"name":"iHeart Central PA Community"}}}},{"_id":"%2F6567737833550df45c52f7b6","slug":"the-candy-cane-countdown","ownBrand":"brands/The Candy Cane Countdown","configByLookup":{"common":{"branding":{"name":"Candy Cane Countdown"}}}},{"_id":"%2F4d2cff542a61d270ed310c66b3e41364","slug":"elvis-duran","ownBrand":"brands/Elvis Duran (54636)","configByLookup":{"common":{"branding":{"name":"Elvis Duran"}}}},{"_id":"%2F1961cf1024e4d03c48ff19d52c0642b3","slug":"dc-blog","ownBrand":"brands/DC (47754)","configByLookup":{"common":{"branding":{"name":"DC"}}}},{"_id":"%2F6144d4885714c1897c62a0653b7332e5","slug":"leah-tyler","ownBrand":"brands/Leah Tyler (31673)","configByLookup":{"common":{"branding":{"name":"Leah Tyler"}}}},{"_id":"%2Feaab4dec9fe6086ed058dcff3dc53417","slug":"damian-rhodes","ownBrand":"brands/Damian Rhodes (452)","configByLookup":{"common":{"branding":{"name":"Damian Rhodes"}}}},{"_id":"%2F5ae23df1325a0cf64c64492b","slug":"tino-cochino-radio","ownBrand":"brands/Tino Cochino Radio","configByLookup":{"common":{"branding":{"name":"Tino Cochino Radio"}}}},{"_id":"%2F5b4e334d4a40f049c0e414d1","slug":"rach-on-the-radio","ownBrand":"brands/Rach On The Radio","configByLookup":{"common":{"branding":{"name":"Rach On The Radio"}}}}],"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":"%2F6824ac3f6870051cc5eb6880","type":"PUBLISHING","record":{"ref_id":"%2F6824ac3f6870051cc5eb6880","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"4695ab9c-f375-488d-9ace-2fd0021ddf13","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/117810/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/117810/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/117810/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/117810/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824b26abc3c60e780302932","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/kesha-117810/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"117810\" data-catalog-related-id=\"\">\u003cstrong>Kesha\u003c/strong>\u003c/a> first splashed on to the scene with her 2009 debut single "TiK ToK" and while the song became a hit and a favorite on the party scene, she is now confessing to once thinking the song was "too dumb" to release.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-18-kesha-reveals-moment-she-knew-she-was-going-to-end-secret-engagement/\" target=\"_blank\">The "Joyride" singer\u003c/a> recently appeared on \u003cem>The Jennifer Hudson Show\u003c/em> where she shared behind-the-scenes details of writing the popular track and admitted to host \u003ca href=\"https://www.iheart.com/artist/jennifer-hudson-118117/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"118117\" data-catalog-related-id=\"\">\u003cstrong>Jennifer Hudson\u003c/strong>\u003c/a> that she did not believe it would become as successful as it did, per \u003ca href=\"https://people.com/kesha-thought-tik-tok-was-too-dumb-to-release-11733864\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>. \u003c/p>\n\n\u003cp>"When I was writing 'TiK ToK,' it was weird, because the dumber it got, the better it got," she said. "Which was confusing, because I like to think of myself as a fairly intelligent human being. But it just got dumber and dumber and better and better."\u003c/p>\n\n\u003cp>Kesha followed her instinct and ended up with single that has \u003ca href=\"https://www.iheart.com/content/2024-08-07-kesha-reveals-plans-for-permanent-change-to-one-of-her-biggest-hits/\" target=\"_blank\">proved to have lasting power\u003c/a>, going on to become a top-charting track and get certified 12 times platinum by the Recording Industry Association of America (RIAA). \u003c/p>\n\n\u003cp>"When I listened to the final product, I was like, 'This is too dumb.' And it's like 1.5 billion streams at this point," she said.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-16-kesha-reacts-to-old-photos-of-herself-shouldnt-have-left-the-house/\" target=\"_blank\">The "Yippee-Ki-Yay" musician\u003c/a> noted how different the writing process for "TiK ToK" was compared to what she learned growing up from her songwriter mom, \u003cstrong>Pebe Sebert\u003c/strong>, who co-wrote \u003ca href=\"https://www.iheart.com/artist/dolly-parton-2614/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"2614\" data-catalog-related-id=\"\">\u003cstrong>Dolly Parton\u003c/strong>\u003c/a>'s 1980 song "Old Flames Can't Hold a Candle to You."\u003c/p>\n\n\u003cp>"I would come home from school, and I'd be like, 'Mom, this boy was mean to me,' and she'd be like, 'Write a song about it,'" she said. "It was, like, how we dealt with everything as a family."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release/","cuser":"user/ldap/1129327","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/Kesha","keywords/TiK ToK","keywords/The Jennifer Hudson Show"],"primary_image":{"bucket":"new_assets","id":"%2F6824b26abc3c60e780302932"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1747255860000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","social_title":"","summary":"\"The dumber it got, the better it got...\"","targets":[{"categories":["categories/music-news"],"distribution":["artists/Kesha (36716636)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kesha Shares Which Song She Thought Was 'Too Dumb' To Release","permalink":"https://fm97.iheart.com/content/2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release/"},"slug":"2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824b26abc3c60e780302932","title":"Kesha Shares Which Song She Thought Was 'Too Dumb' To Release","description":"\"The dumber it got, the better it got...\"","author":"Sarah Tate"},"pub_start":1747255860000,"pub_until":4115978604802,"pub_changed":1747256269892,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/music-news","artists/Kesha (36716636)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824ac3f6870051cc5eb6880","slug:2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","slug:2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","keyword:keywords/Kesha","keyword:keywords/TiK ToK","keyword:keywords/The Jennifer Hudson Show","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":"%2F681ca684c2819cc94d39b532","type":"LEADS","record":{"title":"THE FM97 LITTLE BLACK DRESS PARTY PRESENTED BY NOCA ","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/681ca5c0772794ea77903072","img_meta":{"base_id":"%2F681ca5c0772794ea77903072","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"https://fm97.iheart.com/content/2025-05-05-the-fm97-little-black-dress-party-presented-by-noca/","web":"https://fm97.iheart.com/content/2025-05-05-the-fm97-little-black-dress-party-presented-by-noca/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F67ffb335da50665248cd41bf","type":"LEADS","record":{"title":"Listen For Your Chance To Win!","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67fcefd79a35e0b261210299","img_meta":{"base_id":"%2F67fcefd79a35e0b261210299","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"","web":"/promotions/listen-to-win-1-000-1759062/"},"name":"","description":""},"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}},{"id":"%2F6564e724c8267e86f05332f2","type":"LEADS","record":{"title":"Listen to Sabrina Carpenter & More For Free","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/6813d0c983087d3ebcf9e26b","img_meta":{"base_id":"%2F6813d0c983087d3ebcf9e26b","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"ihr://play/custom/artist/553828","web":"https://www.iheart.com/artist/sabrina-carpenter-553828/?autoplay=true"},"name":"Sabrina Carpenter","description":""},"use_catalog_image":false,"catalog":{"name":"Sabrina Carpenter","id":"553828","kind":"artist","country":null}}}],"resume":{"id":"ID:promotions-feed","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IjRZUE0xIjoyfSwiZW5kcyI6eyJQVG9PSyI6LTEsIkpBclJOIjoxLCJ3bWVOSyI6LTF9fQ==","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":"%2F6824f4ca4780dcb26d30b34e","type":"PUBLISHING","record":{"ref_id":"%2F6824f4ca4780dcb26d30b34e","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"37705692-ad56-4e63-b743-75ed49967ad5","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/42340/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/42340/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/42340/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/42340/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824f5f54780dcb26d30b359","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/demi-lovato-42340/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"42340\" data-catalog-related-id=\"\">Demi Lovato\u003c/a>'s wedding is allegedly just around the corner! \u003c/p>\n\n\u003cp>Sources close to the "Heart Attack" hitmaker recently told \u003ca href=\"https://www.tmz.com/2025/05/14/demi-lovato-getting-married-memorial-day-weekend/\" target=\"_blank\">\u003cem>TMZ\u003c/em>\u003c/a> that Lovato and fiancé \u003cstrong>Jordan Lutes\u003c/strong>, whom she nervously \u003ca href=\"https://www.iheart.com/content/2023-09-11-demi-lovato-reveals-how-she-met-boyfriend-jutes-i-was-so-nervous/\" target=\"_blank\">met during a jam session\u003c/a> in 2022, plan to say "I do" over Memorial Day weekend. \u003c/p>\n\n\u003cp>The songstress announced they were engaged in December 2023, and marked the special occasion with a \u003ca href=\"https://www.instagram.com/p/C09puglvQVV/?utm_source=ig_embed&utm_campaign=loading&img_index=1\" target=\"_blank\">photo from the proposal\u003c/a> and a photo of her massive diamond engagement ring. Both Jutes and Lovato wore black leather jackets and big smiles when they said yes to forever. \u003c/p>\n\n\u003cp>The "Cool for the Summer" star remarked on how happy they were in the caption, citing disbelief that she gets to "marry the love of my life." \u003c/p>\n\n\u003cblockquote>"I’m still speechless 🥹🥹 last night was the best night of my life and I can’t believe I get to marry the love of my life @jutesmusic..My love, I’m beyond excited to marry you.. Every day I’ve spent with you has been a dream come true and I can’t wait to love and cherish you forever. Here’s to the rest of our lives. I love you baby."\u003c/blockquote>\n\n\u003cp>In \u003ca href=\"https://youtu.be/CLAXa1CW7xU\" target=\"_blank\">September 2024\u003c/a>, Lovato told talk show host \u003cstrong>Jimmy Fallon\u003c/strong> that she wants the process of planning her wedding to be peaceful and that she will \u003ca href=\"https://www.iheart.com/content/2024-09-20-demi-lovato-reveals-the-one-thing-she-refuses-to-do-on-her-wedding-day/\" target=\"_blank\">not be performing\u003c/a> on their special day. \u003c/p>\n\n\u003cp>Information regarding where the ceremony will take place has yet to be revealed as the dynamic duo prepares for their big day! \u003c/p>\n\n\u003cp>For more on the pair's engagement, read \u003ca href=\"https://www.iheart.com/content/2023-12-17-demi-lovato-is-engaged-to-boyfriend-jutes-see-her-stunning-ring/\" target=\"_blank\">Demi Lovato Is Engaged To Boyfriend Jutes: See Her Stunning Ring\u003c/a>. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-heres-when-demi-lovato-is-getting-married/","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/Demi Lovato","keywords/Sources","keywords/Jordan Lutes","keywords/@jutesmusic","keywords/wedding","keywords/love","keywords/corner","keywords/songstress"],"primary_image":{"bucket":"new_assets","id":"%2F6824f5f54780dcb26d30b359"},"primary_target":{"categories":["categories/entertainment-news","categories/music-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1747253700000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-heres-when-demi-lovato-is-getting-married","social_title":"","summary":"Sources close to the star revealed that they plan to tie the knot on...","targets":[{"categories":["categories/music-news","categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/entertainment-news","categories/music-news"],"distribution":["artists/Demi Lovato (42340)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Here's When Demi Lovato Is Getting Married","permalink":"https://fm97.iheart.com/content/2025-05-14-heres-when-demi-lovato-is-getting-married/"},"slug":"2025-05-14-heres-when-demi-lovato-is-getting-married","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824f5f54780dcb26d30b359","title":"Here's When Demi Lovato Is Getting Married","description":"Sources close to the star revealed that they plan to tie the knot on...","author":"Logan DeLoye"},"pub_start":1747253700000,"pub_until":4115978604802,"pub_changed":1747254296129,"subscription":[{"tags":["categories/entertainment-news","categories/music-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/music-news","categories/entertainment-news","brands/iHeartRadio"]},{"tags":["categories/entertainment-news","categories/music-news","artists/Demi Lovato (42340)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824f4ca4780dcb26d30b34e","slug:2025-05-14-heres-when-demi-lovato-is-getting-married","slug:2025-05-14-heres-when-demi-lovato-is-getting-married","keyword:keywords/Demi Lovato","keyword:keywords/Sources","keyword:keywords/Jordan Lutes","keyword:keywords/@jutesmusic","keyword:keywords/wedding","keyword:keywords/love","keyword:keywords/corner","keyword:keywords/songstress","author:user"]}},{"id":"%2F6824f0a2f068c715817c082b","type":"PUBLISHING","record":{"ref_id":"%2F6824f0a2f068c715817c082b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"87293b67-d18c-40ad-9b9a-40c197b1cfe3","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Tony M. Centeno","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/playlist/the-beat-playlist-312064750-LBNx1Xf8YsZiuvS812rzqn/?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/playlist/the-beat-playlist-312064750-LBNx1Xf8YsZiuvS812rzqn/?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/playlist/the-beat-playlist-312064750-LBNx1Xf8YsZiuvS812rzqn/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/playlist/the-beat-playlist-312064750-LBNx1Xf8YsZiuvS812rzqn/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824f83df068c715817c0879","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/tory-lanez-30931995/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"30931995\" data-catalog-related-id=\"\">\u003cstrong>Tory Lanez's\u003c/strong>\u003c/a> attorneys have revealed new information that suggests \u003ca href=\"https://www.iheart.com/content/2024-03-05-kelsey-harris-has-ptsd-after-tory-lanez-shooting-my-pain-does-matter/\" data-content-id=\"/65e7581c9da36c5272a88b80\">\u003cstrong>Kelsey Harris\u003c/strong>\u003c/a> was the one who shot \u003ca href=\"https://www.iheart.com/artist/megan-thee-stallion-31819286/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"31819286\" data-catalog-related-id=\"\">\u003cstrong>Megan Thee Stallion\u003c/strong>\u003c/a> in 2020. \u003cbr />\u003cbr />On Wednesday, May 14, the Toronto artist's legal team and his management held a press conference in Los Angeles regarding their plan to ask the government to pardon or commute the sentence of Tory Lanez, born Daystar Peterson. While at the podium, lead consultant Walter Roberts explained that his team was approached by a man named Bradley James, who worked as Harris' bodyguard during Peterson's trial in 2022. James claimed he was able to hear conversations between Harris, her husband and others. \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%2FAlphamediaroom%2Fstatus%2F1922734276539293810","@url":"https://x.com/Alphamediaroom/status/1922734276539293810","author_name":"Alpha Media Room","author_url":"https://twitter.com/Alphamediaroom","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Tory Lanez’s legal team presents shocking new evidence—Kelsey Harris’ ex-bodyguard claims Kelsey Harris allegedly shot Megan Thee Stallion — not Tory Lanez \u003ca href=\"https://t.co/m1y9sD4Eis\">pic.twitter.com/m1y9sD4Eis\u003c/a>\u003c/p>— Alpha Media Room (@Alphamediaroom) \u003ca href=\"https://twitter.com/Alphamediaroom/status/1922734276539293810?ref_src=twsrc%5Etfw\">May 14, 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/Alphamediaroom/status/1922734276539293810","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Tory Lanez’s legal team presents shocking new evidence—Kelsey Harris’ ex-bodyguard claims Kelsey Harris allegedly shot Megan Thee Stallion — not Tory Lanez \u003ca href=\"https://t.co/m1y9sD4Eis\">pic.twitter.com/m1y9sD4Eis\u003c/a>\u003c/p>— Alpha Media Room (@Alphamediaroom) \u003ca href=\"https://twitter.com/Alphamediaroom/status/1922734276539293810?ref_src=twsrc%5Etfw\">May 14, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/Alphamediaroom/status/1922734276539293810"},{"html":"\u003cp>"Mr. James informed Unite The People that he was a witness to the conversation Ms. Harris had where she stated she had the gun. She fired it three times. Mr. Peterson grabbed her arm, knocked it down and the gun fired two more times. In essence, Mr. Peterson never shot anybody." \u003cbr />\u003cbr />Roberts said Peterson never touched or fired the gun. He also said the statement aligns with the testimony of witness Sean Kelly, who told the jury that he saw two women fighting and two men break up the fight. He also mentioned that police did not take DNA samples from the other potential suspects, including Harris and the driver at the time, that night. Peterson's DNA was collected, but analysts could not find his DNA on the gun. \u003cbr />\u003cbr />James reportedly told Unite The People that he wanted to speak freely about the conversation he overheard because he did not sign any non-disclosure agreements. He also claimed his conscience wouldn't let Peterson sit in prison for something he did not do. The shocking update in the case came the day after Lanez was \u003ca href=\"https://www.iheart.com/content/2025-05-13-tory-lanezs-condition-revealed-after-he-was-stabbed-14-times-in-prison/\" data-content-id=\"/68234c02c64e4e9ae962797b\">\u003cstrong>stabbed 14 times in prison\u003c/strong>\u003c/a>. \u003cbr />\u003cbr />As of this report, neither Harris nor Megan Thee Stallion has responded to the new claim from James. Watch the entire press conference \u003ca href=\"https://www.youtube.com/live/byVCWaKGCHI?si=pLGmQkDRBtaYsn9w\" target=\"_blank\">\u003cstrong>here\u003c/strong>\u003c/a>. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion/","cuser":"user/ldap/1133095","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/Tory Lanez","keywords/Megan Thee Stallion","keywords/Hip-Hop"],"primary_image":{"bucket":"new_assets","id":"%2F6824f83df068c715817c0879"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/HIPHOPRNB","formats/RNB","formats/CHRRHYTHMIC","formats/CHRPOP"]},"publish_date":1747253040000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"Kelsey Harris' Bodyguard Claims Harris Allegedly Shot Megan Thee Stallion","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion","social_title":"Kelsey Harris' Bodyguard Claims Harris Allegedly Shot Megan Thee Stallion, Not Tory Lanez","summary":"Tory Lanez's attorneys announced the shocking claim from Kelsey Harris' former bodyguard ","targets":[{"categories":["categories/music-news"],"distribution":["artists/Tory Lanez (30931995)","artists/Megan Thee Stallion (31819286)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kelsey Harris' Bodyguard Claims Harris Allegedly Shot Megan Thee Stallion","permalink":"https://fm97.iheart.com/content/2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion/"},"slug":"2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824f83df068c715817c0879","title":"Kelsey Harris' Bodyguard Claims Harris Allegedly Shot Megan Thee Stallion","description":"Tory Lanez's attorneys announced the shocking claim from Kelsey Harris' former bodyguard ","author":"Tony M. Centeno"},"pub_start":1747253040000,"pub_until":4115978604802,"pub_changed":1747253404379,"subscription":[{"tags":["categories/music-news","formats/HIPHOPRNB","formats/RNB","formats/CHRRHYTHMIC","formats/CHRPOP"]},{"tags":["categories/music-news","artists/Tory Lanez (30931995)","artists/Megan Thee Stallion (31819286)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824f0a2f068c715817c082b","slug:2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion","slug:2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion","keyword:keywords/Tory Lanez","keyword:keywords/Megan Thee Stallion","keyword:keywords/Hip-Hop","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":"%2F4d2cff542a61d270ed310c66b3e41364","slug":"elvis-duran","ownBrand":"brands/Elvis Duran (54636)","configByLookup":{"common":{"branding":{"name":"Elvis Duran","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e95c222f75c1a2ff282f500"}}}}}},{"_id":"%2F1961cf1024e4d03c48ff19d52c0642b3","slug":"dc-blog","ownBrand":"brands/DC (47754)","configByLookup":{"common":{"branding":{"name":"DC","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/6318c0473effcf9739302dfc"}}}}}},{"_id":"%2F6144d4885714c1897c62a0653b7332e5","slug":"leah-tyler","ownBrand":"brands/Leah Tyler (31673)","configByLookup":{"common":{"branding":{"name":"Leah Tyler","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/63b5ccfb7f47fc798e7705a1"}}}}}},{"_id":"%2Feaab4dec9fe6086ed058dcff3dc53417","slug":"damian-rhodes","ownBrand":"brands/Damian Rhodes (452)","configByLookup":{"common":{"branding":{"name":"Damian Rhodes","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/d2e4c8cec2420cfdf5b8f494f1e9fb8d"}}}}}},{"_id":"%2F5ae23df1325a0cf64c64492b","slug":"tino-cochino-radio","ownBrand":"brands/Tino Cochino Radio","configByLookup":{"common":{"branding":{"name":"Tino Cochino Radio","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/64122ed3afd8627feca82149"}}}}}},{"_id":"%2F5b4e334d4a40f049c0e414d1","slug":"rach-on-the-radio","ownBrand":"brands/Rach On The Radio","configByLookup":{"common":{"branding":{"name":"Rach On The Radio","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e79f346107e3a9337e861de"}}}}}}]},{"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":["26935920","30301596","18901115","29319094","89143995","127374761"]},{"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":"%2F6824eacf6044a21e146be1ea","type":"PUBLISHING","record":{"ref_id":"%2F6824eacf6044a21e146be1ea","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"ca93cdf4-bf95-4037-854a-33179f0cf650","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Kelly Fisher","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/miley-cyrus-42281/?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/artist/miley-cyrus-42281/?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/artist/miley-cyrus-42281/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/miley-cyrus-42281/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824ec7e6044a21e146be204","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/miley-cyrus-42281/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"42281\" data-catalog-related-id=\"\">\u003cstrong>Miley Cyrus\u003c/strong>\u003c/a> officially has a song “for Aunt Dolly.”\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/artist/dolly-parton-2614/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"2614\" data-catalog-related-id=\"\">\u003cstrong>Dolly Parton\u003c/strong>\u003c/a> shared a clip of her goddaughter, superstar pop singer-songwriter Cyrus, sharing the story behind her latest ballad, “More to Lose.” Cyrus released it on Friday (May 9), and told the story behind it \u003ca href=\"https://www.instagram.com/p/DJesdyVRGnP/?hl=en\" target=\"_blank\">on Instagram\u003c/a>. Parton shared the video on her Instagram story on Wednesday (May 14).\u003c/p>\n\n\u003cp>“I went to see Dolly during Christmas, and I played her ‘Something Beautiful,’” Cyrus said. “I was excited because she just came off her rock album [\u003cem>Rockstar\u003c/em>, after her induction into the Rock and Roll Hall of Fame], so I thought she was really gonna get it. So I played ‘Something Beautiful,’ (and) she goes, ‘alright, I see what you’re doing here. You got any hits?’ I was pretty sure I didn’t at that time. So, I was like, ‘yeah, I do. it’s called ‘More to Lose,’’ but I hadn’t written it yet. So, I flew back to L.A., and — that was at Christmastime — (on) January 2, I got in the studio and went and wrote this song.\u003c/p>\n\n\u003cp>“I’ve always thought of this song as my ‘I Will Always Love You,’” she said. “So this is my song for Aunt Dolly.”\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%2FDJesdyVRGnP%2F%3Fhl%3Den","@url":"https://www.instagram.com/p/DJesdyVRGnP/?hl=en","author_name":"mileycyrus","author_url":"","height":0,"html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJesdyVRGnP/?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/DJesdyVRGnP/?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/DJesdyVRGnP/?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 Miley Cyrus (@mileycyrus)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":1134,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/496206636_18604800001038300_5449337971045213057_n.jpg?stp=dst-jpg_e15_p640x640_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2QHWm63BibeSRcoXcP40iksToIm9bm6wtj4DxYKbLKbWf87bDqtfvVXm1R0YXxLtneQ&_nc_ohc=TPSkiQF8X0sQ7kNvwGol2Rp&_nc_gid=Bu9R0phjay1q3vbbUC3ZsQ&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfIz9IAuRsthuW5Wap-9Po5bAUkD_1CcshxpE92YJxQo6A&oe=682ABB31&_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/DJesdyVRGnP/?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/DJesdyVRGnP/?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/DJesdyVRGnP/?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 Miley Cyrus (@mileycyrus)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJesdyVRGnP/?hl=en"},{"html":"\u003cp>The beloved “I Will Always Love You” legend is Cyrus’ godmother, and last year, Ancestry \u003ca href=\"https://country.iheart.com/content/2024-09-25-dolly-parton-reacts-to-proof-that-shes-related-to-goddaughter-miley-cyrus/\" target=\"_blank\">data revealed the two artists are actually seventh cousins, once removed\u003c/a>. Parton and Cyrus share common ancestor \u003cstrong>John Brickey\u003c/strong>, who is Parton’s 6th great-grandfather and Cyrus’ 7th great-grandfather. Parton said of the Ancestry data in an interview with \u003ca href=\"https://www.youtube.com/watch?v=kEtj8pAYB-g\" target=\"_blank\">\u003cem>Access Hollywood\u003c/em>\u003c/a>: “Is that true? That’s amazing. Well we’re so close, Miley and I, I would’ve thought we would’ve been at least, you know, third cousins, 10 times removed. And I’m sure she’ll get a kick out of that. But it doesn’t surprise me because she does feel like family.”\u003c/p>\n\n\u003cp>Cyrus will release her highly-anticipated \u003ca href=\"https://www.iheart.com/content/2025-03-31-miley-cyrus-teases-end-of-the-world-in-mysterious-new-billboard/\" target=\"_blank\">ninth studio record, \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-31-miley-cyrus-teases-end-of-the-world-in-mysterious-new-billboard/\" target=\"_blank\">\u003cem>Something Beautiful\u003c/em>\u003c/a>, on May 30. So far, Cyrus has released “Prelude,” the title track, “End of the World” and “More to Lose” from the 13-track record. Listen to “\u003ca href=\"https://www.youtube.com/watch?v=T3fA-4D71Kk\" target=\"_blank\">More to Lose\u003c/a>” here:\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.youtube.com/embed/T3fA-4D71Kk?si=Tq6wQY8whubQ_5yU","author_name":"","author_url":"","height":"315","html":"\u003ciframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/T3fA-4D71Kk?si=Tq6wQY8whubQ_5yU\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"560"},"embed_type":"rich","html":"\u003ciframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/T3fA-4D71Kk?si=Tq6wQY8whubQ_5yU\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/embed/T3fA-4D71Kk?si=Tq6wQY8whubQ_5yU"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton/","cuser":"user/ldap/1129284","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/Dolly Parton","keywords/tribute","keywords/Miley Cyrus","keywords/Aunt Dolly","keywords/story","keywords/Cyrus"],"primary_image":{"bucket":"new_assets","id":"%2F6824ec7e6044a21e146be204"},"primary_target":{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1747250100000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton","social_title":"Miley Cyrus Shares Heartfelt Tribute To Godmother Dolly Parton: 'This Is My Song For Aunt Dolly'","summary":"\"I will always love you Aunt Dolly 🦋\"","targets":[{"categories":["categories/music-news"],"distribution":["brands/ICTY-FL (11921)"]},{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/COUNTRY"]},{"categories":["categories/music-news"],"distribution":["artists/Dolly Parton (2614)"]},{"categories":["categories/music-news"],"distribution":["artists/Miley Cyrus (42281)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Miley Cyrus Shares Heartfelt Tribute To Godmother Dolly Parton","permalink":"https://fm97.iheart.com/content/2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton/"},"slug":"2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824ec7e6044a21e146be204","title":"Miley Cyrus Shares Heartfelt Tribute To Godmother Dolly Parton","description":"\"I will always love you Aunt Dolly 🦋\"","author":"Kelly Fisher"},"pub_start":1747250100000,"pub_until":4115978604802,"pub_changed":1747250525565,"subscription":[{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","brands/ICTY-FL (11921)"]},{"tags":["categories/music-news","formats/CHRPOP","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/COUNTRY"]},{"tags":["categories/music-news","artists/Dolly Parton (2614)"]},{"tags":["categories/music-news","artists/Miley Cyrus (42281)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824eacf6044a21e146be1ea","slug:2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton","slug:2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton","keyword:keywords/Dolly Parton","keyword:keywords/tribute","keyword:keywords/Miley Cyrus","keyword:keywords/Aunt Dolly","keyword:keywords/story","keyword:keywords/Cyrus","author:user"]}},{"id":"%2F6824e0e3f892ed465a0de4f6","type":"PUBLISHING","record":{"ref_id":"%2F6824e0e3f892ed465a0de4f6","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"c457996b-9cc5-40d9-b7be-75ac528557d6","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824e2b1f892ed465a0de501","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Academy Award winning actors \u003cstrong>Nicolas Cage\u003c/strong> and \u003cstrong>Christian Bale\u003c/strong> looked unrecognizable in the first photo taken from production of the upcoming film \u003cem>Madden\u003c/em> about late Pro Football Hall of Famer and Oakland Raiders coach \u003ca href=\"https://www.iheart.com/content/2022-06-01-late-john-madden-to-be-honored-by-namesake-video-game-franchise/\" target=\"_blank\">\u003cstrong>John Madden\u003c/strong>\u003c/a> was shared by Amazon MGM Studios on Tuesday (May 13).\u003c/p>\n\n\u003cp>Cage will play the titular coach and Bale will play late former Raiders coach turned owner \u003cstrong>Al Davis\u003c/strong> in the upcoming film with both in-character showing off their Super Bowl rings.\u003c/p>\n\n\u003cp>"Your first-look at Nicolas Cage as John Madden and Christian Bale as Al Davis on set of the upcoming film, \u003cem>Madden\u003c/em>. Production is currently underway," Amazon MGM Studios wrote in the post shared on its Instagram account Tuesday.\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%2FDJnfYJhp26Z","@url":"https://www.instagram.com/p/DJnfYJhp26Z","author_name":"amazonmgmstudios","author_url":"","height":0,"html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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 Amazon MGM Studios (@amazonmgmstudios)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":640,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/497915110_18501367837044738_7198203616037356318_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=106&_nc_oc=Q6cZ2QEYy5_Z5uvrC04ORAMSjdoUT1X7dFMxW-IYWvBztCtqf0lUybSR9lpz4yxJ2XQxD98&_nc_ohc=ItsyW0HDX7IQ7kNvwGC923H&_nc_gid=UkbbluJtecK19PYsTp1Y0Q&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfKsFTXJOj_cTOFpCeLFwTHVl76WkzWVKzql0gQmRF8XKA&oe=682AA7C5&_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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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 Amazon MGM Studios (@amazonmgmstudios)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJnfYJhp26Z"},{"html":"\u003cp>"The film follows Madden’s remarkable journey—from his Super Bowl-winning partnership with Al Davis and the Raiders, to creating Madden NFL, and becoming one of the most iconic voices in football history," the caption continued.\u003c/p>\n\n\u003cp>The film will be directed by \u003cstrong>David O. Russell\u003c/strong> and also feature \u003cstrong>John Mulaney\u003c/strong> as \u003cstrong>Trip Hawkins\u003c/strong>, \u003cstrong>Kathryn Hahn\u003c/strong> as \u003cstrong>Virginia Madden \u003c/strong>and \u003cstrong>Sienna Miller\u003c/strong> as \u003cstrong>Carol Davis\u003c/strong>.\u003c/p>\n\n\u003cp>Madden, who \u003ca href=\"https://www.iheart.com/content/2021-12-28-john-madden-hall-of-fame-coach-and-broadcaster-dead-at-85/\" target=\"_blank\">died in December 2021\u003c/a>, led the Raiders to a Super Bowl XI victory over the Minnesota Vikings in 1977 and retired in 1978 with a 103-32-7 career coaching record and a 76.3% winning percentage, the highest in NFL history. The Minnesota native went on to a legendary broadcasting career as the first NFL color analyst to contribute to all four major networks: \u003cem>CBS\u003c/em> (1979-93), \u003cem>FOX\u003c/em> (1994-2001), \u003cem>ABC\u003c/em> (2002-05) and \u003cem>NBC\u003c/em> (2006-08), before retiring ahead of the 2008 season and was immortalized as the namesake for EA Sports popular NFL video game franchise, initially lending his voice and likeness to the series in 1988.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/","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/John Madden","keywords/MGM Studios","keywords/Christian Bale","keywords/film photo","keywords/Al Davis","keywords/film","keywords/Nicolas Cage","keywords/photo","keywords/production","keywords/Amazon","keywords/NFL","keywords/football","keywords/Oakland Raiders"],"primary_image":{"bucket":"new_assets","id":"%2F6824e2b1f892ed465a0de501"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1747248540000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","social_title":"","summary":"Academy Award winners Nicolas Cage and Christian Bale looked unrecognizable in the first photo taken from production of the upcoming film 'Madden.'","targets":[{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS","formats/ROCKACTIVE","formats/ROCKCLASSIC"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo","permalink":"https://fm97.iheart.com/content/2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/"},"slug":"2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824e2b1f892ed465a0de501","title":"Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo","description":"Academy Award winners Nicolas Cage and Christian Bale looked unrecognizable in the first photo taken from production of the upcoming film 'Madden.'","author":"Jason Hall"},"pub_start":1747248540000,"pub_until":4115978604802,"pub_changed":1747249387828,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS","formats/ROCKACTIVE","formats/ROCKCLASSIC"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824e0e3f892ed465a0de4f6","slug:2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","slug:2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","keyword:keywords/John Madden","keyword:keywords/MGM Studios","keyword:keywords/Christian Bale","keyword:keywords/film photo","keyword:keywords/Al Davis","keyword:keywords/film","keyword:keywords/Nicolas Cage","keyword:keywords/photo","keyword:keywords/production","keyword:keywords/Amazon","keyword:keywords/NFL","keyword:keywords/football","keyword:keywords/Oakland Raiders","author:user"]}},{"id":"%2F6824a09185ab297b254fa37b","type":"PUBLISHING","record":{"ref_id":"%2F6824a09185ab297b254fa37b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"89434610-17fd-4beb-bacd-a60445a12387","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824a0f585ab297b254fa386","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Kendall Jenner\u003c/strong> attended the Knicks game on Monday (May 12) alongside her sister, \u003cstrong>Kylie Jenner\u003c/strong>, and \u003ca href=\"https://www.iheart.com/content/2025-05-06-why-timothee-chalamet-didnt-join-girlfriend-kylie-jenner-at-the-met-gala/\" target=\"_blank\">her beau\u003c/a> \u003cstrong>Timothée Chalamet\u003c/strong>, and ended up chipping her front tooth! \u003c/p>\n\n\u003cp>Kylie shared a series of photos and videos from the event on Instagram, zooming in on her older sister's chipped tooth. The video shows Kendall and Kylie laughing hysterically on the plane to New York as the model holds a small white piece of enamel in her hands. \u003c/p>\n\n\u003cp>"Did my nail come off or was it my tooth?" the duo joked before the Kylie Cosmetics founder gave followers a closer look at Kendall's chipped tooth. \u003c/p>\n\n\u003cp>Kendall attended the game despite breaking off a part of her smile. Other memories featured in the Instagram series include Kendall and Kylie mirror selfies, a table full of delicious breakfast foods, a sweet clip of \u003ca href=\"https://www.iheart.com/content/2025-02-03-kylie-jenner-celebrates-her-kids-birthdays-with-totally-opposite-themes/\" target=\"_blank\">Kylie's children\u003c/a>, \u003cstrong>Stormi\u003c/strong> and \u003cstrong>Aire\u003c/strong> (whom she shares with rapper \u003ca href=\"https://www.iheart.com/artist/travis-scott-30576501/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"30576501\" data-catalog-related-id=\"\">Travis Scott\u003c/a>), Kendall eating a sucker, and court-side footage from the game. \u003c/p>\n\n\u003cp>Followers were quick to comment on Kendall's chipped tooth, remarking, "Noooo Kendall, your tooth 😂😂😂 poor Kenny," and "The tooth chip is so real 😂😂." Kendall has yet to reveal why or how the incident occurred, and if she fixed her tooth before the game. \u003c/p>\n\n\u003cp>See Kylie's latest New York City adventure on \u003ca href=\"https://www.instagram.com/p/DJmwDN_Regr/?img_index=10\" target=\"_blank\">Instagram\u003c/a>! \u003c/p>\n\n\u003cp>For more on Kylie and Timothée, read \u003ca href=\"https://www.iheart.com/content/2025-05-06-why-timothee-chalamet-didnt-join-girlfriend-kylie-jenner-at-the-met-gala/\" target=\"_blank\">Why Timothee Chalamet Didn't Join Girlfriend Kylie Jenner At The Met Gala\u003c/a>. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/tooth","keywords/Kylie Jenner","keywords/Kendall Jenner","keywords/game","keywords/video","keywords/sister"],"primary_image":{"bucket":"new_assets","id":"%2F6824a0f585ab297b254fa386"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1747246440000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video","social_title":"","summary":"'Did my nail just come off, or was it my tooth?' ","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Watch Kendall Jenner Reveal She Chipped A Tooth In Hilarious New Video","permalink":"https://fm97.iheart.com/content/2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video/"},"slug":"2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824a0f585ab297b254fa386","title":"Watch Kendall Jenner Reveal She Chipped A Tooth In Hilarious New Video","description":"'Did my nail just come off, or was it my tooth?' ","author":"Logan DeLoye"},"pub_start":1747246440000,"pub_until":4115978604802,"pub_changed":1747246847295,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824a09185ab297b254fa37b","slug:2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video","slug:2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video","keyword:keywords/tooth","keyword:keywords/Kylie Jenner","keyword:keywords/Kendall Jenner","keyword:keywords/game","keyword:keywords/video","keyword:keywords/sister","author:user"]}},{"id":"%2F68249f64182d52df1294df9b","type":"PUBLISHING","record":{"ref_id":"%2F68249f64182d52df1294df9b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"9319145a-1d02-4c97-9081-af3cded320b4","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/63441858/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/63441858/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/63441858/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/63441858/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68249fb9182d52df1294dfa6","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Kate Middleton\u003c/strong> turned heads in a sharp green ensemble and debuted a new hairstyle during an event held in London, England, on May 13. \u003c/p>\n\n\u003cp>The beloved royal donned a "rare" and fashionable green pantsuit for \u003ca href=\"https://www.iheart.com/content/2024-11-08-kate-middleton-readies-for-first-major-appearance-since-cancer-diagnosis/\" target=\"_blank\">the outing\u003c/a>, held by the British Fashion Council, per \u003ca href=\"https://www.eonline.com/news/1417514/kate-middleton-debuts-new-look-at-british-fashion-council-event\" target=\"_blank\">\u003cem>E!News\u003c/em>\u003c/a>, where she "presented the \u003cstrong>Queen Elizabeth II\u003c/strong> Award for British Design to emerging designer \u003cstrong>Patrick McDowell\u003c/strong>."\u003c/p>\n\n\u003cp>The Princess of Wales also debuted a beautiful new hairstyle featuring a series of "light-brown tints" just in time for summer. \u003c/p>\n\n\u003cp>\u003cem>E!News\u003c/em> noted that the royal rarely steps out in bright-colored or patterned clothing and also made a dramatic impression when she wore a "radiant purple dress" to a church service last August, and a "black-and-white polka dot dress" (\u003ca href=\"https://www.iheart.com/content/2025-02-11-kensington-palace-addresses-kate-middleton-style-controversy-in-rare-update/\" target=\"_blank\">worn by\u003c/a> her late mother-in-law, \u003cstrong>Princess Diana\u003c/strong>, in 1988) in April. \u003c/p>\n\n\u003cp>Earlier this year, Middleton announced that her abdominal \u003ca href=\"https://www.iheart.com/content/2025-01-14-kate-middleton-gives-emotional-update-on-cancer-battle-in-new-statement/\" target=\"_blank\">cancer was officially in remission\u003c/a> after months of chemotherapy. \u003c/p>\n\n\u003cp>"It is a relief to now be in remission, and I remain focussed on recovery. As anyone who has experienced a cancer diagnosis will know, it takes time to adjust to a new normal. I am, however, looking forward to a fulfilling year ahead. There is much to look forward to. Thank you to everyone for your continued support," she shared on her and \u003cstrong>Prince William\u003c/strong>'s joint \u003ca href=\"https://x.com/KensingtonRoyal/status/1879205106383716610\" target=\"_blank\">\u003cem>X\u003c/em>\u003c/a> account in January. \u003c/p>\n\n\u003cp>For more, read \u003ca href=\"https://www.iheart.com/content/2025-01-14-kate-middleton-gives-emotional-update-on-cancer-battle-in-new-statement/\" target=\"_blank\">Kate Middleton Gives Emotional Update On Cancer Battle In New Statement\u003c/a>. \u003c/p>\n\n\u003cp>See the Princess of Wales in her stunning green pantsuit below! \u003c/p>\n\n","schedule":{},"type":"html"},{"assets":[{"alt_text":"","bucket":"new_assets","caption":"LONDON, ENGLAND - MAY 13: Catherine, Princess of Wales and British Fashion Council CEO Laura Weir, view a dress by designer Connor Ives (right) during a visit to the British Fashion Council to present the Queen Elizabeth II Award for British Design, at t","id":"%2F6824db62182d52df1294dfaa","new_tab":false,"source_credit":"Getty Images Europe","title":"The Princess Of Wales Presents The Queen Elizabeth II Award For British Design","url":"","use_caption":false},{"alt_text":"","bucket":"new_assets","caption":"LONDON, ENGLAND - MAY 13: Catherine, Princess of Wales during a visit to the British Fashion Council at 180 Studios in central London, where she will present the Queen Elizabeth II Award for British Designon May 13, 2025 in London, England. (Photo by Aar","id":"%2F6824db62182d52df1294dfab","new_tab":false,"source_credit":"Getty Images Europe","title":"The Princess Of Wales Presents The Queen Elizabeth II Award For British Design","url":"","use_caption":false},{"alt_text":"","bucket":"new_assets","caption":"LONDON, ENGLAND - MAY 13: Catherine, Princess of Wales during a visit to the British Fashion Council at 180 Studios in central London, where she will present the Queen Elizabeth II Award for British Designon May 13, 2025 in London, England. (Photo by Aar","id":"%2F6824db62182d52df1294dfad","new_tab":false,"source_credit":"Getty Images Europe","title":"The Princess Of Wales Presents The Queen Elizabeth II Award For British Design","url":"","use_caption":false}],"schedule":{},"type":"gallery"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/Kate Middleton","keywords/royal","keywords/look","keywords/photos","keywords/E!News","keywords/heads","keywords/hairstyle","keywords/Patrick McDowell","keywords/Diana","keywords/ensemble"],"primary_image":{"bucket":"new_assets","id":"%2F68249fb9182d52df1294dfa6"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1747246020000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle","social_title":"","summary":"See the snaps here!!","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"PHOTOS: Kate Middleton Turns Heads With Bold New Look, Hairstyle","permalink":"https://fm97.iheart.com/content/2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle/"},"slug":"2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68249fb9182d52df1294dfa6","title":"PHOTOS: Kate Middleton Turns Heads With Bold New Look, Hairstyle","description":"See the snaps here!!","author":"Logan DeLoye"},"pub_start":1747246020000,"pub_until":4115978604802,"pub_changed":1747246406569,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68249f64182d52df1294df9b","slug:2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle","slug:2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle","keyword:keywords/Kate Middleton","keyword:keywords/royal","keyword:keywords/look","keyword:keywords/photos","keyword:keywords/E!News","keyword:keywords/heads","keyword:keywords/hairstyle","keyword:keywords/Patrick McDowell","keyword:keywords/Diana","keyword:keywords/ensemble","author:user"]}},{"id":"%2F6824d457f96224674fc3cd53","type":"PUBLISHING","record":{"ref_id":"%2F6824d457f96224674fc3cd53","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"0dcbafba-b81a-40a4-a44d-1ddd560e8fb1","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":"A Star Wars fan dressed as Kylo Ren raises his lightsaber during Lightsaber Battle LA in Pershing Square in downtown Los Angeles, California on December 18, 2015. \"Star Wars: The Force Awakens\" smashed the opening night record in the United States and Canada positioning itself to become one of the biggest grossing movies ever, industry experts said. AFP PHOTO / ROBYN BECK / AFP / ROBYN BECK (Photo credit should read ROBYN BECK/AFP via Getty Images)","id":"%2F6824d55380f5323ca386ebc1","new_tab":false,"schedule":{},"source_credit":"ROBYN BECK / AFP / Getty Images","title":"US-ENTERTAINMENT-FILM-STAR WARS","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Aidan White\u003c/strong>, a 25-year-old man from Auburn, Nebraska, faces two felony charges after \u003ca href=\"https://www.dailymail.co.uk/news/article-14709779/five-words-man-attacks-girl-mother-lightsaber.html\" target=\"_blank\">allegedly attacking his neighbor and her seven-year-old daughter with a lightsaber\u003c/a>. The incident occurred on April 28, when White reportedly became upset over an increase in rent, which he attributed to his neighbors' thermostat settings. According to the Nemaha County Sheriff's Office, White admitted to striking the victims with a high-quality lightsaber made of metal and thick plastic.\u003c/p>\n\n\u003cp>Deputy \u003cstrong>Matthew Kadavy\u003c/strong> reported that the mother was watching her children play when she noticed White approaching with the lightsaber. Her daughter came to her crying, holding her arm after being struck. When the mother confronted White, he \u003ca href=\"https://www.ketv.com/article/nebraska-man-aidan-white-facing-two-felonies-for-allegedly-attacking-neighbor-7-year-old-with-lightsaber/64705501\" target=\"_blank\">allegedly told her to "get back in your f****** house" before hitting her on the arm\u003c/a> and shoulder. Witnesses described White as having a history of violent outbursts, including a previous incident where he chased a neighbor with an ax.\u003c/p>\n\n\u003cp>White was arrested and the lightsaber was seized as evidence. He is \u003ca href=\"https://journalstar.com/news/state-regional/article_86088798-cb89-406c-ad98-10ad115cb932.html\" target=\"_blank\">charged with felony child abuse\u003c/a> and second-degree assault and is scheduled to appear in court on June 3. The judge set his bond at $50,000 and ordered a competency evaluation.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber/","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":"%2F6824d55380f5323ca386ebc1"},"primary_target":{"categories":["categories/national-news","categories/weird-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1747244400000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber","social_title":"","summary":"The suspect was reportedly upset because he rent was increased.","targets":[{"categories":["categories/national-news","categories/weird-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news","categories/national-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Man Arrested For Allegedly Hitting Woman And Her Daughter With A Lightsaber","permalink":"https://fm97.iheart.com/content/2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber/"},"slug":"2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6824d55380f5323ca386ebc1","title":"Man Arrested For Allegedly Hitting Woman And Her Daughter With A Lightsaber","description":"The suspect was reportedly upset because he rent was increased.","author":"iHeartRadio"},"pub_start":1747244400000,"pub_until":4115978604802,"pub_changed":1747244760748,"subscription":[{"tags":["categories/national-news","categories/weird-news","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/weird-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","categories/national-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824d457f96224674fc3cd53","slug:2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber","slug:2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6824abdd059f18959c9d003a","type":"PUBLISHING","record":{"ref_id":"%2F6824abdd059f18959c9d003a","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"0410eed3-9731-4a87-9d41-2668270ff934","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824b2758784613237157be4","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Olivia Munn\u003c/strong>'s mom got the last laugh when she first met comedian \u003cstrong>John Mulaney\u003c/strong>. \u003c/p>\n\n\u003cp>During an appearance on \u003cem>Late Night with Seth Meyers\u003c/em> on Monday (May 12), Munn shared the memorable way her now-husband met her mom, \u003cstrong>Kim\u003c/strong>, for the first time shortly after they welcomed \u003ca href=\"https://www.iheart.com/content/2024-11-25-olivia-munn-pens-sweet-tribute-to-son-malcolm-made-me-stronger/\" target=\"_blank\">their first child together, son \u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-11-25-olivia-munn-pens-sweet-tribute-to-son-malcolm-made-me-stronger/\" target=\"_blank\">\u003cstrong>Malcolm\u003c/strong>\u003c/a>, in 2021, per \u003ca href=\"https://pagesix.com/2025/05/13/parents/olivia-munn-admits-her-mom-never-met-john-mulaney-before-sons-birth/\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a>. \u003c/p>\n\n\u003cp>"So Malcolm was born the day before Thanksgiving and my mom comes, first of all, has never met John by this point," she said, adding that her mom showed up to the house and "doesn't even say hi to John" before she "unzips her suitcase [and] takes out frozen turkeys."\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-30-why-olivia-munn-is-embracing-her-scars-after-breast-cancer-battle/\" target=\"_blank\">The \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-30-why-olivia-munn-is-embracing-her-scars-after-breast-cancer-battle/\" target=\"_blank\">\u003cem>Newsroom\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-30-why-olivia-munn-is-embracing-her-scars-after-breast-cancer-battle/\" target=\"_blank\"> actress\u003c/a> explained that her mom often tells lies and stories because "she just can't help herself," and so she did the same with Mulaney, convincing him of a family tradition where babies pose with turkey legs on Thanksgiving.\u003c/p>\n\n\u003cp>"She says to John, 'You know, it's so exciting, in my family with all of our kids, the tradition [is] we put a drumstick in their hand for their first Thanksgiving when they're a baby.'"\u003c/p>\n\n\u003cp>Munn said she was confused when Mulaney relayed the plan to her as "that's not a tradition," and she even called her siblings to see if they knew what their mom was talking about.\u003c/p>\n\n\u003cp>"They said, 'No, because she's lying,'" she recalled.\u003c/p>\n\n\u003cp>Despite this, Kim stuck to the plan and placed baby Malcolm in his dad's arms before giving the newborn a drumstick to hold and taking a photo. Munn added that her mom then pat the comedian's hand and said, 'OK, a new tradition.'"\u003c/p>\n\n\u003cp>Host \u003cstrong>Seth Meyers\u003c/strong> noted that "it's such a good lie" because "nothing is gained from it at all" other than now having a hilarious photo of their baby. \u003c/p>\n\n\u003cp>In addition to Malcolm, Munn and Mulaney are parents \u003ca href=\"https://www.iheart.com/content/2025-04-17-olivia-munn-reveals-sweet-gift-john-mulaney-surprised-her-with-at-wedding/\" target=\"_blank\">to daughter \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-17-olivia-munn-reveals-sweet-gift-john-mulaney-surprised-her-with-at-wedding/\" target=\"_blank\">\u003cstrong>Méi\u003c/strong>\u003c/a>, whom they welcomed via surrogate in 2024, months after they tied the knot \u003ca href=\"https://www.iheart.com/content/2025-03-11-john-mulaney-reveals-which-celebrity-officiated-his-wedding-to-olivia-munn/\" target=\"_blank\">in a small wedding ceremony\u003c/a>.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.youtube.com/embed/XJoje-XLZHA?si=l1XkoXCr8ISIMNe4","author_name":"","author_url":"","height":"315","html":"\u003ciframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/XJoje-XLZHA?si=l1XkoXCr8ISIMNe4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"560"},"embed_type":"rich","html":"\u003ciframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/XJoje-XLZHA?si=l1XkoXCr8ISIMNe4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/embed/XJoje-XLZHA?si=l1XkoXCr8ISIMNe4"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met/","cuser":"user/ldap/1129327","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/Olivia Munn","keywords/John Mulaney"],"primary_image":{"bucket":"new_assets","id":"%2F6824b2758784613237157be4"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN","formats/ACMAINSTREAM"]},"publish_date":1747244340000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met","social_title":"","summary":"The \"Newsroom\" actress also admitted that her mother had \"never met\" her now-husband before their son was born.","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Olivia Munn Reveals How Mom Pranked John Mulaney When They First Met","permalink":"https://fm97.iheart.com/content/2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met/"},"slug":"2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824b2758784613237157be4","title":"Olivia Munn Reveals How Mom Pranked John Mulaney When They First Met","description":"The \"Newsroom\" actress also admitted that her mother had \"never met\" her now-husband before their son was born.","author":"Sarah Tate"},"pub_start":1747244340000,"pub_until":4115978604802,"pub_changed":1747244746216,"subscription":[{"tags":["categories/entertainment-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN","formats/ACMAINSTREAM"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824abdd059f18959c9d003a","slug:2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met","slug:2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met","keyword:keywords/Olivia Munn","keyword:keywords/John Mulaney","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":"%2F68249fd13807855d902d23d5","type":"PUBLISHING","record":{"ref_id":"%2F68249fd13807855d902d23d5","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Abigail Barnd ","blocks":[{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fyoutu.be%2FwPckJ60Dee8","@url":"https://youtu.be/wPckJ60Dee8","author_name":"Elvis Duran Show","author_url":"https://www.youtube.com/@ElvisDuranShow","height":150,"html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/wPckJ60Dee8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Inviting Alex Warren To Jingle Ball And Getting Real About Grief | Elvis Duran Show\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/wPckJ60Dee8/hqdefault.jpg","thumbnail_width":480,"title":"Inviting Alex Warren To Jingle Ball And Getting Real About Grief | Elvis Duran Show","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/wPckJ60Dee8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Inviting Alex Warren To Jingle Ball And Getting Real About Grief | Elvis Duran Show\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/wPckJ60Dee8"},{"html":"\u003cp>Artist, YouTuber, and influencer \u003ca href=\"https://www.iheart.com/artist/alex-warren-31733685/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"31733685\" data-catalog-related-id=\"\">Alex Warren\u003c/a> swung by\u003cem> Elvis Duran and the Morning Show\u003c/em> to discuss his chart-topping hit, “Ordinary.”\u003c/p>\n\n\u003cp>Warren opened up about losing his parents and how his loss ultimately set his career into motion—just before moving to more lighthearted territory, teasing a Jingle Ball appearance. \u003c/p>\n\n\u003cp>Watch the full interview in the video player above, and stream “Ordinary” via our free iHeartRadio app!\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://elvisduran.iheart.com/featured/elvis-duran/content/2025-05-14-alex-warren-promises-to-back-flip-on-stage-at-2025-jingle-ball/","cuser":"user/ldap/1138068","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":"%2F6824a0683807855d902d23df"},"primary_target":{"categories":[],"distribution":["brands/Mercedez-Benz Interviews","brands/Celebrity Interviews","brands/Elvis Duran (54636)","brands/Elvis Duran Mercedez-Benz Interviews"]},"publish_date":1747230480000,"publish_end_date":4115978604802,"publish_origin":"brands/Elvis Duran (54636)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-alex-warren-promises-to-back-flip-on-stage-at-2025-jingle-ball","social_title":"","summary":"","targets":[],"title":"Alex Warren Promises to Back Flip on Stage at 2025 Jingle Ball","permalink":"https://fm97.iheart.com/featured/elvis-duran/content/2025-05-14-alex-warren-promises-to-back-flip-on-stage-at-2025-jingle-ball/"},"slug":"2025-05-14-alex-warren-promises-to-back-flip-on-stage-at-2025-jingle-ball","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824a0683807855d902d23df","title":"Alex Warren Promises to Back Flip on Stage at 2025 Jingle Ball","description":"","author":"Abigail Barnd "},"pub_start":1747230480000,"pub_until":4115978604802,"pub_changed":1747230849091,"subscription":[{"tags":["brands/Mercedez-Benz Interviews","brands/Celebrity Interviews","brands/Elvis Duran (54636)","brands/Elvis Duran Mercedez-Benz Interviews"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Elvis Duran (54636)","id:/68249fd13807855d902d23d5","slug:2025-05-14-alex-warren-promises-to-back-flip-on-stage-at-2025-jingle-ball","slug:2025-05-14-alex-warren-promises-to-back-flip-on-stage-at-2025-jingle-ball","author:user"]}},{"id":"%2F6824d352dbdba71790606888","type":"PUBLISHING","record":{"ref_id":"%2F6824d352dbdba71790606888","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"","blocks":[{"id":"29319094","kind":"podcast","related_id":"275571869","schedule":{},"type":"catalog"},{"html":"\u003cp>Serina shares a toxic request she had for her husband, Matt's alma mater cures baldness, Nicasio agrees that affairs help marriages and Tino gets a warning about a new product interest...\u003c/p>\n\n\u003cp>Learn more about your ad choices. Visit megaphone.fm/adchoices\u003c/p>\n","schedule":{},"type":"html"}],"canonical_url":"https://iheart.com/podcast/270-the-tino-cochino-radio-pod-29319094","cuser":"","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"%2F6824d247d22ceaaabb0232fd","feed_partner_content":false,"feed_permalink":"https://iheart.com/podcast/270-the-tino-cochino-radio-pod-29319094","feed_type":"PODCAST","feed_vendor":"The Tino Cochino Podcast","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":null,"primary_image_uri":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","primary_target":{"categories":[],"distribution":["brands/Tino Cochino Radio"]},"publish_date":1747227600000,"publish_end_date":4115978604802,"publish_origin":"brands/Tino Cochino Radio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-270-the-tino-cochino-radio-pod-dead-oreo-51425-full-show","social_title":"","summary":"Serina shares a toxic request she had for her husband, Matt's alma mater cures baldness, Nicasio agrees that affairs help marriages and Tino gets a warning about a new product interest...\n\n\nLearn more about your ad choices. Visit megaphone.fm/adchoices","targets":[],"title":"Dead Oreo (5/14/25 - FULL SHOW)","permalink":"https://fm97.iheart.com/featured/tino-cochino-radio/content/2025-05-14-270-the-tino-cochino-radio-pod-dead-oreo-51425-full-show/"},"slug":"2025-05-14-270-the-tino-cochino-radio-pod-dead-oreo-51425-full-show","summary":{"image":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","title":"Dead Oreo (5/14/25 - FULL SHOW)","description":"Serina shares a toxic request she had for her husband, Matt's alma mater cures baldness, Nicasio agrees that affairs help marriages and Tino gets a warning about a new product interest...\n\n\nLearn more about your ad choices. Visit megaphone.fm/adchoices","author":""},"pub_start":1747227600000,"pub_until":4115978604802,"pub_changed":1747243858966,"subscription":[{"tags":["brands/Tino Cochino Radio"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Tino Cochino Radio","id:/6824d352dbdba71790606888","slug:2025-05-14-270-the-tino-cochino-radio-pod-dead-oreo-51425-full-show","slug:2025-05-14-270-the-tino-cochino-radio-pod-dead-oreo-51425-full-show"]}},{"id":"%2F6824c074d22ceaaabb0232c8","type":"PUBLISHING","record":{"ref_id":"%2F6824c074d22ceaaabb0232c8","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"","blocks":[{"id":"26935920","kind":"podcast","related_id":"275564956","schedule":{},"type":"catalog"},{"html":"\u003cp>**Please Note - this episode is audio only.\u003c/p>\n\n\u003cp> On today’s MKD, we cover a lawsuit over Meghan Markle's bath salt recipe, a composer's brain making music after his death, a father going on vacation after leaving his daughter to die in a hot car, a raccoon found with a meth pipe in its mouth, and a tampon found inside of a woman that had been there for about a year. \u003ca href=\"https://pagesix.com/2025/05/08/royal-family/meghan-markle-fan-claims-she-suffered-burns-using-duchess-bath-salt-recipe/\" target=\"_self\">\u003c/a>\u003c/p>\n\n\u003cp> Want to submit your shocking story? Email \u003ca href=\"mailto:[email protected]\" target=\"_self\">\u003cstrong>[email protected]\u003c/strong>\u003c/a>\u003c/p>\n\n\u003cp> \u003cstrong>Support The Show:\u003c/strong>\u003c/p>\n\n\u003cp> 🧠 \u003ca href=\"https://theduramater.com/gross-room-join/\" target=\"_self\">Join The Gross Room\u003c/a>\u003c/p>\n\n\u003cp> 🖤 \u003ca href=\"https://theduramater.com/favorite-things/\" target=\"_self\">Sponsors\u003c/a>\u003c/p>\n\n\u003cp> 🔬 Buy Nicole's \u003ca href=\"https://theduramater.com/book/\" target=\"_self\">Book\u003c/a>\u003c/p>\n\n\u003cp> 🥼 \u003ca href=\"https://theduramater.myspreadshop.com/\" target=\"_self\">Merch\u003c/a>\u003c/p>\n\n\u003cp> \u003cstrong>Follow:\u003c/strong>\u003c/p>\n\n\u003cp> 🎙️ \u003ca href=\"https://www.instagram.com/motherknowsdeath/\" target=\"_self\">Mother Knows Death\u003c/a>\u003c/p>\n\n\u003cp> 🔪 \u003ca href=\"https://www.instagram.com/mrs_angemi\" target=\"_self\">Nicole\u003c/a>\u003c/p>\n\n\u003cp> 🪩 \u003ca href=\"https://www.instagram.com/mariaqkane/\" target=\"_self\">Maria\u003c/a>\u003c/p>\n\n\u003cp> 📱 \u003ca href=\"https://tiktok.com/@mrs_angemi\" target=\"_self\">TikTok\u003c/a>\u003c/p>\n\n\u003cp> \u003cstrong>More Info:\u003c/strong>\u003c/p>\n\n\u003cp> 📰 \u003ca href=\"https://theduramater.com/newsletter/\" target=\"_self\">Newsletter\u003c/a>\u003c/p>\n\n\u003cp> 📃 \u003ca href=\"https://theduramater.com/faq-items/disclaimer/\" target=\"_self\">Disclaimer\u003c/a>\u003c/p>\n\n\u003cp>See \u003ca href=\"https://omnystudio.com/listener\" target=\"_self\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>\n","schedule":{},"type":"html"}],"canonical_url":"https://iheart.com/podcast/1014-elvis-duran-and-the-morni-26935920","cuser":"","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"%2F6824bfb1dbdba71790606831","feed_partner_content":false,"feed_permalink":"https://iheart.com/podcast/1014-elvis-duran-and-the-morni-26935920","feed_type":"PODCAST","feed_vendor":"Elvis Duran and the Morning Show ON DEMAND","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":null,"primary_image_uri":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzZiMDNjMDRiLTA3MzItNGZhMy1hMWEwLWIyMTEwMTM0MjRmMS82YThjNDU4OS0xZTA4LTQ4ODEtOTk4OS1iMmRjMDBjNmE0ZjgvaW1hZ2UuanBnP3Q9MTc0NzEzNzg0MCZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","primary_target":{"categories":[],"distribution":["brands/Elvis Duran (54636)"]},"publish_date":1747224000000,"publish_end_date":4115978604802,"publish_origin":"brands/Elvis Duran (54636)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-1014-elvis-duran-and-the-morni-raccoon-found-holding-meth-pipe-meghan-markl","social_title":"","summary":"\u003cp>**Please Note - this episode is audio only.\u003c/p> \u003cp>On today’s MKD, we cover a lawsuit over Meghan Markle's bath salt recipe, a composer's brain making music after his death, a father going on vacation after leaving his daughter to die in a hot car, a raccoon found with a meth pipe in its...","targets":[],"title":"Raccoon Found Holding Meth Pipe, Meghan Markle Bath Salt Lawsuit, Composer'","permalink":"https://fm97.iheart.com/featured/elvis-duran/content/2025-05-14-1014-elvis-duran-and-the-morni-raccoon-found-holding-meth-pipe-meghan-markl/"},"slug":"2025-05-14-1014-elvis-duran-and-the-morni-raccoon-found-holding-meth-pipe-meghan-markl","summary":{"image":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzZiMDNjMDRiLTA3MzItNGZhMy1hMWEwLWIyMTEwMTM0MjRmMS82YThjNDU4OS0xZTA4LTQ4ODEtOTk4OS1iMmRjMDBjNmE0ZjgvaW1hZ2UuanBnP3Q9MTc0NzEzNzg0MCZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","title":"Raccoon Found Holding Meth Pipe, Meghan Markle Bath Salt Lawsuit, Composer'","description":"\u003cp>**Please Note - this episode is audio only.\u003c/p> \u003cp>On today’s MKD, we cover a lawsuit over Meghan Markle's bath salt recipe, a composer's brain making music after his death, a father going on vacation after leaving his daughter to die in a hot car, a raccoon found with a meth pipe in its...","author":""},"pub_start":1747224000000,"pub_until":4115978604802,"pub_changed":1747239029147,"subscription":[{"tags":["brands/Elvis Duran (54636)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Elvis Duran (54636)","id:/6824c074d22ceaaabb0232c8","slug:2025-05-14-1014-elvis-duran-and-the-morni-raccoon-found-holding-meth-pipe-meghan-markl","slug:2025-05-14-1014-elvis-duran-and-the-morni-raccoon-found-holding-meth-pipe-meghan-markl"]}},{"id":"%2F6824affe02b439878a7f958b","type":"PUBLISHING","record":{"ref_id":"%2F6824affe02b439878a7f958b","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"","blocks":[{"id":"26935920","kind":"podcast","related_id":"275560753","schedule":{},"type":"catalog"},{"html":"\u003cp>Alex Warren stops by the morning show to discuss how he's handling his newfound fame. Listeners call in to talk about finding love on 'hook up' apps. Plus, what is Elvis doing to get himself into a new "clique"See \u003ca href=\"https://omnystudio.com/listener\" target=\"_self\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>\n","schedule":{},"type":"html"}],"canonical_url":"https://iheart.com/podcast/1014-elvis-duran-and-the-morni-26935920","cuser":"","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"%2F6824af45dbdba71790606805","feed_partner_content":false,"feed_permalink":"https://iheart.com/podcast/1014-elvis-duran-and-the-morni-26935920","feed_type":"PODCAST","feed_vendor":"Elvis Duran and the Morning Show ON DEMAND","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":null,"primary_image_uri":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","primary_target":{"categories":[],"distribution":["brands/Elvis Duran (54636)"]},"publish_date":1747219960000,"publish_end_date":4115978604802,"publish_origin":"brands/Elvis Duran (54636)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-1014-elvis-duran-and-the-morni-full-show-the-day-alex-warren-stopped-by","social_title":"","summary":"Alex Warren stops by the morning show to discuss how he's handling his newfound fame. Listeners call in to talk about finding love on 'hook up' apps. Plus, what is Elvis doing to get himself into a new \"clique\"\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privac...","targets":[],"title":"FULL SHOW: The Day Alex Warren Stopped By!","permalink":"https://fm97.iheart.com/featured/elvis-duran/content/2025-05-14-1014-elvis-duran-and-the-morni-full-show-the-day-alex-warren-stopped-by/"},"slug":"2025-05-14-1014-elvis-duran-and-the-morni-full-show-the-day-alex-warren-stopped-by","summary":{"image":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","title":"FULL SHOW: The Day Alex Warren Stopped By!","description":"Alex Warren stops by the morning show to discuss how he's handling his newfound fame. Listeners call in to talk about finding love on 'hook up' apps. Plus, what is Elvis doing to get himself into a new \"clique\"\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privac...","author":""},"pub_start":1747219960000,"pub_until":4115978604802,"pub_changed":1747234815169,"subscription":[{"tags":["brands/Elvis Duran (54636)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Elvis Duran (54636)","id:/6824affe02b439878a7f958b","slug:2025-05-14-1014-elvis-duran-and-the-morni-full-show-the-day-alex-warren-stopped-by","slug:2025-05-14-1014-elvis-duran-and-the-morni-full-show-the-day-alex-warren-stopped-by"]}},{"id":"%2F68249adc3c1771c5d5217b6b","type":"PUBLISHING","record":{"ref_id":"%2F68249adc3c1771c5d5217b6b","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"","blocks":[{"id":"25096811","kind":"podcast","related_id":"275556172","schedule":{},"type":"catalog"},{"html":"\u003cp>Do you have a group of friends you do everything with? 'The Big Show' welcomes Andrew, Diamond and Coaster Boy Josh to debate whether or not they have their own office clique!\u003c/p>\n\n\u003cp>See \u003ca href=\"https://omnystudio.com/listener\" target=\"_self\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>\n","schedule":{},"type":"html"}],"canonical_url":"https://iheart.com/podcast/1031-elvis-durans-daily-highli-25096811","cuser":"","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"%2F682498ed02b439878a7f9534","feed_partner_content":false,"feed_permalink":"https://iheart.com/podcast/1031-elvis-durans-daily-highli-25096811","feed_type":"PODCAST","feed_vendor":"Elvis Duran's Daily Highlight","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":null,"primary_image_uri":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkZDJmNTg5LTcyNmMtNGZiNy05MDEwLWIyODkwMGViMzIwYy9hYThjNzU1Ni1lZjI3LTQxNDYtYjkzMC1iMjg5MDBlYjMyMWYvaW1hZ2UuanBnP3Q9MTc0NDY4OTExMCZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","primary_target":{"categories":[],"distribution":["brands/Elvis Duran (54636)"]},"publish_date":1747214457000,"publish_end_date":4115978604802,"publish_origin":"brands/Elvis Duran (54636)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-1031-elvis-durans-daily-highli-daily-highlight-do-you-belong-to-a-clique","social_title":"","summary":"\u003cp>Do you have a group of friends you do everything with? 'The Big Show' welcomes Andrew, Diamond and Coaster Boy Josh to debate whether or not they have their own office clique!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","targets":[],"title":"Daily Highlight: Do You Belong to a Clique? ","permalink":"https://fm97.iheart.com/featured/elvis-duran/content/2025-05-14-1031-elvis-durans-daily-highli-daily-highlight-do-you-belong-to-a-clique/"},"slug":"2025-05-14-1031-elvis-durans-daily-highli-daily-highlight-do-you-belong-to-a-clique","summary":{"image":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkZDJmNTg5LTcyNmMtNGZiNy05MDEwLWIyODkwMGViMzIwYy9hYThjNzU1Ni1lZjI3LTQxNDYtYjkzMC1iMjg5MDBlYjMyMWYvaW1hZ2UuanBnP3Q9MTc0NDY4OTExMCZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","title":"Daily Highlight: Do You Belong to a Clique? ","description":"\u003cp>Do you have a group of friends you do everything with? 'The Big Show' welcomes Andrew, Diamond and Coaster Boy Josh to debate whether or not they have their own office clique!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","author":""},"pub_start":1747214457000,"pub_until":4115978604802,"pub_changed":1747229405697,"subscription":[{"tags":["brands/Elvis Duran (54636)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Elvis Duran (54636)","id:/68249adc3c1771c5d5217b6b","slug:2025-05-14-1031-elvis-durans-daily-highli-daily-highlight-do-you-belong-to-a-clique","slug:2025-05-14-1031-elvis-durans-daily-highli-daily-highlight-do-you-belong-to-a-clique"]}},{"id":"%2F68249add3c1771c5d5217b6c","type":"PUBLISHING","record":{"ref_id":"%2F68249add3c1771c5d5217b6c","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"","blocks":[{"id":"26935920","kind":"podcast","related_id":"275556196","schedule":{},"type":"catalog"},{"html":"\u003cp>Do you have a group of friends you do everything with? 'The Big Show' welcomes Andrew, Diamond and Coaster Boy Josh to debate whether or not they have their own office clique!\u003c/p>\n\n\u003cp>See \u003ca href=\"https://omnystudio.com/listener\" target=\"_self\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>\n","schedule":{},"type":"html"}],"canonical_url":"https://iheart.com/podcast/1014-elvis-duran-and-the-morni-26935920","cuser":"","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"%2F6824990302b439878a7f9535","feed_partner_content":false,"feed_permalink":"https://iheart.com/podcast/1014-elvis-duran-and-the-morni-26935920","feed_type":"PODCAST","feed_vendor":"Elvis Duran and the Morning Show ON DEMAND","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":null,"primary_image_uri":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","primary_target":{"categories":[],"distribution":["brands/Elvis Duran (54636)"]},"publish_date":1747214426000,"publish_end_date":4115978604802,"publish_origin":"brands/Elvis Duran (54636)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-1014-elvis-duran-and-the-morni-daily-highlight-do-you-belong-to-a-clique","social_title":"","summary":"\u003cp>Do you have a group of friends you do everything with? 'The Big Show' welcomes Andrew, Diamond and Coaster Boy Josh to debate whether or not they have their own office clique!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","targets":[],"title":"Daily Highlight: Do You Belong to a Clique? ","permalink":"https://fm97.iheart.com/featured/elvis-duran/content/2025-05-14-1014-elvis-duran-and-the-morni-daily-highlight-do-you-belong-to-a-clique/"},"slug":"2025-05-14-1014-elvis-duran-and-the-morni-daily-highlight-do-you-belong-to-a-clique","summary":{"image":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","title":"Daily Highlight: Do You Belong to a Clique? ","description":"\u003cp>Do you have a group of friends you do everything with? 'The Big Show' welcomes Andrew, Diamond and Coaster Boy Josh to debate whether or not they have their own office clique!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","author":""},"pub_start":1747214426000,"pub_until":4115978604802,"pub_changed":1747229405931,"subscription":[{"tags":["brands/Elvis Duran (54636)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Elvis Duran (54636)","id:/68249add3c1771c5d5217b6c","slug:2025-05-14-1014-elvis-duran-and-the-morni-daily-highlight-do-you-belong-to-a-clique","slug:2025-05-14-1014-elvis-duran-and-the-morni-daily-highlight-do-you-belong-to-a-clique"]}}],"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":"%2F682459cccb717e0b8d9c954b","type":"PUBLISHING","record":{"ref_id":"%2F682459cccb717e0b8d9c954b","type":"content:calendar","payload":{"canonical_url":"https://bob949.iheart.com/calendar/content/2025-05-17-barks-and-brews-this-saturday","cuser":"user/ldap/1026070","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>\u003cstrong>\u003cem>BOB 94.9 WILL BE AT BARKS AND BREWS ON SATURDAY! COME REGISTER TO WIN TICKETS TO LUKE BRYAN!\u003c/em>\u003c/strong>\u003c/p>\n\n\u003cp>+PLUS+\u003c/p>\n\n\u003cp>Get ready for a tail-wagging, beer-sipping good time at Barks & Brews in Stoudtburg Village! Join us on May 17th for a dog-friendly day full of fun, brews, and support for our four-legged friends. Here’s what we’ve got planned:\u003c/p>\n\n\u003cp> Dog Rescues & Adoptions: Meet adorable adoptable dogs and learn more about local rescues. Who knows? You might find your next furry family member!\u003c/p>\n\n\u003cp> Local Breweries: Enjoy a variety of craft beers from local breweries! Perfect for an afternoon of sipping while your pup socializes.\u003c/p>\n\n\u003cp> Plus, a portion of all proceeds will go directly to support local dog rescues and their missions to help animals in need.\u003c/p>\n\n\u003cp>Whether you’re a dog lover, a craft beer enthusiast, or both, Barks & Brews is the event you don’t want to miss! So grab your pup and head to Stoudtburg Village on May 17th for a fantastic day dedicated to fun and giving back.\u003c/p>\n\n\u003cp> Date: May 17, 2025\u003c/p>\n\n\u003cp> Location: Stoudtburg Village, Adamstown, PA\u003c/p>\n\n\u003cp> Time: 12 PM - 6 PM\u003c/p>\n\n\u003cp>Let’s raise a glass to supporting rescues and give these pups the love they deserve!\u003c/p>\n\n"},{"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":"%2F68245a36cb717e0b8d9c9557","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/68245a36cb717e0b8d9c9557","source_credit":"","title":"","url":"asset://assets.calendar/68245a36cb717e0b8d9c9557","use_caption":false}}]},"event_date":{"type":"multidate","value":[{"begin":1747497600552,"enabled":false,"end":1747519200552}]},"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":"%2F68245a36cb717e0b8d9c9557","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/68245a36cb717e0b8d9c9557","source_credit":"","title":"","url":"asset://assets.calendar/68245a36cb717e0b8d9c9557","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-05-17-barks-and-brews-this-saturday"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"BARKS AND BREWS THIS SATURDAY!"},"venue_address":{"type":"plain","value":"3 Market Plaza Adamstown, PA 19501"},"venue_name":{"type":"plain","value":"Stoudtburg Village"}},"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/68245a36cb717e0b8d9c9557","use_caption":false},"keywords":[],"primary_slug":"2025-05-17-barks-and-brews-this-saturday","slugs":["2025-05-17-barks-and-brews-this-saturday"],"sponsored":false,"title":"BARKS AND BREWS THIS SATURDAY!"},"targeting":{"exclusion":{"tags":[]},"publish_date":1747212660000,"publish_end_date":4115978604802,"publish_origin":"brands/WRBT-FM (1974)","syndication":{"publish_origin":"brands/WRBT-FM (1974)","refs":{}},"targets":[{"id":"682459cccb717e0b8d9c954c","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/community","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WRBT-FM (1974)","brands/WHP-AM (1166)","brands/WLAN-FM (1859)","brands/WTKT-AM (1272)","brands/WRAW-AM (5485)"],"workflow":""}]},"permalink":"https://bob949.iheart.com/calendar/content/2025-05-17-barks-and-brews-this-saturday"},"slug":"2025-05-17-barks-and-brews-this-saturday","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/68245a36cb717e0b8d9c9557","title":"BARKS AND BREWS THIS SATURDAY!","description":"","author":""},"pub_start":1747212660000,"pub_until":4115978604802,"pub_changed":1747213022468,"subscription":[{"tags":["calendar-categories/community","calendar-categories/entertainment","calendar-categories/station-events","brands/WRBT-FM (1974)","brands/WHP-AM (1166)","brands/WLAN-FM (1859)","brands/WTKT-AM (1272)","brands/WRAW-AM (5485)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WRBT-FM (1974)","id:/682459cccb717e0b8d9c954b","slug:2025-05-17-barks-and-brews-this-saturday","slug:2025-05-17-barks-and-brews-this-saturday"]}},{"id":"%2F6810bff3c5ff0f6e380d25ee","type":"PUBLISHING","record":{"ref_id":"%2F6810bff3c5ff0f6e380d25ee","type":"content:calendar","payload":{"canonical_url":"https://bob949.iheart.com/calendar/content/2025-05-22-central-pa-super-chef","cuser":"user/ldap/1026070","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":"%2F6810c064c5ff0f6e380d25fd","link":"https://centralpasuperchef.com/","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6810c064c5ff0f6e380d25fd","source_credit":"","title":"","url":"asset://assets.calendar/6810c064c5ff0f6e380d25fd","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp> Save the Date for SuperChef 2025! \u003c/p>\n\n\u003cp>Get ready for an unforgettable night of exquisite flavors, high-stakes competition, and culinary excellence at SuperChef 2025!\u003c/p>\n\n\u003cp> Date: May 22, 2025\u003c/p>\n\n\u003cp> Location: Hilton Harrisburg\u003c/p>\n\n\u003cp> Time: 5:00 PM – 9:00 PM\u003c/p>\n\n\u003cp> What to Expect:\u003c/p>\n\n\u003cp> Top Chefs Competing – Watch the finest fine dining and casual-fine dining establishments go head-to-head for the coveted SuperChef title.\u003c/p>\n\n\u003cp> Gourmet Tastings – Indulge in incredible dishes crafted by Central PA’s most talented chefs.\u003c/p>\n\n\u003cp> Celebrity Judges – A panel of distinguished judges AND event attendees will help crown the winner.\u003c/p>\n\n\u003cp> Silent Auction – Bid on exclusive items, with proceeds benefiting a local non-profit organization.\u003c/p>\n\n\u003cp> Bragging Rights & Billboards – The winning chef earns massive recognition across the Capital Region!\u003c/p>\n\n\u003cp>Thank you to our Presenting Sponsor Verber Dental Group\u003c/p>\n\n\u003cp>Mark your calendars and stay tuned—tickets will be available soon! Don’t miss this incredible evening of food, fun, and philanthropy.\u003c/p>\n\n\u003cp> Tag your foodie friends and spread the word!\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.facebook.com/hashtag/superchef2025?__eep__=6&__cft__[0]=AZXWlat7iojW85vzcBb9ibuykMQurm_pRs9ju-kegQMTrCvDjdVRMbUuRoB6rEZKSf70fZ4afH5hJ5bPtLgMPfFldQqA_UHHTejBqqdfaUH5T-hgC1GJunQUvp1JnS4DwJkt8zRil3_o-YP400SIHP6z&__tn__=q\" target=\"_blank\">#SuperChef2025\u003c/a> \u003ca href=\"https://www.facebook.com/hashtag/culinaryshowdown?__eep__=6&__cft__[0]=AZXWlat7iojW85vzcBb9ibuykMQurm_pRs9ju-kegQMTrCvDjdVRMbUuRoB6rEZKSf70fZ4afH5hJ5bPtLgMPfFldQqA_UHHTejBqqdfaUH5T-hgC1GJunQUvp1JnS4DwJkt8zRil3_o-YP400SIHP6z&__tn__=q\" target=\"_blank\">#CulinaryShowdown\u003c/a> \u003ca href=\"https://www.facebook.com/hashtag/finedining?__eep__=6&__cft__[0]=AZXWlat7iojW85vzcBb9ibuykMQurm_pRs9ju-kegQMTrCvDjdVRMbUuRoB6rEZKSf70fZ4afH5hJ5bPtLgMPfFldQqA_UHHTejBqqdfaUH5T-hgC1GJunQUvp1JnS4DwJkt8zRil3_o-YP400SIHP6z&__tn__=q\" target=\"_blank\">#FineDining\u003c/a> \u003ca href=\"https://www.facebook.com/hashtag/foodieevent?__eep__=6&__cft__[0]=AZXWlat7iojW85vzcBb9ibuykMQurm_pRs9ju-kegQMTrCvDjdVRMbUuRoB6rEZKSf70fZ4afH5hJ5bPtLgMPfFldQqA_UHHTejBqqdfaUH5T-hgC1GJunQUvp1JnS4DwJkt8zRil3_o-YP400SIHP6z&__tn__=q\" target=\"_blank\">#FoodieEvent\u003c/a> \u003ca href=\"https://www.facebook.com/hashtag/supportlocal?__eep__=6&__cft__[0]=AZXWlat7iojW85vzcBb9ibuykMQurm_pRs9ju-kegQMTrCvDjdVRMbUuRoB6rEZKSf70fZ4afH5hJ5bPtLgMPfFldQqA_UHHTejBqqdfaUH5T-hgC1GJunQUvp1JnS4DwJkt8zRil3_o-YP400SIHP6z&__tn__=q\" target=\"_blank\">#SupportLocal\u003c/a> \u003ca href=\"https://www.facebook.com/hashtag/givingback?__eep__=6&__cft__[0]=AZXWlat7iojW85vzcBb9ibuykMQurm_pRs9ju-kegQMTrCvDjdVRMbUuRoB6rEZKSf70fZ4afH5hJ5bPtLgMPfFldQqA_UHHTejBqqdfaUH5T-hgC1GJunQUvp1JnS4DwJkt8zRil3_o-YP400SIHP6z&__tn__=q\" target=\"_blank\">#GivingBack\u003c/a> \u003c/p>\n\n\u003cp>See less\u003c/p>\n\n\u003cp>\u003ca href=\"https://scrambled.ticketspice.com/central-pa-superchef\" target=\"_blank\">GET TICKETS BY CLICKING HERE\u003c/a>\u003c/p>\n\n"},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"catalog","value":{"country":"","device_link":"ihr://goto/podcast/28240911","id":"28240911","img":"https://i.iheart.com/v3/catalog/show/28240911","kind":"podcast","name":"Insight with Sylvia Maus","related_id":"","web_link":"https://www.iheart.com/podcast/498-insight-with-sylvia-maus-28240911/"}}]},"event_date":{"type":"multidate","value":[{"begin":1747947600412,"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":"%2F6810c00fc5ff0f6e380d25fa","link":"https://centralpasuperchef.com/","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6810c00fc5ff0f6e380d25fa","source_credit":"","title":"","url":"asset://assets.calendar/6810c00fc5ff0f6e380d25fa","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-05-22-central-pa-super-chef"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"CENTRAL PA SUPER CHEF "},"venue_address":{"type":"plain","value":""},"venue_name":{"type":"plain","value":""}},"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://centralpasuperchef.com/","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/6810c00fc5ff0f6e380d25fa","use_caption":false},"keywords":[],"primary_slug":"2025-05-22-central-pa-super-chef","slugs":["2025-05-22-central-pa-super-chef"],"sponsored":false,"title":"CENTRAL PA SUPER CHEF "},"targeting":{"exclusion":{"tags":[]},"publish_date":1745928120000,"publish_end_date":4115978604802,"publish_origin":"brands/WRBT-FM (1974)","syndication":{"publish_origin":"brands/WRBT-FM (1974)","refs":{}},"targets":[{"id":"6810bff3c5ff0f6e380d25ef","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/community","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WRBT-FM (1974)","brands/WRVV-FM (2000)","brands/WLAN-FM (1859)","brands/WTKT-AM (1272)","brands/WHP-AM (1166)"],"workflow":""}]},"permalink":"https://bob949.iheart.com/calendar/content/2025-05-22-central-pa-super-chef"},"slug":"2025-05-22-central-pa-super-chef","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/6810c00fc5ff0f6e380d25fa","title":"CENTRAL PA SUPER CHEF ","description":"","author":""},"pub_start":1745928120000,"pub_until":4115978604802,"pub_changed":1745928564037,"subscription":[{"tags":["calendar-categories/community","calendar-categories/entertainment","calendar-categories/station-events","brands/WRBT-FM (1974)","brands/WRVV-FM (2000)","brands/WLAN-FM (1859)","brands/WTKT-AM (1272)","brands/WHP-AM (1166)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WRBT-FM (1974)","id:/6810bff3c5ff0f6e380d25ee","slug:2025-05-22-central-pa-super-chef","slug:2025-05-22-central-pa-super-chef"]}},{"id":"%2F673cbe3f55928d3280c002ab","type":"PUBLISHING","record":{"ref_id":"%2F673cbe3f55928d3280c002ab","type":"content:calendar","payload":{"canonical_url":"https://fm97.iheart.com/calendar/content/2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025","cuser":"user/ldap/1026070","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":"%2F67e15243410b8d50d7eba78d","link":"https://www.ticketmaster.com/post-malone-presents-the-big-ass-hershey-pennsylvania-05-28-2025/event/0200617194EB1746?utm_campaign=PRM-00327722&utm_source=wlan-fm&utm_medium=ln_promo","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67e15243410b8d50d7eba78d","source_credit":"","title":"","url":"asset://assets.calendar/67e15243410b8d50d7eba78d","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003ch2>\u003cstrong>POST MALONE WITH JELLY ROLL AND SPECIAL GUEST SIERRA FERRELL AT HERSHEYPARK STADIUM MAY 28, 2025\u003c/strong>\u003c/h2>\n\n\u003cul>\u003cli>TICKETS ARE ON SALE NOW\u003c/li>\u003c/ul>\n\n\u003cp>\u003ca href=\"https://www.ticketmaster.com/post-malone-presents-the-big-ass-hershey-pennsylvania-05-28-2025/event/0200617194EB1746?utm_campaign=PRM-00327722&utm_source=wlan-fm&utm_medium=ln_promo\" target=\"_blank\">CLICK HERE FOR TICKETMASTER INFORMATION\u003c/a>\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1748404800880,"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/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67e15243410b8d50d7eba78d","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67e15243410b8d50d7eba78d","source_credit":"","title":"","url":"asset://assets.calendar/67e15243410b8d50d7eba78d","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"POST MALONE WITH JELLY ROLL: BIG ASS STADIUM TOUR MAY 2025"},"venue_address":{"type":"plain","value":"HERSHEY, PA"},"venue_name":{"type":"plain","value":"HERSHEYPARK STADIUM"}},"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/67e15243410b8d50d7eba78d","use_caption":false},"keywords":[],"primary_slug":"2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025","slugs":["2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025"],"sponsored":false,"title":"POST MALONE WITH JELLY ROLL: BIG ASS STADIUM TOUR MAY 2025"},"targeting":{"exclusion":{"tags":[]},"publish_date":1732033980000,"publish_end_date":4115978604802,"publish_origin":"brands/WLAN-FM (1859)","syndication":{"publish_origin":"brands/WLAN-FM (1859)","refs":{}},"targets":[{"id":"673cbe3f55928d3280c002ac","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WLAN-FM (1859)","brands/WRBT-FM (1974)","brands/WTKT-AM (1272)"],"workflow":""}]},"permalink":"https://fm97.iheart.com/calendar/content/2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025"},"slug":"2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/67e15243410b8d50d7eba78d","title":"POST MALONE WITH JELLY ROLL: BIG ASS STADIUM TOUR MAY 2025","description":"","author":""},"pub_start":1732033980000,"pub_until":4115978604802,"pub_changed":1742819944543,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","brands/WLAN-FM (1859)","brands/WRBT-FM (1974)","brands/WTKT-AM (1272)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WLAN-FM (1859)","id:/673cbe3f55928d3280c002ab","slug:2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025","slug:2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025"]}},{"id":"%2F674db7f4ab05f2a3660b7870","type":"PUBLISHING","record":{"ref_id":"%2F674db7f4ab05f2a3660b7870","type":"content:calendar","payload":{"canonical_url":"https://fm97.iheart.com/calendar/content/2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025","cuser":"user/ldap/1026070","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":"%2F67e152c2410b8d50d7eba79a","link":"https://www.ticketmaster.com/avril-lavigne-the-greatest-hits-hershey-pennsylvania-06-07-2025/event/0200617BC5CE425E?utm_campaign=PRM-00331646&utm_source=wlan-fm&utm_medium=ln_promo","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67e152c2410b8d50d7eba79a","source_credit":"","title":"","url":"asset://assets.calendar/67e152c2410b8d50d7eba79a","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003ch2>\u003cstrong>\u003cem>Register to win tickets!!\u003c/em>\u003c/strong>\u003c/h2>\n\n\u003ch2>\u003cstrong>Avril Lavigne - Hersheypark Stadium - 06/07/25\u003c/strong>\u003c/h2>\n\n\u003ch2>\u003ca href=\"https://www.ticketmaster.com/avril-lavigne-the-greatest-hits-hershey-pennsylvania-06-07-2025/event/0200617BC5CE425E?utm_campaign=PRM-00331646&utm_source=wlan-fm&utm_medium=ln_promo\" target=\"_blank\">\u003cstrong>Click here for Ticketmaster information!\u003c/strong>\u003c/a>\u003c/h2>\n\n\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1749333600275,"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/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67e152c2410b8d50d7eba79a","link":"https://www.ticketmaster.com/avril-lavigne-the-greatest-hits-hershey-pennsylvania-06-07-2025/event/0200617BC5CE425E?utm_campaign=PRM-00331646&utm_source=wlan-fm&utm_medium=ln_promo","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67e152c2410b8d50d7eba79a","source_credit":"","title":"","url":"asset://assets.calendar/67e152c2410b8d50d7eba79a","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Avril Lavigne Greatest Hits Tour Hersheypark Stadium in June 2025"},"venue_address":{"type":"plain","value":"Hershey, PA"},"venue_name":{"type":"plain","value":"Hersheypark Stadium"}},"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":"https://www.ticketmaster.com/avril-lavigne-the-greatest-hits-hershey-pennsylvania-06-07-2025/event/0200617BC5CE425E?utm_campaign=PRM-00331646&utm_source=wlan-fm&utm_medium=ln_promo","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/67e152c2410b8d50d7eba79a","use_caption":false},"keywords":[],"primary_slug":"2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025","slugs":["2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025"],"sponsored":false,"title":"Avril Lavigne Greatest Hits Tour Hersheypark Stadium in June 2025"},"targeting":{"exclusion":{"tags":[]},"publish_date":1733146380000,"publish_end_date":4115978604802,"publish_origin":"brands/WLAN-FM (1859)","syndication":{"publish_origin":"brands/WLAN-FM (1859)","refs":{}},"targets":[{"id":"674db7f4ab05f2a3660b7871","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/station-events","calendar-categories/entertainment"],"where":["brands/WLAN-FM (1859)","brands/WTKT-AM (1272)"],"workflow":""}]},"permalink":"https://fm97.iheart.com/calendar/content/2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025"},"slug":"2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/67e152c2410b8d50d7eba79a","title":"Avril Lavigne Greatest Hits Tour Hersheypark Stadium in June 2025","description":"","author":""},"pub_start":1733146380000,"pub_until":4115978604802,"pub_changed":1742820189040,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/station-events","calendar-categories/entertainment","brands/WLAN-FM (1859)","brands/WTKT-AM (1272)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WLAN-FM (1859)","id:/674db7f4ab05f2a3660b7870","slug:2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025","slug:2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025"]}}],"resume":{"id":"ID:calendar-topics-feed-matsubs","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IlppeHlBIjoiZXlKdlptWnpaWFFpT2pSOSJ9LCJlbmRzIjp7fX0=","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":"1759062"},{"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-wlan-fm",{"data":[{"appType":"contest","appId":"1775143","parentAppId":"","title":"Register to win tickets to The FM97 NOCA LITTLE BLACK DRESS PARTY!","shareTitle":"I just entered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://fm97.iheart.com/contests/register-to-win-tickets-to-the-fm97-noca-little-black-dress-party-1775143/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzc1MTQzX3N0YW5kYXJkXzE3NDY3MDc5NjEucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzc1MTQzX21vYmlsZV8xNzQ2NzA3OTcyLnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"","startTime":"2025-05-05 00:00:00","endTime":"2025-05-31 23:59:00","scheduleStatus":"live","startDate":"2025-05-05 00:00:00","endDate":"2025-05-31 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzc1MTQzX21vYmlsZV8xNzQ2NzA3OTcyLnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh6T1RFM016QTVPRE5mWTI5dWRHVnpkRjh4TnpjMU1UUXpYMjF2WW1sc1pWOHhOelEyTnpBM09UY3lMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"391730983","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1776267","parentAppId":"1776103","title":"Enter to win a chance to score a whole year of Dave's Hot Chicken!","shareTitle":"Enter to win a chance to score a whole year of Dave's Hot Chicken!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://fm97.iheart.com/contests/enter-to-win-a-chance-to-score-a-whole-year-of-dave-s-hot-chicken-1776267/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzc2MTAzX3N0YW5kYXJkXzE3NDY2NDk3MTkucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzc2MTAzX21vYmlsZV8xNzQ2NjQ5NzA3LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"","startTime":"2025-05-05 00:00:00","endTime":"2025-05-31 23:59:00","scheduleStatus":"live","startDate":"2025-05-05 00:00:00","endDate":"2025-05-31 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzc2MTAzX21vYmlsZV8xNzQ2NjQ5NzA3LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnpjMk1UQXpYMjF2WW1sc1pWOHhOelEyTmpRNU56QTNMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"391730983","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"countdown","appId":"1759756","parentAppId":"1759062","title":"Listen to Win $1,000","shareTitle":"I just entered the keyword!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://fm97.iheart.com/contests/listen-to-win-1-000-1759756/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY291bnRkb3duXzE3NTkwNjJfbW9iaWxlXzE3NDMxOTY5MDgucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","prize":"Listen to FM97 WLAN weekdays in the 9AM, 10AM, 11AM, 12PM, 1PM, 2PM, 3PM, 4PM and 5PM hours for the nationwide $1,000 keyword, then enter it here for your chance to win!","sort":"0","startTime":"2025-04-13","endTime":"2025-05-23","scheduleStatus":"live","startDate":"2025-04-13","endDate":"2025-05-23","description":"","active":"auto","subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY291bnRkb3duXzE3NTkwNjJfbW9iaWxlXzE3NDMxOTY5MDgucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5MWJuUmtiM2R1WHpFM05Ua3dOakpmYlc5aWFXeGxYekUzTkRNeE9UWTVNRGd1Y0c1bklpd2lZblZqYTJWMElqb2lZWEIwYVhaaFpHRXRabWxzWlhNaUxDSmxaR2wwY3lJNmV5SnlaWE5wZW1VaU9uc2lkMmxrZEdnaU9qRTJNREFzSW1obGFXZG9kQ0k2TXpJd01Dd2labWwwSWpvaWFXNXphV1JsSWl3aWQybDBhRzkxZEVWdWJHRnlaMjFsYldWdWRDSTZkSEoxWlgwc0luUnZSbTl5YldGMElqb2lkMlZpY0NJc0luZGxZbkFpT25zaWNYVmhiR2wwZVNJNk1UQXdMQ0p6YldGeWRGTjFZbk5oYlhCc1pTSTZkSEoxWlN3aVpXWm1iM0owSWpvMGZTd2liM0JsY21GMGFXOXVjeUk2VzNzaWIzQmxjbUYwYVc5dUlqb2ljM1J5YVhBaWZWMTlmUT09","accountId":"391730983","facebookShareImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY291bnRkb3duXzE3NTkwNjJfc3RhbmRhcmRfMTc0MzE5NjkyMC5wbmciLCJidWNrZXQiOiJhcHRpdmFkYS1maWxlcyIsImVkaXRzIjp7InJlc2l6ZSI6eyJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjozMjAwLCJmaXQiOiJpbnNpZGUiLCJ3aXRob3V0RW5sYXJnbWVtZW50Ijp0cnVlfSwidG9Gb3JtYXQiOiJ3ZWJwIiwid2VicCI6eyJxdWFsaXR5IjoxMDAsInNtYXJ0U3Vic2FtcGxlIjp0cnVlLCJlZmZvcnQiOjR9LCJvcGVyYXRpb25zIjpbeyJvcGVyYXRpb24iOiJzdHJpcCJ9XX19","width":"630","shareLocation":"link","timeZone":null},{"appType":"contest","appId":"1771620","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://fm97.iheart.com/contests/stella-rosa-summer-queen-of-chill-sweepstakes-1771620/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzcxMzY1X3N0YW5kYXJkXzE3NDY0NDIyODUuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzcxMzY1X21vYmlsZV8xNzQ1MzU1ODc0LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"3","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/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzcxMzY1X21vYmlsZV8xNzQ1MzU1ODc0LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnpjeE16WTFYMjF2WW1sc1pWOHhOelExTXpVMU9EYzBMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"391730983","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1762375","parentAppId":"","title":"JUST ANNOUNCED: JONAS BROTHERS AT HERSHEYPARK STADIUM!","shareTitle":"I just entered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://fm97.iheart.com/contests/just-announced-jonas-brothers-at-hersheypark-stadium-1762375/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzYyMzc1X3N0YW5kYXJkXzE3NDI3MzAxNzAuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzYyMzc1X21vYmlsZV8xNzQyNzMwNTc3LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"4","startTime":"2025-03-23 08:00:00","endTime":"2025-08-01 23:59:00","scheduleStatus":"live","startDate":"2025-03-23 08:00:00","endDate":"2025-08-01 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzYyMzc1X21vYmlsZV8xNzQyNzMwNTc3LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh6T1RFM016QTVPRE5mWTI5dWRHVnpkRjh4TnpZeU16YzFYMjF2WW1sc1pWOHhOelF5TnpNd05UYzNMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"391730983","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1749037","parentAppId":"","title":"Register to win HALSEY at Freedom Mortgage Pavilion Tickets!","shareTitle":"I just entered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://fm97.iheart.com/contests/register-to-win-halsey-at-freedom-mortgage-pavilion-tickets-1749037/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzQ5MDM3X3N0YW5kYXJkXzE3Mzk0NTE5MTguanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzQ5MDM3X21vYmlsZV8xNzM5NDUyMDcyLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"5","startTime":"2025-02-13 10:00:00","endTime":"2025-05-31 23:59:00","scheduleStatus":"live","startDate":"2025-02-13 10:00:00","endDate":"2025-05-31 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzQ5MDM3X21vYmlsZV8xNzM5NDUyMDcyLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh6T1RFM016QTVPRE5mWTI5dWRHVnpkRjh4TnpRNU1ETTNYMjF2WW1sc1pWOHhOek01TkRVeU1EY3lMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"391730983","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1763823","parentAppId":"","title":"Register To Win CHRIS BROWN Tickets for Hersheypark Stadium!","shareTitle":"I just entered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://fm97.iheart.com/contests/register-to-win-chris-brown-tickets-for-hersheypark-stadium-1763823/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzYzODIzX3N0YW5kYXJkXzE3NDMwODUxNDcuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzYzODIzX21vYmlsZV8xNzQzMDg1MTk5LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"6","startTime":"2025-03-27 00:00:00","endTime":"2025-07-31 23:59:00","scheduleStatus":"live","startDate":"2025-03-27 00:00:00","endDate":"2025-07-31 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzYzODIzX21vYmlsZV8xNzQzMDg1MTk5LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh6T1RFM016QTVPRE5mWTI5dWRHVnpkRjh4TnpZek9ESXpYMjF2WW1sc1pWOHhOelF6TURnMU1UazVMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"391730983","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1723866","parentAppId":"","title":"Register to win Avril Lavigne Tickets at Hersheypark Stadium","shareTitle":"I just entered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://fm97.iheart.com/contests/register-to-win-avril-lavigne-tickets-at-hersheypark-stadium-1723866/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzIzODY2X3N0YW5kYXJkXzE3MzMxNDU3NTIuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzIzODY2X21vYmlsZV8xNzMzMTQ1OTU1LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"8","startTime":"2024-12-02 00:00:00","endTime":"2025-05-31 23:59:00","scheduleStatus":"live","startDate":"2024-12-02 00:00:00","endDate":"2025-05-31 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzIzODY2X21vYmlsZV8xNzMzMTQ1OTU1LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh6T1RFM016QTVPRE5mWTI5dWRHVnpkRjh4TnpJek9EWTJYMjF2WW1sc1pWOHhOek16TVRRMU9UVTFMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"391730983","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1751369","parentAppId":"","title":"Register to win BIG TIME RUSH Tickets!","shareTitle":"I just entered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://fm97.iheart.com/contests/register-to-win-big-time-rush-tickets-1751369/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzUxMzY5X3N0YW5kYXJkXzE3NDAwNjEwNTguanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzUxMzY5X21vYmlsZV8xNzQwMDYxMzUyLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"9","startTime":"2025-02-20 12:00:00","endTime":"2025-06-30 23:59:00","scheduleStatus":"live","startDate":"2025-02-20 12:00:00","endDate":"2025-06-30 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzUxMzY5X21vYmlsZV8xNzQwMDYxMzUyLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh6T1RFM016QTVPRE5mWTI5dWRHVnpkRjh4TnpVeE16WTVYMjF2WW1sc1pWOHhOelF3TURZeE16VXlMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"391730983","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1745944","parentAppId":"1745687","title":"Stella Rosa $100K Grocery Giveaway","shareTitle":"I just entered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"https://stellarosawines.com/grocerygiveaway","pageUrl":"https://fm97.iheart.com/contests/stella-rosa-100k-grocery-giveaway-1745944/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzQ1Njg3X21vYmlsZV8xNzM4Nzg3MzAyLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"10","startTime":"2025-02-01 00:00:00","endTime":"2025-05-31 23:59:00","scheduleStatus":"live","startDate":"2025-02-01 00:00:00","endDate":"2025-05-31 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzQ1Njg3X21vYmlsZV8xNzM4Nzg3MzAyLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnpRMU5qZzNYMjF2WW1sc1pWOHhOek00TnpnM016QXlMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"391730983","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1743519","parentAppId":"1743175","title":"Win A Full Tuition Scholarship To AMDA And Perform Alongside Broadway’s Brightest Stars!","shareTitle":"I just entered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"https://www.iheartradiobroadway.com/featured/iheart-amda/","pageUrl":"https://fm97.iheart.com/contests/win-a-full-tuition-scholarship-to-amda-and-perform-alongside-broadway-s-brightest-stars-1743519/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzQzMTc1X21vYmlsZV8xNzM4NDA3NjEwLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"11","startTime":"2025-01-20 00:00:00","endTime":"2025-05-18 23:59:00","scheduleStatus":"live","startDate":"2025-01-20 00:00:00","endDate":"2025-05-18 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzQzMTc1X21vYmlsZV8xNzM4NDA3NjEwLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnpRek1UYzFYMjF2WW1sc1pWOHhOek00TkRBM05qRXdMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"391730983","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1720462","parentAppId":"","title":"Register to win Matt Rife Tickets!","shareTitle":"I just entered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://fm97.iheart.com/contests/register-to-win-matt-rife-tickets-1720462/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzIwNDYyX3N0YW5kYXJkXzE3MzIwMjk3MTMuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzIwNDYyX21vYmlsZV8xNzMyMDI5NzUxLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"12","startTime":"2024-11-19 12:00:00","endTime":"2025-11-03 23:59:00","scheduleStatus":"live","startDate":"2024-11-19 12:00:00","endDate":"2025-11-03 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zOTE3MzA5ODNfY29udGVzdF8xNzIwNDYyX21vYmlsZV8xNzMyMDI5NzUxLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh6T1RFM016QTVPRE5mWTI5dWRHVnpkRjh4TnpJd05EWXlYMjF2WW1sc1pWOHhOek15TURJNU56VXhMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"391730983","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null}]}],["onairtileloader-wlan-fm",{"data":{"current":{"siteId":"%2Fdbd1d43b72b1add72d579a1e204d96f4","site":"brands/WLAN-FM (1859)","coreShowId":6184,"coreStationId":238,"name":"Rach On The Radio","show":"shows/Rach on The Radio (6184)","station":"WLAN-FM","link":"","onNow":true,"startTime12":"12:00 AM","startDate":"2025-05-15T04:00:00.000Z","startMs":1747281600000,"startEng":"Thursday, May 15th, 2025 12:00 AM","stopTime12":"5:00 AM","stopDate":"2025-05-15T09:00:00.000Z","stopMs":1747299600000,"stopEng":"Thursday, May 15th, 2025 5:00 AM","showSite":{"slug":"rach-on-the-radio","configByLookup":{"sections":{"general":{"name":"Rach On The Radio","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e79f346107e3a9337e861de"}}}}}}},"upcoming":{"siteId":"%2Fdbd1d43b72b1add72d579a1e204d96f4","site":"brands/WLAN-FM (1859)","coreShowId":90,"coreStationId":238,"name":"Elvis Duran","show":"shows/Elvis Duran Morning Show (90)","station":"WLAN-FM","link":"","onNow":false,"startTime12":"5:00 AM","startDate":"2025-05-15T09:00:00.000Z","startMs":1747299600000,"startEng":"Thursday, May 15th, 2025 5:00 AM","stopTime12":"10:00 AM","stopDate":"2025-05-15T14:00:00.000Z","stopMs":1747317600000,"stopEng":"Thursday, May 15th, 2025 10:00 AM","showSite":{"slug":"elvis-duran","configByLookup":{"sections":{"general":{"name":"Elvis Duran","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e95c222f75c1a2ff282f500"}}}}}}},"later":{"siteId":"%2Fdbd1d43b72b1add72d579a1e204d96f4","site":"brands/WLAN-FM (1859)","coreShowId":3179,"coreStationId":238,"name":"DC","show":"shows/DC (3179)","station":"WLAN-FM","link":"","onNow":false,"startTime12":"10:00 AM","startDate":"2025-05-15T14:00:00.000Z","startMs":1747317600000,"startEng":"Thursday, May 15th, 2025 10:00 AM","stopTime12":"1:00 PM","stopDate":"2025-05-15T17:00:00.000Z","stopMs":1747328400000,"stopEng":"Thursday, May 15th, 2025 1:00 PM","showSite":{"slug":"dc-blog","configByLookup":{"sections":{"general":{"name":"DC","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/6318c0473effcf9739302dfc"}}}}}}}}}],["item-eyebrow-/6824ac3f6870051cc5eb6880",{"data":{"name":"music-news","source":{"id":null,"display_name":"Music News","description":null,"source_name":null,"type":"user"},"displayName":"Music News"}}],["item-eyebrow-/6824f4ca4780dcb26d30b34e",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["item-eyebrow-/6824f0a2f068c715817c082b",{"data":{"name":"music-news","source":{"id":null,"display_name":"Music News","description":null,"source_name":null,"type":"user"},"displayName":"Music News"}}],["getTrackHistoryWithCurrentlyPlayingCacheKey-wlan-fm",{"data":{"count":1401,"pageInfo":{"nextCursor":"AAAAAGglfI4AAAAAAAAAAwAABXk"},"tracks":[{"artistId":39335,"albumId":97678797,"trackId":97678798,"title":"Just Dance","artist":{"artistName":"Lady Gaga","genreId":null},"albumName":"The Fame","trackDuration":244,"imagePath":"http://image.iheart.com/bell-ingestion-pipeline-production-umg/full/00602517913820_20231103192726413/4231981e0f03d6f00448da18380b1dbd.jpg","explicitLyrics":false,"lyricsId":0,"playbackRights":{"onDemand":true},"startTime":1747286929,"endTime":1747287168,"status":null,"offset":null,"trackDurationInSec":null,"dataSource":"Pnp","isCurrentlyPlayingTrack":false},{"artistId":37731825,"albumId":317148098,"trackId":317148099,"title":"Anxiety","artist":{"artistName":"Doechii","genreId":null},"albumName":"Anxiety","trackDuration":249,"imagePath":"http://image.iheart.com/ihr-ingestion-pipeline-production-umg/00602478069987_20250418170443452/b657196e7692f292a81b218a16896348.jpg","explicitLyrics":true,"lyricsId":null,"playbackRights":{"onDemand":true},"startTime":1747286688,"endTime":1747286933,"status":null,"offset":null,"trackDurationInSec":null,"dataSource":"Pnp","isCurrentlyPlayingTrack":false},{"artistId":553828,"albumId":285265180,"trackId":285265187,"title":"Espresso","artist":{"artistName":"Sabrina Carpenter","genreId":null},"albumName":"Short n' Sweet","trackDuration":175,"imagePath":"http://image.iheart.com/bell-ingestion-pipeline-production-umg/full/00602465957419_20240823011326530/34a9260c87a58f54d562975a555eee4a.jpg","explicitLyrics":false,"lyricsId":0,"playbackRights":{"onDemand":true},"startTime":1747286517,"endTime":1747286689,"status":null,"offset":null,"trackDurationInSec":null,"dataSource":"Pnp","isCurrentlyPlayingTrack":false}]}}],["$podcastloader-26935920,30301596,18901115,29319094,89143995,127374761",{"data":[{"id":26935920,"title":"Elvis Duran and the Morning Show ON DEMAND","description":"From our First Caller of the Day to Danielle’s last Entertainment Report, listen to the entirety of each day's Elvis Duran and the Morning Show from start to finish without having to set your alarm!","lastUpdated":1744689430,"slug":"1014-elvis-duran-and-the-morni","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBp4hgAAAGWyT-HUA"},"items":[{"id":275564956,"podcastId":26935920,"podcastSlug":"1014-elvis-duran-and-the-morni","title":"Raccoon Found Holding Meth Pipe, Meghan Markle Bath Salt Lawsuit, Composer's Brain Makes Music After Death, and More!","duration":2109,"isExplicit":true,"description":"\u003cp>**Please Note - this episode is audio only.\u003c/p> \u003cp>On today’s MKD, we cover a lawsuit over Meghan Markle's bath salt recipe, a composer's brain making music after his death, a father going on vacation after leaving his daughter to die in a hot car, a raccoon found with a meth pipe in its mouth, and a tampon found inside of a woman that had been there for about a year. \u003ca href=\"https://pagesix.com/2025/05/08/royal-family/meghan-markle-fan-claims-she-suffered-burns-using-duchess-bath-salt-recipe/\">\u003c/a>\u003c/p> \u003cp>Want to submit your shocking story? Email \u003cstrong>\u003ca href=\"mailto:[email protected]\">[email protected]\u003c/a>\u003c/strong>\u003c/p> \u003cp>\u003cstrong>Support The Show:\u003c/strong>\u003c/p> \u003cp>🧠 \u003ca href=\"https://theduramater.com/gross-room-join/\">Join The Gross Room\u003c/a>\u003c/p> \u003cp>🖤 \u003ca href=\"https://theduramater.com/favorite-things/\">Sponsors\u003c/a>\u003c/p> \u003cp>🔬 Buy Nicole's \u003ca href=\"https://theduramater.com/book/\">Book\u003c/a>\u003c/p> \u003cp>🥼 \u003ca href=\"https://theduramater.myspreadshop.com/\">Merch\u003c/a>\u003c/p> \u003cp>\u003cstrong>Follow:\u003c/strong>\u003c/p> \u003cp>🎙️ \u003ca href=\"https://www.instagram.com/motherknowsdeath/\">Mother Knows Death\u003c/a>\u003c/p> \u003cp>🔪 \u003ca href=\"https://www.instagram.com/mrs_angemi\">Nicole\u003c/a>\u003c/p> \u003cp>🪩 \u003ca href=\"https://www.instagram.com/mariaqkane/\">Maria\u003c/a>\u003c/p> \u003cp>📱 \u003ca href=\"https://tiktok.com/@mrs_angemi\">TikTok\u003c/a>\u003c/p> \u003cp>\u003cstrong>More Info:\u003c/strong>\u003c/p> \u003cp>📰 \u003ca href=\"https://theduramater.com/newsletter/\">Newsletter\u003c/a>\u003c/p> \u003cp>📃 \u003ca href=\"https://theduramater.com/faq-items/disclaimer/\">Disclaimer\u003c/a>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1747224000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzZiMDNjMDRiLTA3MzItNGZhMy1hMWEwLWIyMTEwMTM0MjRmMS82YThjNDU4OS0xZTA4LTQ4ODEtOTk4OS1iMmRjMDBjNmE0ZjgvaW1hZ2UuanBnP3Q9MTc0NzEzNzg0MCZzaXplPUxhcmdl"},{"id":275560753,"podcastId":26935920,"podcastSlug":"1014-elvis-duran-and-the-morni","title":"FULL SHOW: The Day Alex Warren Stopped By!","duration":6556,"isExplicit":false,"description":"Alex Warren stops by the morning show to discuss how he's handling his newfound fame. Listeners call in to talk about finding love on 'hook up' apps. Plus, what is Elvis doing to get himself into a new \"clique\"\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1747219960000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl"},{"id":275556196,"podcastId":26935920,"podcastSlug":"1014-elvis-duran-and-the-morni","title":"Daily Highlight: Do You Belong to a Clique? ","duration":748,"isExplicit":false,"description":"\u003cp>Do you have a group of friends you do everything with? 'The Big Show' welcomes Andrew, Diamond and Coaster Boy Josh to debate whether or not they have their own office clique!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1747214426000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl"},{"id":275555972,"podcastId":26935920,"podcastSlug":"1014-elvis-duran-and-the-morni","title":"Celebrity Interview: Alex Warren is Anything But \"The Ordinary\"","duration":1528,"isExplicit":false,"description":"\u003cp>Alex Warren joins us to discuss his recent rise to fame with his smash hit \"The Ordinary\"! \u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1747214100000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkZDJmNTg5LTcyNmMtNGZiNy05MDEwLWIyODkwMGViMzIwYy9iMWMyNmU3My00Y2IxLTRlNDYtYTgzZS1iMmRkMDBjZGMwNDAvaW1hZ2UuanBnP3Q9MTc0NzIzNzQ2MCZzaXplPUxhcmdl"},{"id":275555629,"podcastId":26935920,"podcastSlug":"1014-elvis-duran-and-the-morni","title":"Daily Highlight: Have You Seen People You Know on Dating Apps?","duration":505,"isExplicit":false,"description":"\u003cp>Are you curious to find out who you know on the online dating apps? Elvis downloaded Grindr and can't believe how many people he saw!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1747213255000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl"},{"id":275555630,"podcastId":26935920,"podcastSlug":"1014-elvis-duran-and-the-morni","title":"Left my Teeth at the Ice Cream Parlor","duration":222,"isExplicit":false,"description":"\u003cp>Shirley is always leaving her dentures places, so Danielle calls her husband from the ice cream parlor to let him know they've been thrown out! \u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1747208927000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl"},{"id":275552414,"podcastId":26935920,"podcastSlug":"1014-elvis-duran-and-the-morni","title":"Daily Horoscopes: May 14th, 2025","duration":108,"isExplicit":false,"description":"Here are your daily horoscopes for May 14th, 2025.\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1747208166000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl"},{"id":275471854,"podcastId":26935920,"podcastSlug":"1014-elvis-duran-and-the-morni","title":"Why Are You Flipping Out?","duration":2461,"isExplicit":false,"description":"\u003cp>In this episode, Gandhi, Andrew, and Diamond talk about workplace beef involving different members of the show. Scotty B joins in and has a complete meltdown, and we find out which one of us is currently living their worst nightmare.\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1747191600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2M2NjZhNGQxLTg2ZjQtNDY0NC1hNDMxLWIwMmUwMTJhYjYzOC8yNjQ0YzIyNC04OTJhLTQ3MjItOTE1Yy1iMmRjMDE2ZmY0Y2UvaW1hZ2UuanBnP3Q9MTc0NzE3NDgzNCZzaXplPUxhcmdl"},{"id":275398729,"podcastId":26935920,"podcastSlug":"1014-elvis-duran-and-the-morni","title":"Lover's Quarrel Shuts Down Infectious Disease Lab, Political Commentator Faints on Air, Doctor Filmed Coworkers to Compare Penis Size, Firing Squad Miss, and More!","duration":3614,"isExplicit":true,"description":"\u003cp>**Please Note - this episode is audio only.\u003c/p> \u003cp>On today’s MKD, we kick off the week discussing a political commentator who fainted on air, a woman who's passport was rejected after she got a facelift, new deadly TikTok trends, a doctor who filmed coworkers to compare penis size, a lover's quarrel that led to safety violations at an infectious disease lab, and errors with a firing squad execution. \u003c/p> \u003cp>Want to submit your shocking story? Email \u003cstrong>\u003ca href=\"mailto:[email protected]\">[email protected]\u003c/a>\u003c/strong>\u003c/p> \u003cp>\u003cstrong>Support The Show:\u003c/strong>\u003c/p> \u003cp>🧠 \u003ca href=\"https://theduramater.com/gross-room-join/\">Join The Gross Room\u003c/a>\u003c/p> \u003cp>🖤 \u003ca href=\"https://theduramater.com/favorite-things/\">Sponsors\u003c/a>\u003c/p> \u003cp>🔬 Buy Nicole's \u003ca href=\"https://theduramater.com/book/\">Book\u003c/a>\u003c/p> \u003cp>🥼 \u003ca href=\"https://theduramater.myspreadshop.com/\">Merch\u003c/a>\u003c/p> \u003cp>\u003cstrong>Follow:\u003c/strong>\u003c/p> \u003cp>🎙️ \u003ca href=\"https://www.instagram.com/motherknowsdeath/\">Mother Knows Death\u003c/a>\u003c/p> \u003cp>🔪 \u003ca href=\"https://www.instagram.com/mrs_angemi\">Nicole\u003c/a>\u003c/p> \u003cp>🪩 \u003ca href=\"https://www.instagram.com/mariaqkane/\">Maria\u003c/a>\u003c/p> \u003cp>📱 \u003ca href=\"https://tiktok.com/@mrs_angemi\">TikTok\u003c/a>\u003c/p> \u003cp>\u003cstrong>More Info:\u003c/strong>\u003c/p> \u003cp>📰 \u003ca href=\"https://theduramater.com/newsletter/\">Newsletter\u003c/a>\u003c/p> \u003cp>📃 \u003ca href=\"https://theduramater.com/faq-items/disclaimer/\">Disclaimer\u003c/a>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1747152618000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzZiMDNjMDRiLTA3MzItNGZhMy1hMWEwLWIyMTEwMTM0MjRmMS9lNzhjZjdkZi0xZjIyLTQ1NTgtOWJkZC1iMmQ4MDE0ZGMxNGIvaW1hZ2UuanBnP3Q9MTc0NjgyMTgwMiZzaXplPUxhcmdl"},{"id":275374616,"podcastId":26935920,"podcastSlug":"1014-elvis-duran-and-the-morni","title":"FULL SHOW: The Day We Say Fiddlesticks!","duration":6708,"isExplicit":false,"description":"Abby accidentally ordered an overpriced smoothie on our breakfast order... or was it an accident?! Plus, we point out Nate's excessive use of old sayings.\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1747133106000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl"}]}},{"id":30301596,"title":"Pop Culture Weekly","description":"Pop Culture Weekly is your weekly talk show featuring interviews with your favorite celebrities & covering the news, reviews and views you want in movies, music, TV, streaming and everything in between! Hosted by Kyle McMahon and a rotating panel of co-hosts, we've got all of your pop culture...weekly! Presented by iHeartRadio. PopCultureWeekly.com","lastUpdated":1724176867,"slug":"1246-pop-culture-weekly","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzVjZTJmMGYxY2M1YWI4NWEwYzZhYTAwNjZjMThiYTQxLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAA9HAMcAAAGUTTRlOA"},"items":[{"id":275343596,"podcastId":30301596,"podcastSlug":"1246-pop-culture-weekly","title":"Rebel Wilson & the Cast of Juliet And Romeo","duration":1170,"isExplicit":false,"description":"\u003cb>Rebel Wilson\u003c/b> steps into the studio to share her experience as Lady Capulet in the modern musical film \u003ci>\u003cb>Juliet and Romeo\u003c/b>\u003c/i>. Known for her comedic roles, Rebel surprises us with the depth and nuance she brings to a character traditionally seen as villainous. Her enthusiasm bubbles over as she discusses the project's compelling music, the British accent she adopts, and the fresh twists that make this film a standout rendition of Shakespeare's beloved tale. This is Rebel as you've never seen her before - shedding her comedic skin to reveal a performance grounded in sincerity and a touch of familial insight. \u003cbr />\u003cbr />And Join me as I chat with the film’s creative mastermind, \u003cb>Timothy Scott Bogart\u003c/b>, who reimagines this classic story with vibrant modern elements and catchy tunes. Timothy, alongside his brother, pop songwriter \u003cb>Evan Bogart\u003c/b>, crafts an unforgettable adaptation that captures the essence of love, conflict, and music. Plus, hear from the dynamic duo, \u003cb>Jamie Ward\u003c/b> and \u003cb>Clara Rugaard\u003c/b>, whose portrayal of the iconic Romeo and Juliet crackles with chemistry and emotional depth. This episode is a must-listen for anyone eager to experience the magic behind \u003cb>Juliet and Romeo\u003c/b>, a film that promises to enchant both fans of Shakespeare and newcomers alike.\u003cbr />\u003cbr />\u003cb>Kyle McMahon's Death, Grief & Other Sh*t We Don't Discuss\u003c/b> is now streaming: \u003ca href=\"https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\u003c/a>\u003cbr />\u003cbr />---------------\u003cbr />\u003cbr />Get all the Pop Culture Weekly podcast info you could want including extra content, uncut interviews, photos, videos & transcripts at: \u003ca href=\"https://podcast.popcultureweekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">https://podcast.popcultureweekly.com\u003c/a>\u003cbr />\u003cbr />Watch celebrity interviews at Pop Culture Weekly's YouTube: \u003ca href=\"https://www.youtube.com/officialkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />\u003cbr />Read the latest at \u003ca href=\"http://www.PopCultureWeekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.PopCultureWeekly.com\u003c/a>\u003cbr />\u003cbr />\u003cb>Follow Kyle on:\u003c/b>\u003cbr />\u003cbr />Facebook: \u003ca href=\"http://www.facebook.com/realkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.facebook.com/realkylemcmahon\u003c/a>\u003cbr />Instagram: \u003ca href=\"http://www.instagram.com/kmacmusic\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.instagram.com/kmacmusic\u003c/a>\u003cbr />TikTok: \u003ca href=\"https://www.tiktok.com/@kyle2u\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.tiktok.com/@kyle2u\u003c/a>\u003cbr />YouTube: \u003ca href=\"https://www.youtube.com/@popcultureweekly\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />Website: \u003ca href=\"http://www.kylemcmahon.me\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.kylemcmahon.me\u003c/a>","startDate":1747117809000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzVjZTJmMGYxY2M1YWI4NWEwYzZhYTAwNjZjMThiYTQxLmpwZw"},{"id":275232344,"podcastId":30301596,"podcastSlug":"1246-pop-culture-weekly","title":"Oliver Jackson-Cohen & the Cast of Towards Zero; Celebrating YouTube's 20th Anniversary","duration":2409,"isExplicit":false,"description":"We dive into the world of Agatha Christie with the talented cast of \"\u003cb>\u003ci>Towards Zero\u003c/i>\u003c/b>,\" now on BritBox. Actors \u003cb>Mimi Keene\u003c/b>, \u003cb>Anjana Vasan\u003c/b>, \u003ca href=\"https://podcast.popcultureweekly.com/guests/oliver-jackson-cohen/\" target=\"_blank\" rel=\"noreferrer noopener\">\u003cb>Oliver Jackson Cohen\u003c/b>\u003c/a>, and \u003cb>Ella Lily Highland\u003c/b> talk about their roles in this fresh take on a classic mystery. With themes of scandal and the rich tapestry of Christie's storytelling, they share how they infused authenticity and modernity into their performances. From the thrill of embodying complex characters to the joy of collaborating with a stellar cast and crew, their excitement is palpable as they invite audiences to experience this timeless tale anew.\u003cbr />\u003cbr />And YouTube's 20th anniversary isn't just a milestone; it's a testament to how a simple platform has reshaped our world. \u003cb>Maddie Buxton\u003c/b>, YouTube's culture and trends lead, joins us to share her insights on the platform's evolution from its first 19-second zoo video to becoming the top streaming service in the U.S. We explore how YouTube has adapted to changing viewing habits, now reaching living rooms as a major entertainment source. With celebrity creators and diverse content formats, YouTube has truly become an indispensable part of our lives.The episode also highlights the incredible journey of YouTube creators, who have become celebrities in their own right. We discuss YouTube's impact on entertainment and education, with series like Hot Ones and Chicken Shop Date becoming essential spaces for Hollywood promotions. Maddie and I reflect on YouTube as an equalizer, providing opportunities for everyone, regardless of age or background. It's about building communities around shared passions and offering an endless stream of content that traditional media could never match.Shifting gears, \u003cbr />\u003cbr />\u003cb>Kyle McMahon's Death, Grief & Other Sh*t We Don't Discuss\u003c/b> is now streaming: \u003ca href=\"https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\u003c/a>\u003cbr />\u003cbr />---------------\u003cbr />\u003cbr />Get all the Pop Culture Weekly podcast info you could want including extra content, uncut interviews, photos, videos & transcripts at: \u003ca href=\"https://podcast.popcultureweekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">https://podcast.popcultureweekly.com\u003c/a>\u003cbr />\u003cbr />Watch celebrity interviews at Pop Culture Weekly's YouTube: \u003ca href=\"https://www.youtube.com/officialkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />\u003cbr />Read the latest at \u003ca href=\"http://www.PopCultureWeekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.PopCultureWeekly.com\u003c/a>\u003cbr />\u003cbr />\u003cb>Follow Kyle on:\u003c/b>\u003cbr />\u003cbr />Facebook: \u003ca href=\"http://www.facebook.com/realkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.facebook.com/realkylemcmahon\u003c/a>\u003cbr />Instagram: \u003ca href=\"http://www.instagram.com/kmacmusic\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.instagram.com/kmacmusic\u003c/a>\u003cbr />TikTok: \u003ca href=\"https://www.tiktok.com/@kyle2u\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.tiktok.com/@kyle2u\u003c/a>\u003cbr />YouTube: \u003ca href=\"https://www.youtube.com/@popcultureweekly\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />Website: \u003ca href=\"http://www.kylemcmahon.me\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.kylemcmahon.me\u003c/a>","startDate":1747094325000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzVjZTJmMGYxY2M1YWI4NWEwYzZhYTAwNjZjMThiYTQxLmpwZw"},{"id":271770029,"podcastId":30301596,"podcastSlug":"1246-pop-culture-weekly","title":"Kevin Bacon & Jennifer Nettles (The Bondsman); Comedy Icon Sandra Bernhard","duration":2630,"isExplicit":false,"description":"In this episode of \u003cb>\u003ci>Pop Culture Weekly with Kyle McMahon\u003c/i>\u003c/b> it's a packed, all interview extravaganza as \u003cb>Kevin Bacon\u003c/b> and \u003cb>Jennifer Nettles\u003c/b> discuss their new Prime Video series \u003ci>\u003cb>The Bondsman\u003c/b>\u003c/i> and Comedy icon \u003cb>Sandra Bernhard\u003c/b> joins to discuss her career, her time on \u003ci>\u003cb>Severence\u003c/b>\u003c/i>, and her 2025 stand up comedy tour.\u003cbr />\u003cbr />Comedy legend \u003cb>Sandra Bernhard\u003c/b> graces the mic with stories that span her transformative journey from Beverly Hills manicurist to stand-up powerhouse. Hear her recount the vibrant scene of open mic nights and takes us behind the scenes of her forthcoming \u003ca href=\"https://www.sandrabernhard.com/live-performance-calendar\" target=\"_blank\" rel=\"noreferrer noopener\">\u003ci>\u003cb>Shapes and Forms 2025\u003c/b>\u003c/i> comedy tour\u003c/a>, promising an intriguing blend of humor and music that continues to captivate audiences. As she reflects on her career against the backdrop of the ever-evolving digital age, Sandra offers a rare glimpse into the resilience and creativity that cemented her status as an icon. Check out \u003ca href=\"https://www.sandrabernhard.com\" target=\"_blank\" rel=\"noreferrer noopener\">Sandra's website\u003c/a> and \u003ca href=\"https://www.instagram.com/sandragbernhard/?hl=en\" target=\"_blank\" rel=\"noreferrer noopener\">follow her on Instagram\u003c/a>.\u003cbr />\u003cbr />Then, singer / songwriter / actor (and Grammy and Emmy winner) \u003cb>Jennifer Nettles\u003c/b> stops by to discuss The Bondsman, working with Kevin Bacon and becoming a \"Scream Queen\". Finally, the one and only \u003cb>Kevin Bacon\u003c/b> joins to discuss The Bondsman, his love for horror and music and so much more. He also discusses his joint EP with Jennifer Nettles, \u003ca href=\"https://www.iheart.com/artist/jennifer-nettles-923917/albums/the-bondsman-hell-and-back-320930372/\" target=\"_blank\" rel=\"noreferrer noopener\">\u003cb>\u003ci>The Bondsman: Hell and Back\u003c/i>\u003c/b>\u003c/a>. Their creative collaboration promises to deliver a genre-blending experience that fans won’t want to miss. Join us for a captivating episode filled with laughter, inspiration, and the magic of storytelling from some of the most innovative minds in entertainment.\u003cbr />\u003cbr />\u003cb>Kyle McMahon's Death, Grief & Other Sh*t We Don't Discuss\u003c/b> is now streaming: \u003ca href=\"https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\u003c/a>\u003cbr />\u003cbr />---------------\u003cbr />\u003cbr />Get all the Pop Culture Weekly podcast info you could want including extra content, uncut interviews, photos, videos & transcripts at: \u003ca href=\"https://podcast.popcultureweekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">https://podcast.popcultureweekly.com\u003c/a>\u003cbr />\u003cbr />Watch celebrity interviews at Pop Culture Weekly's YouTube: \u003ca href=\"https://www.youtube.com/officialkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />\u003cbr />Read the latest at \u003ca href=\"http://www.PopCultureWeekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.PopCultureWeekly.com\u003c/a>\u003cbr />\u003cbr />\u003cb>Follow Kyle on:\u003c/b>\u003cbr />\u003cbr />Facebook: \u003ca href=\"http://www.facebook.com/realkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.facebook.com/realkylemcmahon\u003c/a>\u003cbr />Instagram: \u003ca href=\"http://www.instagram.com/kmacmusic\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.instagram.com/kmacmusic\u003c/a>\u003cbr />TikTok: \u003ca href=\"https://www.tiktok.com/@kyle2u\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.tiktok.com/@kyle2u\u003c/a>\u003cbr />YouTube: \u003ca href=\"https://www.youtube.com/@popcultureweekly\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />Website: \u003ca href=\"http://www.kylemcmahon.me\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.kylemcmahon.me\u003c/a>\u003cbr />\u003cbr />","startDate":1743779607000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzVjZTJmMGYxY2M1YWI4NWEwYzZhYTAwNjZjMThiYTQxLmpwZw"},{"id":271675988,"podcastId":30301596,"podcastSlug":"1246-pop-culture-weekly","title":"The Most Anticipated Movies of Summer 2025 with Fandango's Erik Davis","duration":1805,"isExplicit":false,"description":"Fandango Managing Editor, \u003cb>Erik Davis\u003c/b>, joins us once again on \u003cb>\u003ci>Pop Culture Weekly\u003c/i>\u003c/b> to discuss the results of \u003ca href=\"https://images.fandango.com/cms/assets/3aea72c0-05dd-11f0-8321-2b978811c524--fandango-2025-moviegoing-trends-insights-study.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Fandango’s 2025 Moviegoing Trends and Insights Study\u003c/a>, including the Most Anticipated Movies of Summer 2025 as voted by YOU! \u003cbr />\u003cbr />Kyle McMahon and Erik explore everything from the thrilling action sequences of \"\u003ci>\u003cb>Mission Impossible: Final Recokining\u003c/b>\u003c/i>\" to James Gunn's fresh take on \u003ci>\u003cb>Superman\u003c/b>\u003c/i>, featuring the charming Krypto the Superdog. Erik brings us the latest insights from Fandango's study on movie-going trends, where concessions remain king and premium formats like IMAX and Dolby are drawing audiences back to the theaters. \u003cbr />\u003cbr />The conversation takes a deeper dive into the evolution of the movie theater experience, spotlighting exciting developments like themed experiences and the growing popularity of theaters such as Alamo Drafthouse. We also tackle the great debate over cell phone use during films, as some theaters experiment with screenings tailored to all preferences. As we preview the summer movie lineup, our excitement is palpable for the debut of Marvel's \"\u003ci>\u003cb>Fantastic Four: First Steps\u003c/b>\u003c/i>,\" hailed for its 60s retro-futuristic flair, and the high anticipation for \"\u003ci>\u003cb>Jurassic World Rebirth\u003c/b>\u003c/i>.\" With Erik's expert insights and our shared passion for cinema, this episode promises to be a cinematic feast for movie lovers everywhere.\u003cbr />\u003cbr />\u003cb>Kyle McMahon's Death, Grief & Other Sh*t We Don't Discuss\u003c/b> is now streaming: \u003ca href=\"https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\u003c/a>\u003cbr />\u003cbr />---------------\u003cbr />Get all the Pop Culture Weekly podcast info you could want including extra content, uncut interviews, photos, videos & transcripts at: \u003ca href=\"https://podcast.popcultureweekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">https://podcast.popcultureweekly.com\u003c/a>\u003cbr />\u003cbr />Watch celebrity interviews at: \u003ca href=\"https://www.facebook.com/realkylemcmahon/videos\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.facebook.com/realkylemcmahon/videos\u003c/a>\u003cbr />or Pop Culture Weekly YouTube at: \u003ca href=\"https://www.youtube.com/officialkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />\u003cbr />Read the latest at \u003ca href=\"http://www.PopCultureWeekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.PopCultureWeekly.com\u003c/a>\u003cbr />\u003cbr />\u003cb>Follow Kyle on:\u003c/b>\u003cbr />\u003cbr />Facebook: \u003ca href=\"http://www.facebook.com/realkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.facebook.com/realkylemcmahon\u003c/a>\u003cbr />Instagram: \u003ca href=\"http://www.instagram.com/kmacmusic\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.instagram.com/kmacmusic\u003c/a>\u003cbr />TikTok: \u003ca href=\"https://www.tiktok.com/@kyle2u\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.tiktok.com/@kyle2u\u003c/a>\u003cbr />YouTube: \u003ca href=\"https://www.youtube.com/@popcultureweekly\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />Website: \u003ca href=\"http://www.kylemcmahon.me\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.kylemcmahon.me\u003c/a>","startDate":1743673758000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzVjZTJmMGYxY2M1YWI4NWEwYzZhYTAwNjZjMThiYTQxLmpwZw"},{"id":270422668,"podcastId":30301596,"podcastSlug":"1246-pop-culture-weekly","title":"Cate Blanchett, Naomie Harris, Tom Burke (Black Bag); Rosamund Pike & Cast of The Wheel of Time","duration":2272,"isExplicit":false,"description":"What if you could step inside the mesmerizing worlds of fantasy and thriller, guided by the very stars who bring them to life? On this episode of \u003ca href=\"http://podcast.popcultureweekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">\u003cb>Pop Culture Weekly\u003c/b>\u003c/a>, we explore the enchanting realm of Prime Video's \"\u003ci>\u003cb>The Wheel of Time\u003c/b>\u003c/i>\" Season 3 with insights from showrunner \u003cb>Rafe Judkins\u003c/b> and actor \u003cb>Natasha O'Keefe\u003c/b>. Discover how they navigate the labyrinth of adaptation, honoring Robert Jordan's epic while crafting compelling television. Our conversations with cast members \u003cb>Rosamund Pike\u003c/b>, \u003cb>Josha Stradowsk\u003c/b>i, \u003cb>Daniel Henney\u003c/b>, \u003cb>Sophie Okonedo\u003c/b>, \u003cb>Ceara Coveney\u003c/b>, and \u003cb>Ayoola Smart\u003c/b> reveal their journeys in embodying characters with deep histories and fan expectations, offering a peek into the alchemy of transforming beloved book characters for the screen.\u003cbr />\u003cbr />From fantasy to a gripping thriller, we shift focus to the enticing world of \"\u003ci>\u003cb>Black Bag\u003c/b>\u003c/i>.\" Acclaimed actors \u003cb>Cate Blanchett\u003c/b>, \u003cb>Naomie Harris\u003c/b>, and \u003cb>Tom Burke\u003c/b> take us behind the scenes of this stylish film, sharing their unique experiences and challenges. Cate Blanchett opens up about joining the project on trust, Naomi Harris discusses breaking molds with her non-traditional psychiatrist role, and Tom Burke dives into his layered character, exploring the universal messiness of life. Their insights illuminate the dynamic storytelling and creative freedom that drive the film's narrative, promising a cinematic experience rooted in suspense and intrigue.\u003cbr />\u003cbr />Join us as we bring you face-to-face with the magic of storytelling through the eyes of those who create it. Whether you're a fan of epic fantasies or edge-of-your-seat thrillers, this episode provides a captivating journey into the heart of two imaginative projects. Be prepared to hear firsthand accounts of the artistic processes and the collaborative spirit that fuels these captivating worlds, leaving you eager to witness their stories unfold onscreen.\u003cbr />\u003cbr />\u003cb>Kyle McMahon's Death, Grief & Other Sh*t We Don't Discuss\u003c/b> is now streaming: \u003ca href=\"https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\u003c/a>\u003cbr />\u003cbr />---------------\u003cbr />Get all the Pop Culture Weekly podcast info you could want including extra content, uncut interviews, photos, videos & transcripts at: \u003ca href=\"https://podcast.popcultureweekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">https://podcast.popcultureweekly.com\u003c/a>\u003cbr />\u003cbr />Watch celebrity interviews at: \u003ca href=\"https://www.facebook.com/realkylemcmahon/videos\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.facebook.com/realkylemcmahon/videos\u003c/a>\u003cbr />or Pop Culture Weekly YouTube at: \u003ca href=\"https://www.youtube.com/officialkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />\u003cbr />Read the latest at \u003ca href=\"http://www.PopCultureWeekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.PopCultureWeekly.com\u003c/a>\u003cbr />\u003cbr />\u003cb>Follow Kyle on:\u003c/b>\u003cbr />\u003cbr />Facebook: \u003ca href=\"http://www.facebook.com/realkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.facebook.com/realkylemcmahon\u003c/a>\u003cbr />Instagram: \u003ca href=\"http://www.instagram.com/kmacmusic\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.instagram.com/kmacmusic\u003c/a>\u003cbr />TikTok: \u003ca href=\"https://www.tiktok.com/@kyle2u\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.tiktok.com/@kyle2u\u003c/a>\u003cbr />YouTube: \u003ca href=\"https://www.youtube.com/@popcultureweekly\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />Website: \u003ca href=\"http://www.kylemcmahon.me\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.kylemcmahon.me\u003c/a>\u003cbr />\u003cbr />\u003cbr />","startDate":1742245988000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzVjZTJmMGYxY2M1YWI4NWEwYzZhYTAwNjZjMThiYTQxLmpwZw"},{"id":268673703,"podcastId":30301596,"podcastSlug":"1246-pop-culture-weekly","title":"\"The Monkey\" with Osgood Perkins, Theo James & Rohan Campbell","duration":1600,"isExplicit":false,"description":"Join me, \u003cb>Kyle McMahon\u003c/b>, on \u003cb>Pop Culture Weekly\u003c/b> as we explore the highly anticipated horror film, \"\u003cb>The Monkey\u003c/b>,\" an adaptation of \u003cb>Stephen King's\u003c/b> chilling short story. This episode features insightful conversations with the film's talented team, including writer-director \u003cb>Osgood Perkins\u003c/b> and stars \u003cb>Theo James\u003c/b> and \u003cb>Rohan Campbell\u003c/b>. \u003cbr />\u003cbr />Listen in as we unravel the film's thematic depth, exploring its portrayal of intergenerational trauma and father-son dynamics, while also sharing exclusive insights from the cast and crew.This episode promises a thrilling discussion for fans of Stephen King's work and horror enthusiasts alike. We dive into the unsettling allure of the monkey character and the unique horror experience the film provides. And be sure to catch \"The Monkey\" in theaters for its full impact. \u003cbr />\u003cbr />\u003cb>Kyle McMahon's Death, Grief & Other Sh*t We Don't Discuss\u003c/b> is now streaming: \u003ca href=\"https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\u003c/a>\u003cbr />\u003cbr />---------------\u003cbr />Get all the Pop Culture Weekly podcast info you could want including extra content, uncut interviews, photos, videos & transcripts at: \u003ca href=\"https://podcast.popcultureweekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">https://podcast.popcultureweekly.com\u003c/a>\u003cbr />\u003cbr />Watch celebrity interviews at: \u003ca href=\"https://www.facebook.com/realkylemcmahon/videos\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.facebook.com/realkylemcmahon/videos\u003c/a>\u003cbr />or Pop Culture Weekly YouTube at: \u003ca href=\"https://www.youtube.com/officialkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />\u003cbr />Read the latest at \u003ca href=\"http://www.PopCultureWeekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.PopCultureWeekly.com\u003c/a>\u003cbr />\u003cbr />\u003cb>Follow Kyle on:\u003c/b>\u003cbr />\u003cbr />Facebook: \u003ca href=\"http://www.facebook.com/realkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.facebook.com/realkylemcmahon\u003c/a>\u003cbr />Instagram: \u003ca href=\"http://www.instagram.com/kmacmusic\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.instagram.com/kmacmusic\u003c/a>\u003cbr />TikTok: \u003ca href=\"https://www.tiktok.com/@kyle2u\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.tiktok.com/@kyle2u\u003c/a>\u003cbr />YouTube: \u003ca href=\"https://www.youtube.com/@popcultureweekly\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />Website: \u003ca href=\"http://www.kylemcmahon.me\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.kylemcmahon.me\u003c/a>","startDate":1740121208000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzVjZTJmMGYxY2M1YWI4NWEwYzZhYTAwNjZjMThiYTQxLmpwZw"},{"id":267214081,"podcastId":30301596,"podcastSlug":"1246-pop-culture-weekly","title":"Anti Valentine's Day Movies - You'll Be Glad You're Single (Or Wish You Were)","duration":3236,"isExplicit":false,"description":"Join us on this episode of \u003ca href=\"http://podcast.popcultureweekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">\u003cb>Pop Culture Weekly\u003c/b>\u003c/a> as \u003cb>Kyle McMahon\u003c/b> and guest \u003cb>Amanda Baez\u003c/b> explore the world of anti-Valentine's Day movies - movies that will make you glad you're single or make you wish you were. \u003cbr />\u003cbr />We kick off with a lively discussion on the origins and relevance of Valentine's Day, questioning whether it's more of a heartfelt celebration or a commercial holiday created to sell greeting cards and candy.\u003cbr />\u003cbr />Then dive into the feature presentation as Kyle and Amanda explore some of their favorite anti Valentine's Day movies. From the hilarious \"The Lost City\" with Sandra Bullock and Channing Tatum to the mind-bending \"Eternal Sunshine of the Spotless Mind,\" their choices of films offer a refreshing look at movies which challenge conventional narratives surrounding love, romance and relationships. \u003cbr />\u003cbr />Whether you're celebrating love or enjoying the single life, we've got movie recommendations to suit every mood on Valentine's Day, during a break up or anytime else. \u003cbr />\u003cbr />\u003cb>Kyle McMahon's Death, Grief & Other Sh*t We Don't Discuss\u003c/b> is now streaming: \u003ca href=\"https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\u003c/a>\u003cbr />\u003cbr />---------------\u003cbr />Get all the Pop Culture Weekly podcast info you could want including extra content, uncut interviews, photos, videos & transcripts at: \u003ca href=\"https://podcast.popcultureweekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">https://podcast.popcultureweekly.com\u003c/a>\u003cbr />\u003cbr />Watch celebrity interviews at: \u003ca href=\"https://www.facebook.com/realkylemcmahon/videos\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.facebook.com/realkylemcmahon/videos\u003c/a>\u003cbr />or Pop Culture Weekly YouTube at: \u003ca href=\"https://www.youtube.com/officialkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />\u003cbr />Read the latest at \u003ca href=\"http://www.PopCultureWeekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.PopCultureWeekly.com\u003c/a>\u003cbr />\u003cbr />\u003cb>Follow Kyle on:\u003c/b>\u003cbr />\u003cbr />Facebook: \u003ca href=\"http://www.facebook.com/realkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.facebook.com/realkylemcmahon\u003c/a>\u003cbr />Instagram: \u003ca href=\"http://www.instagram.com/kmacmusic\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.instagram.com/kmacmusic\u003c/a>\u003cbr />TikTok: \u003ca href=\"https://www.tiktok.com/@kyle2u\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.tiktok.com/@kyle2u\u003c/a>\u003cbr />YouTube: \u003ca href=\"https://www.youtube.com/@popcultureweekly\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />Website: \u003ca href=\"http://www.kylemcmahon.me\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.kylemcmahon.me\u003c/a>","startDate":1739512807000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzVjZTJmMGYxY2M1YWI4NWEwYzZhYTAwNjZjMThiYTQxLmpwZw"},{"id":263940324,"podcastId":30301596,"podcastSlug":"1246-pop-culture-weekly","title":"Joe Manganiello (Deal or No Deal Island); Chase Stokes & Lana Condor (Valiant One)","duration":1623,"isExplicit":false,"description":"Get ready for an electrifying dose of pop culture as we sit down with the ever-talented \u003cb>Joe Manganiello\u003c/b> (Deal or No Deal Island, Magic Mike) and \u003cb>Chase Stokes\u003c/b> & \u003cb>Lana Condor\u003c/b> (Valiant One).\u003cbr />\u003cbr />First up, \u003cb>Joe Manganiello\u003c/b> brings his charisma and flair to talk \"\u003ci>\u003cb>Deal or No Deal Island\u003c/b>\u003c/i>\" on NBC and Peacock. Discover how a chance conversation led Joe to this thrilling role, where he masterfully balances hosting duties with his natural enthusiasm for the game. Joe shares candid insights into the joys and challenges of staying neutral as a host while still rooting for contestants, and he offers a peek into what the future holds for him and the show. His passion for the project is contagious, and you won't want to miss his thoughts on how this opportunity perfectly aligns with his vibrant personality.\u003cbr />\u003cbr />Then, Kyle McMahon chats with \u003cb>Chase Stokes\u003c/b> and \u003cb>Lana Condor\u003c/b>, the dynamic duo from the gripping new film \"\u003ci>\u003cb>Valiant One\u003c/b>\u003c/i>.\" Set on the tense border between North and South Korea, this film takes you on an intense rollercoaster of emotions, with powerful performances that honor their personal ties to the military. Chase and Lana open up about embracing new challenges and stepping beyond their previous roles to deliver raw and compelling portrayals of growth and leadership. Hear how their family connections to the military influenced their characters, and get an inside look at the themes that drive this thrilling narrative. This episode is packed with fascinating stories and insights that showcase the multifaceted world of entertainment.\u003cbr />\u003cbr />Watch Kyle McMahon's \u003ca href=\"https://youtu.be/uUvNohGNDE0\" target=\"_blank\" rel=\"noreferrer noopener\">interview with Chase Stokes & Lana Condor \u003cb>here\u003c/b>\u003c/a>.\u003cbr />\u003cbr />\u003cb>Kyle McMahon's Death, Grief & Other Sh*t We Don't Discuss\u003c/b> is now streaming: \u003ca href=\"https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\u003c/a>\u003cbr />\u003cbr />---------------\u003cbr />Get all the Pop Culture Weekly podcast info you could want including extra content, uncut interviews, photos, videos & transcripts at: \u003ca href=\"https://podcast.popcultureweekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">https://podcast.popcultureweekly.com\u003c/a>\u003cbr />\u003cbr />Watch celebrity interviews at: \u003ca href=\"https://www.facebook.com/realkylemcmahon/videos\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.facebook.com/realkylemcmahon/videos\u003c/a>\u003cbr />or Pop Culture Weekly YouTube at: \u003ca href=\"https://www.youtube.com/officialkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />\u003cbr />Read the latest at \u003ca href=\"http://www.PopCultureWeekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.PopCultureWeekly.com\u003c/a>\u003cbr />\u003cbr />\u003cb>Follow Kyle on:\u003c/b>\u003cbr />\u003cbr />Facebook: \u003ca href=\"http://www.facebook.com/realkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.facebook.com/realkylemcmahon\u003c/a>\u003cbr />Instagram: \u003ca href=\"http://www.instagram.com/kmacmusic\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.instagram.com/kmacmusic\u003c/a>\u003cbr />TikTok: \u003ca href=\"https://www.tiktok.com/@kyle2u\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.tiktok.com/@kyle2u\u003c/a>\u003cbr />YouTube: \u003ca href=\"https://www.youtube.com/@popcultureweekly\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />Website: \u003ca href=\"http://www.kylemcmahon.me\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.kylemcmahon.me\u003c/a>","startDate":1738602580000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzVjZTJmMGYxY2M1YWI4NWEwYzZhYTAwNjZjMThiYTQxLmpwZw"},{"id":262522814,"podcastId":30301596,"podcastSlug":"1246-pop-culture-weekly","title":"Star Trek Section 31 Star Omari Hardwick On Franchises & Grammy Noms","duration":1119,"isExplicit":false,"description":"In this episode of Pop Culture Weekly with Kyle McMahon, Grammy nominated actor \u003cb>Omari Hardwick\u003c/b> takes center stage where we dive into his exhilarating role in the Paramount + film, \u003ci>\u003cb>Star Trek: Section 31\u003c/b>\u003c/i>.\u003cbr />\u003cbr />From athlete to actor, Omari's journey is nothing short of inspiring, and he opens up about transitioning from starring in the film as a cast member to experiencing it as a fan. We unpack his dynamic portrayal of Alok, a Section 31 agent, and explore the creative process behind the film. Omari also shares the deep personal connection he has with poetry, a passion he's nurtured since the tender age of 11, which has earned him a Grammy nomination for Best Spoken Word Poetry Album. Our conversation with Omari goes beyond his role in Star Trek, shedding light on his multifaceted career that spans poetry, theater, music, and film. We uncover the inspiration behind his new single and the impact of working alongside the legendary \u003cb>Michelle Yeoh\u003c/b>. We reflect on his past collaborations with industry giants like \u003cb>Kevin Costner\u003c/b> and \u003cb>Zack Snyder\u003c/b>, and there's an excited anticipation for future stories within the Star Trek universe. Tune in for an engaging mix of career reflections, collaborative triumphs, and the thrill of what's next.\u003cbr />\u003cbr />\u003ca href=\"https://youtu.be/g4_aUiZrv3g?si=ZAZCwLodySFNbeOM\" target=\"_blank\" rel=\"noreferrer noopener\">Watch the interview here\u003c/a>.\u003cbr />\u003cbr />\u003cb>Kyle McMahon's Death, Grief & Other Sh*t We Don't Discuss\u003c/b> is now streaming: \u003ca href=\"https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\u003c/a>\u003cbr />\u003cbr />---------------\u003cbr />Get all the Pop Culture Weekly podcast info you could want including extra content, uncut interviews, photos, videos & transcripts at: \u003ca href=\"https://podcast.popcultureweekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">https://podcast.popcultureweekly.com\u003c/a>\u003cbr />\u003cbr />Watch celebrity interviews at: \u003ca href=\"https://www.facebook.com/realkylemcmahon/videos\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.facebook.com/realkylemcmahon/videos\u003c/a>\u003cbr />or Pop Culture Weekly YouTube at: \u003ca href=\"https://www.youtube.com/officialkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />\u003cbr />Read the latest at \u003ca href=\"http://www.PopCultureWeekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.PopCultureWeekly.com\u003c/a>\u003cbr />\u003cbr />\u003cb>Follow Kyle on:\u003c/b>\u003cbr />\u003cbr />Facebook: \u003ca href=\"http://www.facebook.com/realkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.facebook.com/realkylemcmahon\u003c/a>\u003cbr />Instagram: \u003ca href=\"http://www.instagram.com/kmacmusic\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.instagram.com/kmacmusic\u003c/a>\u003cbr />YouTube: \u003ca href=\"https://www.youtube.com/@popcultureweekly\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />Website: \u003ca href=\"http://www.kylemcmahon.me\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.kylemcmahon.me\u003c/a>","startDate":1738151786000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzVjZTJmMGYxY2M1YWI4NWEwYzZhYTAwNjZjMThiYTQxLmpwZw"},{"id":256311495,"podcastId":30301596,"podcastSlug":"1246-pop-culture-weekly","title":"The Best Movies (& More) of 2024; Howie Mandel talks AGT, Tour & Podcast!","duration":3806,"isExplicit":false,"description":"In this episode of \u003ca href=\"http://podcast.popcultureweekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">\u003ci>\u003cb>Pop Cuture Weekly with Kyle McMahon\u003c/b>\u003c/i>\u003c/a>, get ready for a pop culture extravaganza as \u003cb>Howie Mandel\u003c/b> sits down to discuss \u003ci>\u003cb>America's Got Talent\u003c/b>\u003c/i> auditions and more! PLUS, he gives Kyle three Front of the Line passes for lucky Pop Culture Weekly listeners to audition for AGT Season 20! And \u003cb>Amanda Baez\u003c/b> returns as she and Kyle talk the best movies, music and tv series of 2024. \u003cbr />\u003cbr />Kyle and Amanda share their holiday antics, reflecting on how they absorbed some of 2024's most buzzworthy movies, series and music, as they discuss their top 5 favorite films of 2024. From drama to horror to animation, there's something for (almost) everyone on their lists. Plus, get their take on 2024's standout albums and TV shows. Did your favorites make the list?\u003cbr />\u003cbr />Then, Kyle has an engaging chat with \u003cb>Howie Mandel\u003c/b>, who discusses auditions for the upcoming 20th season of America's Got Talent, his stand up tour, his \u003cb>\u003ci>Howie Mandel Does Stuff\u003c/i>\u003c/b> podcast and an exclusive update on \u003ci>\u003cb>Bobby's World\u003c/b>\u003c/i>. \u003cbr />\u003cbr />\u003cb>CONTEST:\u003c/b> Win 1 of 3 Front of the Line Passes to \u003ci>\u003cb>America's Got Talent\u003c/b>\u003c/i> Season 20 Auditions. Contest ends 01/12/25 at 11:59 EST. Click here to enter: \u003ca href=\"https://news.iheart.com/promotions/front-of-the-line-to-america-s-got-talent-season-20-auditions-1732554/\" target=\"_blank\" rel=\"noreferrer noopener\">https://news.iheart.com/promotions/front-of-the-line-to-america-s-got-talent-season-20-auditions-1732554/\u003c/a>\u003cbr />\u003cbr />\u003cbr />\u003cb>Kyle McMahon's Death, Grief & Other Sh*t We Don't Discuss\u003c/b> is now streaming: \u003ca href=\"https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.deathandgrief.show/Chapter-One-The-Diagnosis-AKA-WTF/\u003c/a>\u003cbr />\u003cbr />---------------\u003cbr />Get all the Pop Culture Weekly podcast info you could want including extra content, uncut interviews, photos, videos & transcripts at: \u003ca href=\"https://podcast.popcultureweekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">https://podcast.popcultureweekly.com\u003c/a>\u003cbr />\u003cbr />Watch celebrity interviews at: \u003ca href=\"https://www.facebook.com/realkylemcmahon/videos\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.facebook.com/realkylemcmahon/videos\u003c/a>\u003cbr />or Kyle McMahon YouTube at: \u003ca href=\"https://www.youtube.com/officialkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/officialkylemcmahon\u003c/a>\u003cbr />\u003cbr />Read the latest at \u003ca href=\"http://www.PopCultureWeekly.com\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.PopCultureWeekly.com\u003c/a>\u003cbr />\u003cbr />\u003cb>Follow Kyle on:\u003c/b>\u003cbr />\u003cbr />Facebook: \u003ca href=\"http://www.facebook.com/realkylemcmahon\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.facebook.com/realkylemcmahon\u003c/a>\u003cbr />Instagram: \u003ca href=\"http://www.instagram.com/kmacmusic\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.instagram.com/kmacmusic\u003c/a>\u003cbr />YouTube: \u003ca href=\"https://www.youtube.com/@popcultureweekly\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@popcultureweekly\u003c/a>\u003cbr />Website: \u003ca href=\"http://www.kylemcmahon.me\" target=\"_blank\" rel=\"noreferrer noopener\">http://www.kylemcmahon.me\u003c/a>\u003cbr />\u003cbr />","startDate":1736462067000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzVjZTJmMGYxY2M1YWI4NWEwYzZhYTAwNjZjMThiYTQxLmpwZw"}]}},{"id":18901115,"title":"Elvis Duran Phone Taps","description":"Elvis Duran Phone Taps is the ultimate podcast for prank call lovers! Get ready for the most outrageous, hilarious, and jaw-dropping phone taps from Elvis Duran and the Morning Show. Every episode features the show’s legendary prank calls, where the team has a blast messing with unsuspecting victims. From outrageous scenarios to clever twists, each phone tap is guaranteed to make you laugh out loud. Tune in and hear how Elvis and the crew pull off the perfect pranks—one laugh at a time!","lastUpdated":1744689279,"slug":"1014-elvis-duran-phone-taps","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkYjQ0MTRlLWJjZTMtNDNjNy1hNDZjLWIyODkwMGViNGVlMy82NjU4YzUzZS1kNWIyLTRjYTgtOGZhMS1iMjg5MDBlYjRmMDQvaW1hZ2UuanBnP3Q9MTc0NDY4OTIwMyZzaXplPUxhcmdl","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBRf9EAAAGWhb90GA"},"items":[{"id":275552891,"podcastId":18901115,"podcastSlug":"1014-elvis-duran-phone-taps","title":"Left my Teeth at the Ice Cream Parlor","duration":222,"isExplicit":false,"description":"\u003cp>Shirley is always leaving her dentures places, so Danielle calls her husband from the ice cream parlor to let him know they've been thrown out! \u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1747209482000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkYjQ0MTRlLWJjZTMtNDNjNy1hNDZjLWIyODkwMGViNGVlMy82NjU4YzUzZS1kNWIyLTRjYTgtOGZhMS1iMjg5MDBlYjRmMDQvaW1hZ2UuanBnP3Q9MTc0NDY4OTIwMyZzaXplPUxhcmdl"},{"id":275094520,"podcastId":18901115,"podcastSlug":"1014-elvis-duran-phone-taps","title":"We Want to Feature Your Crappy Meatballs","duration":248,"isExplicit":false,"description":"\u003cp>Giovanni is so proud of his family meatballs, so his daughter enters him in a reality tv show.....of the world's worst meatballs!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1747043363000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkYjQ0MTRlLWJjZTMtNDNjNy1hNDZjLWIyODkwMGViNGVlMy82NjU4YzUzZS1kNWIyLTRjYTgtOGZhMS1iMjg5MDBlYjRmMDQvaW1hZ2UuanBnP3Q9MTc0NDY4OTIwMyZzaXplPUxhcmdl"},{"id":274675174,"podcastId":18901115,"podcastSlug":"1014-elvis-duran-phone-taps","title":"Following Up on Lost Library Book","duration":222,"isExplicit":false,"description":"\u003cp>Amy owes her hometown library their Twilight book back from a millions years ago, so Danielle calls from the library ready to collect!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746777928000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkYjQ0MTRlLWJjZTMtNDNjNy1hNDZjLWIyODkwMGViNGVlMy8zNDE2ZWY2Zi02NTAxLTQ4ZTctOWJiMS1iMmQ4MDBjNjA1ODgvaW1hZ2UuanBnP3Q9MTc0NzA1NjMzMyZzaXplPUxhcmdl"},{"id":274458943,"podcastId":18901115,"podcastSlug":"1014-elvis-duran-phone-taps","title":"Mr. Michael Oppenheimer 13 ","duration":261,"isExplicit":false,"description":"\u003cp>He won’t take no for an answer, it’s the horribly persistent salesperson, Mr. Michael Oppenheimer!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746692533000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkYjQ0MTRlLWJjZTMtNDNjNy1hNDZjLWIyODkwMGViNGVlMy9iNTkyOTA2Ny0wNTdlLTRiMzktOGFlZC1iMmQ3MDBjOTIwMDcvaW1hZ2UuanBnP3Q9MTc0NjcwNjUyNCZzaXplPUxhcmdl"},{"id":274269528,"podcastId":18901115,"podcastSlug":"1014-elvis-duran-phone-taps","title":"No Toilet Paper in Wendy’s Bathroom","duration":287,"isExplicit":false,"description":"\u003cp>Teresa is so close with her dad and says he will do anything for her, so she calls him stuck in a Wendy’s bathroom without toilet paper! \u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746604457000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkYjQ0MTRlLWJjZTMtNDNjNy1hNDZjLWIyODkwMGViNGVlMy82NGE1NjNmNC04ZWQ3LTQ4MGEtYTVlMi1iMmQ2MDBjMmMzOWEvaW1hZ2UuanBnP3Q9MTc0NjYyOTU2OCZzaXplPUxhcmdl"},{"id":274185648,"podcastId":18901115,"podcastSlug":"1014-elvis-duran-phone-taps","title":"Your House is on the Market ","duration":237,"isExplicit":false,"description":"\u003cp>Mandy wants to sell their house but her husband doesn’t, so Danielle calls him as the agent who already put it on the market!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746521804000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkYjQ0MTRlLWJjZTMtNDNjNy1hNDZjLWIyODkwMGViNGVlMy82ZjhkNjBmMi1jZDE1LTRlYmQtYmFkMi1iMmQ1MDBkNDE5M2IvaW1hZ2UuanBnP3Q9MTc0NjUzNTk5MCZzaXplPUxhcmdl"},{"id":274099718,"podcastId":18901115,"podcastSlug":"1014-elvis-duran-phone-taps","title":"Trying to Make a Career from Online Poker","duration":314,"isExplicit":false,"description":"\u003cp>Megan is an online gambler and her mom hates it. She doesn’t play with real money, BUT Skeery calls mom saying she owes a bunch!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746437626000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkYjQ0MTRlLWJjZTMtNDNjNy1hNDZjLWIyODkwMGViNGVlMy9lNGQxNzc0Mi1jYzNkLTQzMjItYmEzZS1iMmQ0MDBjYTQyN2IvaW1hZ2UuanBnP3Q9MTc0NjQ1MjA2OCZzaXplPUxhcmdl"},{"id":273933442,"podcastId":18901115,"podcastSlug":"1014-elvis-duran-phone-taps","title":"The Mini Golf Cheater","duration":321,"isExplicit":false,"description":"\u003cp>Max loves mini golf and just won a tournament, but Garrett suspects he was cheating!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746173949000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkYjQ0MTRlLWJjZTMtNDNjNy1hNDZjLWIyODkwMGViNGVlMy85YTY0MzE1Ni1iZTExLTQ1NmEtODE0OS1iMmQxMDBjOTBlMzEvaW1hZ2UuanBnP3Q9MTc0NjE5MjM1NiZzaXplPUxhcmdl"},{"id":273858792,"podcastId":18901115,"podcastSlug":"1014-elvis-duran-phone-taps","title":"That Washing Machine Tech is a LIAR!","duration":340,"isExplicit":false,"description":"\u003cp>David's grandmother had her washing machine fixed, and apparently the repair man complained about her!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746089365000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkYjQ0MTRlLWJjZTMtNDNjNy1hNDZjLWIyODkwMGViNGVlMy82YWY0NTIwMC0xYmM3LTRjMzctYTM1MC1iMmQwMDBkMDdhYjEvaW1hZ2UuanBnP3Q9MTc0NjEwMzU3NyZzaXplPUxhcmdl"},{"id":273776593,"podcastId":18901115,"podcastSlug":"1014-elvis-duran-phone-taps","title":"Mr. Michael Oppenheimer 20","duration":339,"isExplicit":false,"description":"\u003cp>Mr. Michael Oppenheimer tries to sell Ann on a bank she already withdrew all her funds from, and she is NOT a fan!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1746000639000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkYjQ0MTRlLWJjZTMtNDNjNy1hNDZjLWIyODkwMGViNGVlMy9jMTMyMzY2ZS0yMTMxLTQ5OWQtOWEzMC1iMmNmMDBjNWQzNzcvaW1hZ2UuanBnP3Q9MTc0NjAyMzU4MiZzaXplPUxhcmdl"}]}},{"id":29319094,"title":"The Tino Cochino Radio Podcast","description":"Update: Daily recaps of Tino Cochino Radio can now be found here! Experience the transparency and familiarity that makes TCR the #1 English speaking - Latino hosted radio show in America! ***Any episodes on or before 02/26/24 are NSFW and could contain explicit content. Rate. Review. Subscribe. TikTok/Instagram: @tinocochinoradio","lastUpdated":1737440791,"slug":"270-the-tino-cochino-radio-pod","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABBS4ycAAAGWi5m6sA"},"items":[{"id":275571869,"podcastId":29319094,"podcastSlug":"270-the-tino-cochino-radio-pod","title":"Dead Oreo (5/14/25 - FULL SHOW)","duration":1903,"isExplicit":false,"description":"Serina shares a toxic request she had for her husband, Matt's alma mater cures baldness, Nicasio agrees that affairs help marriages and Tino gets a warning about a new product interest...\n\n\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1747227600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":275385076,"podcastId":29319094,"podcastSlug":"270-the-tino-cochino-radio-pod","title":"Killer Of All Dreams (5/13/25 - FULL SHOW)","duration":1932,"isExplicit":false,"description":"Serina talks \"The Bird Test\", Tino's friend needs to give up on his rap career (according to his wife), Nicasio is all for reclining his seat on a flight, and Matt reveals a school TikTok challenge that's EXTREMELY dangerous...\n\n\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1747141200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":275147292,"podcastId":29319094,"podcastSlug":"270-the-tino-cochino-radio-pod","title":"Horrible Highlights (5/10/25 - FULL SHOW)","duration":1912,"isExplicit":false,"description":"There may be a reason Matt annoys Serina so much, Nicasio believes he should be able to cut in line, and Tino talks living together before marriage...\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1747054800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":274807559,"podcastId":29319094,"podcastSlug":"270-the-tino-cochino-radio-pod","title":"4 Year Marriage Contracts (5/9/25 - FULL SHOW)","duration":2233,"isExplicit":false,"description":"Tino's friend almost let his mouth ruin an opportunity, Matt co-signs on a crazy internet trend, Serina shows her inner-psycho, and Nicasio loves pettiness...\n\n\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1746910920000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":274487542,"podcastId":29319094,"podcastSlug":"270-the-tino-cochino-radio-pod","title":"Matt Goes Full Karen (5/8/25 - FULL SHOW)","duration":1966,"isExplicit":false,"description":"Nicasio violates \"bro code\" with one of his friends, Matt dines & dashes (but feels he was justified), Tino reveals the piece of clothing you only have to wash once a year, and Serina's family is NOT feeling the name she gave to her baby girl...\n\n\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1746709200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":274290192,"podcastId":29319094,"podcastSlug":"270-the-tino-cochino-radio-pod","title":"Solo Serina (5/7/25 - FULL SHOW)","duration":2201,"isExplicit":false,"description":"Tino reveals a \"1% Rule\" that can save you money, Serina talks the joy of \"doing her own thing\" on the weekends, Nicasio doesn't think \"sexting\" is that bad, and Matt goes full TMI about his bedsheets...\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1746622800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":274119653,"podcastId":29319094,"podcastSlug":"270-the-tino-cochino-radio-pod","title":"No Necklace From Your Ex! (5/5/25 - FULL SHOW)","duration":1986,"isExplicit":false,"description":"Tino says it's wrong to wear jewelry from your ex, Matt can't stand movie scenes AFTER the credits end, Are You Smarter Than Nicasio, and Serina felt violated while breastfeeding!\n\n\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1746453600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":273958367,"podcastId":29319094,"podcastSlug":"270-the-tino-cochino-radio-pod","title":"Dumb Ass Matt (5/2/25 - FULL SHOW)","duration":1766,"isExplicit":false,"description":"Serina and Tino discuss posting celebrity selfies, Are You Smarter Than Nicasio, and Matt accidentally sends his son's coach a text that he meant for his wife!!\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1746202860000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":273954838,"podcastId":29319094,"podcastSlug":"270-the-tino-cochino-radio-pod","title":"Oh YEAH!! (5/1/25 - FULL SHOW)","duration":1967,"isExplicit":false,"description":"Tino's a big fan of the new Kool-Aid Challenge, Nicasio wants to wear a fancy wedding dress, Serina got petty with an ex, and Matt is not a big fan of a hit show on Hulu...\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1746198180000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":273867559,"podcastId":29319094,"podcastSlug":"270-the-tino-cochino-radio-pod","title":"The Nipple Show (4/20/25 - FULL SHOW)","duration":1903,"isExplicit":false,"description":"The way Matt keeps lists his wife's contact in his phone might be a red flag, Serina's getting frustrated with breastfeeding, Are You Smarter Than Nicasio, and Tino has some nipple issues...\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1746098830000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"}]}},{"id":89143995,"title":"Leah Tyler","description":"Leah on-demand from Y102! Leah takes you through your workday with entertainment news, laughs, and Leah's Lunch Cafe!","lastUpdated":1740402558,"slug":"1248-leah-tyler","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3dyZnktMTY2Mzg2NTU2Mi42MDcxMDkuanBn","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAArh6z4AAAGP4opxuA"},"items":[{"id":268846251,"podcastId":89143995,"podcastSlug":"1248-leah-tyler","title":"Interview-RAIN: A Tribute To The Beatles","duration":572,"isExplicit":false,"description":"Coming to the Santander Performing Arts Center March 16th is RAIN: A Tribute to the Beatles, an electrifying concert experience celebrating the timeless music of the legendary fab four. With note-for-note precision, this mind-blowing performance transports you back to the iconic eras of Sgt. Pepper and Magical Mystery Tour, along with all your favorite hits. With vibrant costumes and psychedelic visuals, RAIN creates a stunning concert full of nostalgia and good vibes that inspires all generations. Leah had the opportunity to chat with the talented Steve Landes, who has portrayed icon John Lennon on stage for over 25 years, about the show and more! Tickets are available through Ticketmaster.","startDate":1740384527000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9pbWFnZXMvd3JmeS8yZjI0NGFhZjNlMTU0MTZkYjgyODk4ZWZmYjk4ZjgxOS5wbmc"},{"id":230858461,"podcastId":89143995,"podcastSlug":"1248-leah-tyler","title":"Leah Says Bite This! Food News Serving 75","duration":585,"isExplicit":false,"description":"Check out this week’s food news in an easily digestible podcast! Leah talks Pringles in a bag, a restaurant declaring the chicken tenders war has begun, a new flavor of Butterfinger and more! ","startDate":1729766313000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3dyZnktMTcyOTc4MDUxNS41NjkxODYudGh1bWJuYWlsLmpwZw"},{"id":227977143,"podcastId":89143995,"podcastSlug":"1248-leah-tyler","title":"Leah Says Bite This! Food News Serving 74","duration":445,"isExplicit":false,"description":"Listen to the week’s Food News in one easily digestible podcast! Leah talks a drinkable candy bar, a 2.5 pound sandwich, a smart new way to snack at the mall, the best and worst chain restaurants and more!","startDate":1729092861000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3dyZnktMTcyOTEwNjg1Mi4wODczMTIudGh1bWJuYWlsLmpwZw"},{"id":225831092,"podcastId":89143995,"podcastSlug":"1248-leah-tyler","title":"Leah Says Bite This! Food News Serving 73","duration":674,"isExplicit":false,"description":"Enjoy some tasty food news in an easily digestible podcast. This week: a new Cheetos flavor, Pop Tarts keep getting smaller and smaller, Swiss Miss Cocoa for grown ups only and more!","startDate":1728563104000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3dyZnktMTcyODU3NzAwNi44MzYyMzEudGh1bWJuYWlsLmpwZw"},{"id":222552723,"podcastId":89143995,"podcastSlug":"1248-leah-tyler","title":"Leah Says Bite This! Food News Serving 72","duration":352,"isExplicit":false,"description":"Who's hungry?! Here's this week's food news in an easily digestible podcast. We chew on something big from Chips Ahoy, literally, something sweet from Philadelphia Cream Cheese, a spicy Bugles collab and more!","startDate":1727798338000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3dyZnktMTcyNzgxMTg3Ni41Mzc3MDQudGh1bWJuYWlsLmpwZw"},{"id":219513193,"podcastId":89143995,"podcastSlug":"1248-leah-tyler","title":"Leah Says Bite This! Food News Serving 71","duration":646,"isExplicit":false,"description":"Leah shares the tastiest crumbs of food news from the week in one easily digestible podcast. This week is SUPERSIZED. The first new Uncrustables flavor in 10 years, new KitKats, M&M’s and gummies from Shaq, the BEST pizza in the world and more!","startDate":1727109915000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3dyZnktMTcyNzEyMzg4NC45NDgzMjAudGh1bWJuYWlsLmpwZw"},{"id":207501816,"podcastId":89143995,"podcastSlug":"1248-leah-tyler","title":"Leah Says Bite This! Food News Serving 70","duration":306,"isExplicit":false,"description":"Leah shares the tastiest food news from the week in one easily digestible podcast. This week: crazy collabs (Oreo, Coke, WarHeads oh my!), crazy deals (pasta, burritos, kids meals oh my!), a Sweet Suite and more!","startDate":1724167518000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3dyZnktMTcyNDE4MTQ4OS4wNDc0MjYudGh1bWJuYWlsLmpwZw"},{"id":204877225,"podcastId":89143995,"podcastSlug":"1248-leah-tyler","title":"Leah Says Bite This! Food News Serving 69","duration":427,"isExplicit":false,"description":"Leah shares the tastiest crumbs of food news from the week in one easily digestible podcast. This week: a perfume that will make people around you hungry and transport you to the mall, a Pop-Tart that's waaay too big for a toaster, a coffee maker that rocks and more!","startDate":1723455959000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3dyZnktMTcyMzQ2OTY3Ny41MTA3NzEudGh1bWJuYWlsLmpwZw"},{"id":185462927,"podcastId":89143995,"podcastSlug":"1248-leah-tyler","title":"Leah Says Bite This! Food News Serving 68","duration":557,"isExplicit":false,"description":"Leah shares the tastiest crumbs of food news in one easily digestible podcast. This week, another pickle flavored snack, something BIG from Reese's, a soda is shaking up the Cola Wars and more!\n","startDate":1718290348000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3dyZnktMTcxODMwNDY3NC42OTYxNjIudGh1bWJuYWlsLmpwZw"},{"id":182577982,"podcastId":89143995,"podcastSlug":"1248-leah-tyler","title":"Leah Says Bite This! Food News Serving 67","duration":398,"isExplicit":false,"description":"Leah shares the tastiest crumbs of food news from the week in one easily digestible podcast. This week, so many ways to get free pizza, nothing says Mexican food like giant Cheez-Its, an underwater vending machine, Halloween in June and more!","startDate":1717492675000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9wb3N0LmZ1dHVyaW1lZGlhLmNvbS9wbGF5bGlzdC9zdHJlYW1vbi1wZXJtL3dyZnktMTY2Mzg2NTU2Mi42MDcxMDkuanBn"}]}},{"id":127374761,"title":"The New Hit List","description":"The New Hit List on iHeartRadio! Every Monday through Friday at 11PM #1 for New Music Discovery FOLLOW US: Instagram - https://www.instagram.com/newhitlist Twitter - https://twitter.com/NewHitList TikTok - https://www.tiktok.com/@newhitlist Angelina - @angelinaonair","lastUpdated":1724176884,"slug":"1248-the-new-hit-list","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ExOTllNTkwMWIzY2YwOWIwNzkwZTRmZDRmZTIzYzY0LmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAAlsovoAAAGOLlXGCA"},"items":[{"id":207552106,"podcastId":127374761,"podcastSlug":"1248-the-new-hit-list","title":"Halsey Talks 'Lucky', Getting Approval From Britney Spears & More!","duration":973,"isExplicit":false,"description":"Halsey talked to Angelina about her new song 'Lucky' and talked to the Queen Britney Spears, who approved the sample. She talks about connecting to the song and about her health. Big announcements coming soon for Halsey!","startDate":1724180055000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ExOTllNTkwMWIzY2YwOWIwNzkwZTRmZDRmZTIzYzY0LmpwZw"},{"id":194592742,"podcastId":127374761,"podcastSlug":"1248-the-new-hit-list","title":"Raye Talks Brit Awards, Animal Crossing, New Music & More!","duration":773,"isExplicit":false,"description":"Raye joined Crystal Rosas to talk about her latest awards at this years Brit Awards! Raye also mentioned limiting social media and using her switch playing animal crossing as an escape from her busy life.\u003cbr />\u003cbr />The New Hit List, #1 for New Music Discovery! Listen weeknights at 11PM on your favorite iHeartRadio station! #NewHitList\u003cbr /> \u003cbr />FOLLOW US:\u003cbr />Instagram - https://www.instagram.com/newhitlist\u003cbr />Twitter - https://twitter.com/NewHitList\u003cbr />TikTok - https://www.tiktok.com/@newhitlist","startDate":1720705688000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ExOTllNTkwMWIzY2YwOWIwNzkwZTRmZDRmZTIzYzY0LmpwZw"},{"id":188839753,"podcastId":127374761,"podcastSlug":"1248-the-new-hit-list","title":"D4VD Talks SOLD OUT tour, Online Gaming, Writing Music & More!","duration":864,"isExplicit":false,"description":"d4vd talks to Angelina on the New Hit List to talk about his SOLD OUT tour! He also talks about his way of storytelling through writing music and how he gets his inspiration from online games. The New Hit List, #1 for New Music Discovery! Listen weeknights at 11PM on your favorite iHeartRadio station! #NewHitList\u003cbr />\u003cbr />","startDate":1719255428000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ExOTllNTkwMWIzY2YwOWIwNzkwZTRmZDRmZTIzYzY0LmpwZw"},{"id":188828389,"podcastId":127374761,"podcastSlug":"1248-the-new-hit-list","title":"Dasha Talks Meaning of 'Austin', Line-Dancing, Country Music Going Mainstream & More!","duration":405,"isExplicit":false,"description":"Dasha joined Angelina via zoom to talk about her latest single 'Austin'! She talked about being from California and holding a space in country music. Loving the song and has us line-dancing on TikTok! Listen to her new song on The New Hit List on the iHeartRadio app!\u003cbr />\u003cbr />The New Hit List, #1 for New Music Discovery! Listen weeknights at 11PM on your favorite iHeartRadio station! \u003ca href=\"https://www.youtube.com/hashtag/newhitlist\" target=\"_blank\" rel=\"noreferrer noopener\">#NewHitList\u003c/a>\u003cbr />\u003cbr />FOLLOW US:\u003cbr />Instagram - \u003ca href=\"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbkdBX2VxNmtJS2FxTmk1eXJWamt1YlpYRy1fZ3xBQ3Jtc0trMFpNNURzQWlNUG9fRkRnVFlRcGpmaXJDZ3NIZlMzMFJDWUI1ckw4ZkR4bDZueXNZcjZSN0VrX0NIUG1ieW8wd0R5YmtBZ0RSX0p2ZEMwb1RQQ1REUng5dTQtQVItd29NMWZ6a2ZHeWFVTHFlcURXZw&q=https%3A%2F%2Fwww.instagram.com%2Fnewhitlist&v=2jotqTwJDMI\" target=\"_blank\" rel=\"noreferrer noopener\">@newhitlist\u003c/a>\u003cbr />Twitter - \u003ca href=\"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqa3htVndiLTFKdzMzTlh5WUdsM0o2Y3pIU3VOd3xBQ3Jtc0tucWVTcU1OWVhQc3prUENZRGtSalZMWkk1bE9VV0lUc1lsb21ILWMtV2FqNDhzYldRSTBSLWxlVjNHYThVM1ZtbU1Ob2hBR0Z6c2g2dXd0cUN4a290Y2NXdDdTZldPZkZGSC1ELWdPOGZ1QTdWUHVkRQ&q=https%3A%2F%2Ftwitter.com%2FNewHitList&v=2jotqTwJDMI\" target=\"_blank\" rel=\"noreferrer noopener\">@newhitlist\u003c/a>\u003cbr />TikTok - \u003ca href=\"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqa0ZORWxXVWpMbnlldWhqSU90YUFjamtKOF9zZ3xBQ3Jtc0tuVndLMFhWVGNjS1ZiZzhlVW9Yekt5aHYzOHpYeXVJLUJfZGt3S09hdVpUU2lmZ2FKaTgwM2dWOFIyaEgxT0FoVHVhRTNkemdmU1dvSVYzRDZ3Z2ZyUjRFejhYdFN3X3U5ZFFkUnJfUHc1cmp5UGlYZw&q=https%3A%2F%2Fwww.tiktok.com%2F%40newhitlist&v=2jotqTwJDMI\" target=\"_blank\" rel=\"noreferrer noopener\">@newhitlist\u003c/a>\u003cbr />Angelina - @angelinaonair\u003cbr />","startDate":1719251748000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ExOTllNTkwMWIzY2YwOWIwNzkwZTRmZDRmZTIzYzY0LmpwZw"},{"id":164193047,"podcastId":127374761,"podcastSlug":"1248-the-new-hit-list","title":"DJO Talks Influences, Making of 'End of Beginning', Touring & More!","duration":501,"isExplicit":false,"description":"DJO joined Angelina via zoom to talk about his latest hit 'End of Beginning'. He lists influences and the process of making his new album. We hope to see him in the Bay Area soon on tour!\u003cbr />\u003cbr />The New Hit List, #1 for New Music Discovery! Listen weeknights at 11PM on your favorite iHeartRadio station! #NewHitList\u003cbr />\u003cbr />FOLLOW US:\u003cbr />Instagram - https://www.instagram.com/newhitlist\u003cbr />Twitter - https://twitter.com/NewHitList\u003cbr />TikTok - https://www.tiktok.com/@newhitlist\u003cbr />Angelina - @angelinaonair\u003cbr />iHeartRadio - @iHeartRadio","startDate":1712067404000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ExOTllNTkwMWIzY2YwOWIwNzkwZTRmZDRmZTIzYzY0LmpwZw"},{"id":158122560,"podcastId":127374761,"podcastSlug":"1248-the-new-hit-list","title":"Knox Talks Transition From Writer To Singer, Going Viral On TikTok, 'Not The 1975' & More!","duration":986,"isExplicit":false,"description":"Knox came by the studio to talk to Angelina about his single 'Not The 1975'! He has been going viral on TikTok and is ready to go on tour! Knox is working on a lot of new music for fans so stay tuned!\u003cbr />\u003cbr />The New Hit List, #1 for New Music Discovery! Listen weeknights at 11PM on your favorite iHeartRadio station! \u003ca href=\"https://www.youtube.com/hashtag/newhitlist\" target=\"_blank\" rel=\"noreferrer noopener\">#NewHitList\u003c/a>","startDate":1710177557000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ExOTllNTkwMWIzY2YwOWIwNzkwZTRmZDRmZTIzYzY0LmpwZw"},{"id":158122561,"podcastId":127374761,"podcastSlug":"1248-the-new-hit-list","title":"Alicia Creti Talks New Music, New EP, Touring & More!","duration":724,"isExplicit":false,"description":"Alicia Creti joined Angelina in the studio to talk about her first tour! She's so excited to be opening up for Mahalia, her EP and all the new music coming soon!\u003cbr />\u003cbr />The New Hit List, #1 for New Music Discovery! Listen on weeknights at 11PM on your favorite iHeartRadio station! \u003ca href=\"https://www.youtube.com/hashtag/newhitlist\" target=\"_blank\" rel=\"noreferrer noopener\">#NewHitList\u003c/a>","startDate":1710177444000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ExOTllNTkwMWIzY2YwOWIwNzkwZTRmZDRmZTIzYzY0LmpwZw"},{"id":158116283,"podcastId":127374761,"podcastSlug":"1248-the-new-hit-list","title":"Victoria Monet Talks Making of 'On My Mama', Grammy's, New Music Coming & More!","duration":786,"isExplicit":false,"description":"Victoria Monet joined Angelina via zoom to talk about her recent Grammy wins, making new music, and more!","startDate":1710175433000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ExOTllNTkwMWIzY2YwOWIwNzkwZTRmZDRmZTIzYzY0LmpwZw"},{"id":158116284,"podcastId":127374761,"podcastSlug":"1248-the-new-hit-list","title":"Benson Boone Talks New Single 'Beautiful Things', Going On Tour, Valentines Day & More!","duration":761,"isExplicit":false,"description":"Benson Boone joined Crystal Rosas via Zoom to talk about his latest single 'Beautiful Things'. He has been getting a lot of positive reactions from it and is getting ready to do a world tour!\u003cbr />\u003cbr />The New Hit List, #1 for New Music Discovery! Listen weeknights at 11PM on your favorite iHeartRadio station! \u003ca href=\"https://www.youtube.com/hashtag/newhitlist\" target=\"_blank\" rel=\"noreferrer noopener\">#NewHitList\u003c/a>","startDate":1710175271000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ExOTllNTkwMWIzY2YwOWIwNzkwZTRmZDRmZTIzYzY0LmpwZw"},{"id":158114554,"podcastId":127374761,"podcastSlug":"1248-the-new-hit-list","title":"Sofia Carson Talks Single 'I Hope You Know', Possible Tour, Purple Hearts Sequel & More!","duration":412,"isExplicit":false,"description":"Sofia Carson joined Angelina via zoom to talk about her song 'I Hope You Know' and the message she has for women around the world. She also said there is a possibility for a Purple Hearts sequel AND has a tour coming! We are so excited to always talk to Sophia Carson and can't wait to see what she has ready for fans this year.\u003cbr />\u003cbr />The New Hit List, #1 for New Music Discovery! Listen weeknights at 11PM on your favorite iHeartRadio station! \u003ca href=\"https://www.youtube.com/hashtag/newhitlist\" target=\"_blank\" rel=\"noreferrer noopener\">#NewHitList\u003c/a>","startDate":1710174357000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ExOTllNTkwMWIzY2YwOWIwNzkwZTRmZDRmZTIzYzY0LmpwZw"}]}}]}],["item-eyebrow-/6824eacf6044a21e146be1ea",{"data":{"name":"music-news","source":{"id":null,"display_name":"Music News","description":null,"source_name":null,"type":"user"},"displayName":"Music News"}}],["item-eyebrow-/6824e0e3f892ed465a0de4f6",{"data":{"name":"sports","source":{"id":null,"display_name":"Sports","description":null,"source_name":null,"type":"user"},"displayName":"Sports"}}],["item-eyebrow-/6824a09185ab297b254fa37b",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["item-eyebrow-/68249f64182d52df1294df9b",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["item-eyebrow-/6824d457f96224674fc3cd53",{"data":{"name":"national-news","source":{"id":null,"display_name":"National News","description":null,"source_name":null,"type":"user"},"displayName":"National News"}}],["item-eyebrow-/6824abdd059f18959c9d003a",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["item-eyebrow-/68249fd13807855d902d23d5",{"data":null}],["item-eyebrow-/6824d352dbdba71790606888",{"data":null}],["item-eyebrow-/6824c074d22ceaaabb0232c8",{"data":null}],["item-eyebrow-/6824affe02b439878a7f958b",{"data":null}],["item-eyebrow-/68249adc3c1771c5d5217b6b",{"data":null}],["item-eyebrow-/682459cccb717e0b8d9c954b",{"data":{"name":"community","source":{"id":null,"display_name":"Community","description":null,"source_name":null,"type":"user"},"displayName":"Community"}}],["item-eyebrow-/6810bff3c5ff0f6e380d25ee",{"data":{"name":"community","source":{"id":null,"display_name":"Community","description":null,"source_name":null,"type":"user"},"displayName":"Community"}}],["item-eyebrow-/673cbe3f55928d3280c002ab",{"data":{"name":"concerts","source":{"id":null,"display_name":"Concerts","description":null,"source_name":null,"type":"user"},"displayName":"Concerts"}}],["item-eyebrow-/674db7f4ab05f2a3660b7870",{"data":{"name":"concerts","source":{"id":null,"display_name":"Concerts","description":null,"source_name":null,"type":"user"},"displayName":"Concerts"}}],["item-eyebrow-/68249add3c1771c5d5217b6c",{"data":null}],["keyword-contest-loader-wlan-fm-1759062",{"data":{"appType":"countdown","appId":"1759756","title":"Listen to Win $1,000","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":"8","timeStamp":1747256108,"endTime":1747259754,"isComplete":true,"isLive":false,"isStarted":true,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13459018","prize":{"timeStamp":1747195200,"endTime":1747281600,"sort":"30","active":"","description":"","countdown_prize_id":"1157117","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":"0","timeStamp":1747313700,"endTime":1747317346,"isComplete":false,"isLive":false,"isStarted":false,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13459023","prize":{"timeStamp":1747281600,"endTime":1747368000,"sort":"31","active":"","description":"","countdown_prize_id":"1157118","isStarted":true,"isLive":true,"isComplete":false}}}}}]],"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","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","WEATHER_BASE_URI":"https://api.weather.com/v3/wx","RUBICON_BIDDING_LIBRARY":"https://ads.rubiconproject.com/prebid/16442_iHeart_DM_US.js","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","PARSELY_LIBRARY":"//cdn.parsely.com/keys/%%HOSTNAME%%/p.js","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":"%2F6824ac3f6870051cc5eb6880","type":"PUBLISHING","record":{"ref_id":"%2F6824ac3f6870051cc5eb6880","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"4695ab9c-f375-488d-9ace-2fd0021ddf13","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/117810/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/117810/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/117810/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/117810/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824b26abc3c60e780302932","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/kesha-117810/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"117810\" data-catalog-related-id=\"\">\u003cstrong>Kesha\u003c/strong>\u003c/a> first splashed on to the scene with her 2009 debut single "TiK ToK" and while the song became a hit and a favorite on the party scene, she is now confessing to once thinking the song was "too dumb" to release.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-18-kesha-reveals-moment-she-knew-she-was-going-to-end-secret-engagement/\" target=\"_blank\">The "Joyride" singer\u003c/a> recently appeared on \u003cem>The Jennifer Hudson Show\u003c/em> where she shared behind-the-scenes details of writing the popular track and admitted to host \u003ca href=\"https://www.iheart.com/artist/jennifer-hudson-118117/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"118117\" data-catalog-related-id=\"\">\u003cstrong>Jennifer Hudson\u003c/strong>\u003c/a> that she did not believe it would become as successful as it did, per \u003ca href=\"https://people.com/kesha-thought-tik-tok-was-too-dumb-to-release-11733864\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>. \u003c/p>\n\n\u003cp>"When I was writing 'TiK ToK,' it was weird, because the dumber it got, the better it got," she said. "Which was confusing, because I like to think of myself as a fairly intelligent human being. But it just got dumber and dumber and better and better."\u003c/p>\n\n\u003cp>Kesha followed her instinct and ended up with single that has \u003ca href=\"https://www.iheart.com/content/2024-08-07-kesha-reveals-plans-for-permanent-change-to-one-of-her-biggest-hits/\" target=\"_blank\">proved to have lasting power\u003c/a>, going on to become a top-charting track and get certified 12 times platinum by the Recording Industry Association of America (RIAA). \u003c/p>\n\n\u003cp>"When I listened to the final product, I was like, 'This is too dumb.' And it's like 1.5 billion streams at this point," she said.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-16-kesha-reacts-to-old-photos-of-herself-shouldnt-have-left-the-house/\" target=\"_blank\">The "Yippee-Ki-Yay" musician\u003c/a> noted how different the writing process for "TiK ToK" was compared to what she learned growing up from her songwriter mom, \u003cstrong>Pebe Sebert\u003c/strong>, who co-wrote \u003ca href=\"https://www.iheart.com/artist/dolly-parton-2614/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"2614\" data-catalog-related-id=\"\">\u003cstrong>Dolly Parton\u003c/strong>\u003c/a>'s 1980 song "Old Flames Can't Hold a Candle to You."\u003c/p>\n\n\u003cp>"I would come home from school, and I'd be like, 'Mom, this boy was mean to me,' and she'd be like, 'Write a song about it,'" she said. "It was, like, how we dealt with everything as a family."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release/","cuser":"user/ldap/1129327","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/Kesha","keywords/TiK ToK","keywords/The Jennifer Hudson Show"],"primary_image":{"bucket":"new_assets","id":"%2F6824b26abc3c60e780302932"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1747255860000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","social_title":"","summary":"\"The dumber it got, the better it got...\"","targets":[{"categories":["categories/music-news"],"distribution":["artists/Kesha (36716636)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kesha Shares Which Song She Thought Was 'Too Dumb' To Release","permalink":"https://fm97.iheart.com/content/2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release/"},"slug":"2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824b26abc3c60e780302932","title":"Kesha Shares Which Song She Thought Was 'Too Dumb' To Release","description":"\"The dumber it got, the better it got...\"","author":"Sarah Tate"},"pub_start":1747255860000,"pub_until":4115978604802,"pub_changed":1747256269892,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/music-news","artists/Kesha (36716636)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824ac3f6870051cc5eb6880","slug:2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","slug:2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","keyword:keywords/Kesha","keyword:keywords/TiK ToK","keyword:keywords/The Jennifer Hudson Show","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":"%2F6824ac3f6870051cc5eb6880","type":"PUBLISHING","record":{"ref_id":"%2F6824ac3f6870051cc5eb6880","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"4695ab9c-f375-488d-9ace-2fd0021ddf13","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/117810/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/117810/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/117810/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/117810/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824b26abc3c60e780302932","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/kesha-117810/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"117810\" data-catalog-related-id=\"\">\u003cstrong>Kesha\u003c/strong>\u003c/a> first splashed on to the scene with her 2009 debut single "TiK ToK" and while the song became a hit and a favorite on the party scene, she is now confessing to once thinking the song was "too dumb" to release.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-18-kesha-reveals-moment-she-knew-she-was-going-to-end-secret-engagement/\" target=\"_blank\">The "Joyride" singer\u003c/a> recently appeared on \u003cem>The Jennifer Hudson Show\u003c/em> where she shared behind-the-scenes details of writing the popular track and admitted to host \u003ca href=\"https://www.iheart.com/artist/jennifer-hudson-118117/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"118117\" data-catalog-related-id=\"\">\u003cstrong>Jennifer Hudson\u003c/strong>\u003c/a> that she did not believe it would become as successful as it did, per \u003ca href=\"https://people.com/kesha-thought-tik-tok-was-too-dumb-to-release-11733864\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>. \u003c/p>\n\n\u003cp>"When I was writing 'TiK ToK,' it was weird, because the dumber it got, the better it got," she said. "Which was confusing, because I like to think of myself as a fairly intelligent human being. But it just got dumber and dumber and better and better."\u003c/p>\n\n\u003cp>Kesha followed her instinct and ended up with single that has \u003ca href=\"https://www.iheart.com/content/2024-08-07-kesha-reveals-plans-for-permanent-change-to-one-of-her-biggest-hits/\" target=\"_blank\">proved to have lasting power\u003c/a>, going on to become a top-charting track and get certified 12 times platinum by the Recording Industry Association of America (RIAA). \u003c/p>\n\n\u003cp>"When I listened to the final product, I was like, 'This is too dumb.' And it's like 1.5 billion streams at this point," she said.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-16-kesha-reacts-to-old-photos-of-herself-shouldnt-have-left-the-house/\" target=\"_blank\">The "Yippee-Ki-Yay" musician\u003c/a> noted how different the writing process for "TiK ToK" was compared to what she learned growing up from her songwriter mom, \u003cstrong>Pebe Sebert\u003c/strong>, who co-wrote \u003ca href=\"https://www.iheart.com/artist/dolly-parton-2614/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"2614\" data-catalog-related-id=\"\">\u003cstrong>Dolly Parton\u003c/strong>\u003c/a>'s 1980 song "Old Flames Can't Hold a Candle to You."\u003c/p>\n\n\u003cp>"I would come home from school, and I'd be like, 'Mom, this boy was mean to me,' and she'd be like, 'Write a song about it,'" she said. "It was, like, how we dealt with everything as a family."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release/","cuser":"user/ldap/1129327","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/Kesha","keywords/TiK ToK","keywords/The Jennifer Hudson Show"],"primary_image":{"bucket":"new_assets","id":"%2F6824b26abc3c60e780302932"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1747255860000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","social_title":"","summary":"\"The dumber it got, the better it got...\"","targets":[{"categories":["categories/music-news"],"distribution":["artists/Kesha (36716636)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kesha Shares Which Song She Thought Was 'Too Dumb' To Release","permalink":"https://fm97.iheart.com/content/2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release/"},"slug":"2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824b26abc3c60e780302932","title":"Kesha Shares Which Song She Thought Was 'Too Dumb' To Release","description":"\"The dumber it got, the better it got...\"","author":"Sarah Tate"},"pub_start":1747255860000,"pub_until":4115978604802,"pub_changed":1747256269892,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/music-news","artists/Kesha (36716636)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824ac3f6870051cc5eb6880","slug:2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","slug:2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","keyword:keywords/Kesha","keyword:keywords/TiK ToK","keyword:keywords/The Jennifer Hudson Show","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":["fm97","fm-97","wlanfm","wlan-fm"],"genre":["top 40 & pop"],"format":"CHRPOP"},"analytics":{"pageName":"home","view":{"asset":{"id":"","name":""},"filter":{"name":"","type":""},"authorId":"","pubDate":"","contentOrigin":"","contentOriginType":"","contentFrame":"page","stationCallLetter":"WLAN-FM","stationFormat":"CHRPOP","stationMarket":"READING-PA","stationMicrosite":"","tags":["fm97","fm-97","wlanfm","wlan-fm"],"topics":[],"contentId":"","personalityId":"","photoGalleryExists":"false","photoGalleryPageView":"false"},"device":{"host":"local.inferno.us","subHost":"fm97.iheart.com","path":"/"},"querystring":{"sc":"dnsredirect","cid":"","keyid":"","pname":"wlan.com","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":"#dd0d86","type":"meta"}],["shortcut icon",{"value":"https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?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/6732540777ede8b479ef55cf?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":"FM97 WLAN - Lancaster's #1 Hit Music Station","type":"title"}],["meta-property-og:title",{"attrName":"property","name":"og:title","value":"FM97 WLAN - Lancaster's #1 Hit Music Station","type":"meta"}],["meta-property-twitter:title",{"attrName":"property","name":"twitter:title","value":"FM97 WLAN - Lancaster's #1 Hit Music Station","type":"meta"}],["meta-itemProp-name",{"attrName":"itemProp","name":"name","value":"FM97 WLAN - Lancaster's #1 Hit Music Station","type":"meta"}],["meta-name-parsely-title",{"attrName":"name","name":"parsely-title","value":"FM97 WLAN - Lancaster's #1 Hit Music Station","type":"meta"}],["meta-name-description",{"attrName":"name","name":"description","value":"No te pierdas de lo último en FM97 WLAN, Lancaster's #1 Hit Music Station","type":"meta"}],["meta-property-og:description",{"attrName":"property","name":"og:description","value":"No te pierdas de lo último en FM97 WLAN, Lancaster's #1 Hit Music Station","type":"meta"}],["meta-property-twitter:description",{"attrName":"property","name":"twitter:description","value":"No te pierdas de lo último en FM97 WLAN, Lancaster's #1 Hit Music Station","type":"meta"}],["meta-itemProp-description",{"attrName":"itemProp","name":"description","value":"No te pierdas de lo último en FM97 WLAN, Lancaster's #1 Hit Music Station","type":"meta"}],["meta-name-keywords",{"attrName":"name","name":"keywords","value":"fm97, fm 97, wlanfm, wlan fm","type":"meta"}],["meta-name-parsely-tags",{"attrName":"name","name":"parsely-tags","value":"fm97, fm 97, wlanfm, wlan fm","type":"meta"}],["meta-property-og:url",{"attrName":"property","name":"og:url","value":"https://fm97.iheart.com/","type":"meta"}],["meta-property-twitter:url",{"attrName":"property","name":"twitter:url","value":"https://fm97.iheart.com/","type":"meta"}],["meta-itemProp-url",{"attrName":"itemProp","name":"url","value":"https://fm97.iheart.com/","type":"meta"}],["meta-name-parsely-link",{"attrName":"name","name":"parsely-link","value":"https://fm97.iheart.com/","type":"meta"}],["image_src",{"value":"https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"link","rel":"image_src"}],["meta-name-thumbnail",{"attrName":"name","name":"thumbnail","value":"https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["meta-property-og:image",{"attrName":"property","name":"og:image","value":"https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(1200,675),quality(65)","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/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["meta-name-parsely-image-url",{"attrName":"name","name":"parsely-image-url","value":"https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["meta-itemProp-image",{"attrName":"itemProp","name":"image","value":"https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["meta-name-msapplication-TileImage",{"attrName":"name","name":"msapplication-TileImage","value":"https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["pagemap",{"value":"https://i.iheart.com/v3/re/assets.brands/6732540777ede8b479ef55cf?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"pagemap"}],["meta-property-og:type",{"attrName":"property","name":"og:type","value":"website","type":"meta"}],["meta-name-parsely-type",{"attrName":"name","name":"parsely-type","value":"sectionpage","type":"meta"}],["meta-property-twitter:card",{"attrName":"property","name":"twitter:card","value":"Summary","type":"meta"}],["meta-property-twitter:site",{"attrName":"property","name":"twitter:site","value":"@fm97","type":"meta"}],["meta-property-twitter:creator",{"attrName":"property","name":"twitter:creator","value":"@fm97","type":"meta"}],["canonical",{"value":"https://fm97.iheart.com/","type":"link","rel":"canonical"}],["meta-property-twitter:domain",{"attrName":"property","name":"twitter:domain","value":"fm97.iheart.com","type":"meta"}],["meta-property-og:site_name",{"attrName":"property","name":"og:site_name","value":"FM97 WLAN","type":"meta"}],["meta-name-application-name",{"attrName":"name","name":"application-name","value":"FM97 WLAN","type":"meta"}],["meta-property-fb:app_id",{"attrName":"property","name":"fb:app_id","value":"221093168001354","type":"meta"}],["meta-name-google-site-verification",{"attrName":"name","name":"google-site-verification","value":"p2FWrUKxtwBmQgHV4CjD80oKdZZBjmMNByoWvZMsYso","type":"meta"}],["meta-name-parsely-section",{"attrName":"name","name":"parsely-section","value":"topic","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:/1961cf1024e4d03c48ff19d52c0642b3/inferno","SM6.0:config-m:/4d2cff542a61d270ed310c66b3e41364/inferno","SM6.0:config-m:/5ae23df1325a0cf64c64492b/inferno","SM6.0:config-m:/5b4e334d4a40f049c0e414d1/inferno","SM6.0:config-m:/6144d4885714c1897c62a0653b7332e5/inferno","SM6.0:config-m:/dbd1d43b72b1add72d579a1e204d96f4/inferno","SM6.0:config-m:/eaab4dec9fe6086ed058dcff3dc53417/inferno","SM6.0:index-m","SM6.0:index-m:/1961cf1024e4d03c48ff19d52c0642b3","SM6.0:index-m:/4d2cff542a61d270ed310c66b3e41364","SM6.0:index-m:/5ae23df1325a0cf64c64492b","SM6.0:index-m:/5b4e334d4a40f049c0e414d1","SM6.0:index-m:/6144d4885714c1897c62a0653b7332e5","SM6.0:index-m:/dbd1d43b72b1add72d579a1e204d96f4","SM6.0:index-m:/eaab4dec9fe6086ed058dcff3dc53417","TAXO/calendar-categories","TAXO/calendar-categories%2Fcommunity","TAXO/calendar-categories%2Fconcerts","TAXO/calendar-categories%2Fentertainment","TAXO/calendar-categories%2Fholiday","TAXO/calendar-categories%2Fsports","TAXO/calendar-categories%2Fstation-events","TAXO/countries","TAXO/countries%2FUS","TAXO/locales","TAXO/locales%2Fen-US","TAXO/providers","TAXO/providers%2FClear%20Channel","TAXO/resource","app/sites","app/sites/20250416150349","app/streams","app/streams/20241212172159","app/taxonomy","app/taxonomy/20250401143015","streams","streams/2776","webapi","webapi-v4:name-tag2","webapi-v4:name-tag2:3972b6d964263c9e88e14bda918d391c","webapi-v4:name-tag2:604935271ce985e0afdeaa3e84ea2624","webapi-v4:name-tag2:6b7546054ec2d1882de0efd57550edcc","webapi-v4:name-tag2:6c98d77af4f9144ae917118891e932a6","webapi-v4:name-tag2:800d044ac142c03d50a31561d16e1174","webapi-v4:name-tag2:83ede377edbead7b35430d09202bbbc3","webapi-v4:name-tag2:cf46219ecab797ec962a85c7b9b7c511","webapi-v4:name-tag2:d1227546af3d8b7eed107e00032bbf98","webapi-v4:sites","webapi-v4:sites:f64853f3b12b59436fdfc4c9ee07de16","webapi-v4:stream-site-brand","webapi-v4:stream-site-brand:877644ac32f18e9b99f69a5bf68f2c20","domain/fm97.iheart.com","PS:content","PS:content:listing","PS:datasource","PS:datasource:/6196653f1e5a545b4a613431","PS:datasource:/61c23be94dc616a9138ddb3b","PS:datasource:/627ab2e784db215fa1665e07","PS:leads","PS:leads:/6564e724c8267e86f05332f2","PS:leads:/67b8f4a3e072eb3303429080","PS:leads:/67ffb335da50665248cd41bf","PS:leads:/681ca684c2819cc94d39b532","PS:subscription","PS:subscription:7ef1e58fdb593fe12ccee97bc94a3cef","PS:subscription:934a09cd42aa57fcf2c392b51ae01c5a","SM6.0:datasource-leads","SM6.0:datasource-leads:06acd375cdd1fd98757c9edb4ec3ebd7","SM6.0:datasource-leads:2b21767bf860bcff22c54dda34e7b8e9","SM6.0:datasource-leads:4d3fd12ff2738f838a7a9fe3d3251c03","SM6.0:datasource-leads:83145206be13ebe1cf58283c22c202d4","SM6.0:datasource-leads:eefb4b092232c678fc99bdebd5a6df48","SM6.0:datasource-leads:f9a4a3484f3fbc959144049d25d9aaca","SM6.0:datasource-publishing","SM6.0:datasource-publishing:4b4593a67ff2f07bc99b698f08a396a0","SM6.0:datasource-publishing:5d1cdc53b97056ad5a53997871b2a5f4","SM6.0:datasource-publishing:75334213fd5a755b32ec34708b579d94","SM6.0:datasource-publishing:d175663e13e5212934d50005322fc49c","SM6.0:datasource-publishing:da65eaaa8202c399e9c05c679cf5cb7d","SM6.0:site-streams","SM6.0:site-streams:877644ac32f18e9b99f69a5bf68f2c20","app/calendar-feed-service","app/calendar-feed-service/20230817200206","app/leads","app/leads/20230817200131","app/pubsub","app/pubsub/20250107181532","sites","webapi-v4:sites:62e5f6f4cf8cc7b7b2da50172f153ef5","aptivada","vtype/generic_full","vname/home","ihr-amp"],"ttls":{"cdn":900,"browser":900}},"adPlacements":[],"request":{"protocol":"https","hostname":"fm97.iheart.com","path":"/","query":{"pname":"wlan.com","sc":"dnsredirect"},"params":{},"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"},"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":"%2F6824ac3f6870051cc5eb6880","type":"PUBLISHING","record":{"ref_id":"%2F6824ac3f6870051cc5eb6880","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"4695ab9c-f375-488d-9ace-2fd0021ddf13","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/117810/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/117810/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/117810/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/117810/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824b26abc3c60e780302932","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/kesha-117810/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"117810\" data-catalog-related-id=\"\">\u003cstrong>Kesha\u003c/strong>\u003c/a> first splashed on to the scene with her 2009 debut single "TiK ToK" and while the song became a hit and a favorite on the party scene, she is now confessing to once thinking the song was "too dumb" to release.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-18-kesha-reveals-moment-she-knew-she-was-going-to-end-secret-engagement/\" target=\"_blank\">The "Joyride" singer\u003c/a> recently appeared on \u003cem>The Jennifer Hudson Show\u003c/em> where she shared behind-the-scenes details of writing the popular track and admitted to host \u003ca href=\"https://www.iheart.com/artist/jennifer-hudson-118117/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"118117\" data-catalog-related-id=\"\">\u003cstrong>Jennifer Hudson\u003c/strong>\u003c/a> that she did not believe it would become as successful as it did, per \u003ca href=\"https://people.com/kesha-thought-tik-tok-was-too-dumb-to-release-11733864\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>. \u003c/p>\n\n\u003cp>"When I was writing 'TiK ToK,' it was weird, because the dumber it got, the better it got," she said. "Which was confusing, because I like to think of myself as a fairly intelligent human being. But it just got dumber and dumber and better and better."\u003c/p>\n\n\u003cp>Kesha followed her instinct and ended up with single that has \u003ca href=\"https://www.iheart.com/content/2024-08-07-kesha-reveals-plans-for-permanent-change-to-one-of-her-biggest-hits/\" target=\"_blank\">proved to have lasting power\u003c/a>, going on to become a top-charting track and get certified 12 times platinum by the Recording Industry Association of America (RIAA). \u003c/p>\n\n\u003cp>"When I listened to the final product, I was like, 'This is too dumb.' And it's like 1.5 billion streams at this point," she said.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-16-kesha-reacts-to-old-photos-of-herself-shouldnt-have-left-the-house/\" target=\"_blank\">The "Yippee-Ki-Yay" musician\u003c/a> noted how different the writing process for "TiK ToK" was compared to what she learned growing up from her songwriter mom, \u003cstrong>Pebe Sebert\u003c/strong>, who co-wrote \u003ca href=\"https://www.iheart.com/artist/dolly-parton-2614/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"2614\" data-catalog-related-id=\"\">\u003cstrong>Dolly Parton\u003c/strong>\u003c/a>'s 1980 song "Old Flames Can't Hold a Candle to You."\u003c/p>\n\n\u003cp>"I would come home from school, and I'd be like, 'Mom, this boy was mean to me,' and she'd be like, 'Write a song about it,'" she said. "It was, like, how we dealt with everything as a family."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release/","cuser":"user/ldap/1129327","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/Kesha","keywords/TiK ToK","keywords/The Jennifer Hudson Show"],"primary_image":{"bucket":"new_assets","id":"%2F6824b26abc3c60e780302932"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1747255860000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","social_title":"","summary":"\"The dumber it got, the better it got...\"","targets":[{"categories":["categories/music-news"],"distribution":["artists/Kesha (36716636)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kesha Shares Which Song She Thought Was 'Too Dumb' To Release","permalink":"https://fm97.iheart.com/content/2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release/"},"slug":"2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824b26abc3c60e780302932","title":"Kesha Shares Which Song She Thought Was 'Too Dumb' To Release","description":"\"The dumber it got, the better it got...\"","author":"Sarah Tate"},"pub_start":1747255860000,"pub_until":4115978604802,"pub_changed":1747256269892,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/music-news","artists/Kesha (36716636)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824ac3f6870051cc5eb6880","slug:2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","slug:2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","keyword:keywords/Kesha","keyword:keywords/TiK ToK","keyword:keywords/The Jennifer Hudson Show","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":"%2F681ca684c2819cc94d39b532","type":"LEADS","record":{"title":"THE FM97 LITTLE BLACK DRESS PARTY PRESENTED BY NOCA ","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/681ca5c0772794ea77903072","img_meta":{"base_id":"%2F681ca5c0772794ea77903072","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"https://fm97.iheart.com/content/2025-05-05-the-fm97-little-black-dress-party-presented-by-noca/","web":"https://fm97.iheart.com/content/2025-05-05-the-fm97-little-black-dress-party-presented-by-noca/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F67ffb335da50665248cd41bf","type":"LEADS","record":{"title":"Listen For Your Chance To Win!","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67fcefd79a35e0b261210299","img_meta":{"base_id":"%2F67fcefd79a35e0b261210299","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"","web":"/promotions/listen-to-win-1-000-1759062/"},"name":"","description":""},"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}},{"id":"%2F6564e724c8267e86f05332f2","type":"LEADS","record":{"title":"Listen to Sabrina Carpenter & More For Free","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/6813d0c983087d3ebcf9e26b","img_meta":{"base_id":"%2F6813d0c983087d3ebcf9e26b","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"ihr://play/custom/artist/553828","web":"https://www.iheart.com/artist/sabrina-carpenter-553828/?autoplay=true"},"name":"Sabrina Carpenter","description":""},"use_catalog_image":false,"catalog":{"name":"Sabrina Carpenter","id":"553828","kind":"artist","country":null}}}],"resume":{"id":"ID:promotions-feed","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IjRZUE0xIjoyfSwiZW5kcyI6eyJQVG9PSyI6LTEsIkpBclJOIjoxLCJ3bWVOSyI6LTF9fQ==","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":"%2F6824f4ca4780dcb26d30b34e","type":"PUBLISHING","record":{"ref_id":"%2F6824f4ca4780dcb26d30b34e","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"37705692-ad56-4e63-b743-75ed49967ad5","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/42340/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/42340/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/42340/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/42340/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824f5f54780dcb26d30b359","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/demi-lovato-42340/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"42340\" data-catalog-related-id=\"\">Demi Lovato\u003c/a>'s wedding is allegedly just around the corner! \u003c/p>\n\n\u003cp>Sources close to the "Heart Attack" hitmaker recently told \u003ca href=\"https://www.tmz.com/2025/05/14/demi-lovato-getting-married-memorial-day-weekend/\" target=\"_blank\">\u003cem>TMZ\u003c/em>\u003c/a> that Lovato and fiancé \u003cstrong>Jordan Lutes\u003c/strong>, whom she nervously \u003ca href=\"https://www.iheart.com/content/2023-09-11-demi-lovato-reveals-how-she-met-boyfriend-jutes-i-was-so-nervous/\" target=\"_blank\">met during a jam session\u003c/a> in 2022, plan to say "I do" over Memorial Day weekend. \u003c/p>\n\n\u003cp>The songstress announced they were engaged in December 2023, and marked the special occasion with a \u003ca href=\"https://www.instagram.com/p/C09puglvQVV/?utm_source=ig_embed&utm_campaign=loading&img_index=1\" target=\"_blank\">photo from the proposal\u003c/a> and a photo of her massive diamond engagement ring. Both Jutes and Lovato wore black leather jackets and big smiles when they said yes to forever. \u003c/p>\n\n\u003cp>The "Cool for the Summer" star remarked on how happy they were in the caption, citing disbelief that she gets to "marry the love of my life." \u003c/p>\n\n\u003cblockquote>"I’m still speechless 🥹🥹 last night was the best night of my life and I can’t believe I get to marry the love of my life @jutesmusic..My love, I’m beyond excited to marry you.. Every day I’ve spent with you has been a dream come true and I can’t wait to love and cherish you forever. Here’s to the rest of our lives. I love you baby."\u003c/blockquote>\n\n\u003cp>In \u003ca href=\"https://youtu.be/CLAXa1CW7xU\" target=\"_blank\">September 2024\u003c/a>, Lovato told talk show host \u003cstrong>Jimmy Fallon\u003c/strong> that she wants the process of planning her wedding to be peaceful and that she will \u003ca href=\"https://www.iheart.com/content/2024-09-20-demi-lovato-reveals-the-one-thing-she-refuses-to-do-on-her-wedding-day/\" target=\"_blank\">not be performing\u003c/a> on their special day. \u003c/p>\n\n\u003cp>Information regarding where the ceremony will take place has yet to be revealed as the dynamic duo prepares for their big day! \u003c/p>\n\n\u003cp>For more on the pair's engagement, read \u003ca href=\"https://www.iheart.com/content/2023-12-17-demi-lovato-is-engaged-to-boyfriend-jutes-see-her-stunning-ring/\" target=\"_blank\">Demi Lovato Is Engaged To Boyfriend Jutes: See Her Stunning Ring\u003c/a>. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-heres-when-demi-lovato-is-getting-married/","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/Demi Lovato","keywords/Sources","keywords/Jordan Lutes","keywords/@jutesmusic","keywords/wedding","keywords/love","keywords/corner","keywords/songstress"],"primary_image":{"bucket":"new_assets","id":"%2F6824f5f54780dcb26d30b359"},"primary_target":{"categories":["categories/entertainment-news","categories/music-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1747253700000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-heres-when-demi-lovato-is-getting-married","social_title":"","summary":"Sources close to the star revealed that they plan to tie the knot on...","targets":[{"categories":["categories/music-news","categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/entertainment-news","categories/music-news"],"distribution":["artists/Demi Lovato (42340)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Here's When Demi Lovato Is Getting Married","permalink":"https://fm97.iheart.com/content/2025-05-14-heres-when-demi-lovato-is-getting-married/"},"slug":"2025-05-14-heres-when-demi-lovato-is-getting-married","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824f5f54780dcb26d30b359","title":"Here's When Demi Lovato Is Getting Married","description":"Sources close to the star revealed that they plan to tie the knot on...","author":"Logan DeLoye"},"pub_start":1747253700000,"pub_until":4115978604802,"pub_changed":1747254296129,"subscription":[{"tags":["categories/entertainment-news","categories/music-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/music-news","categories/entertainment-news","brands/iHeartRadio"]},{"tags":["categories/entertainment-news","categories/music-news","artists/Demi Lovato (42340)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824f4ca4780dcb26d30b34e","slug:2025-05-14-heres-when-demi-lovato-is-getting-married","slug:2025-05-14-heres-when-demi-lovato-is-getting-married","keyword:keywords/Demi Lovato","keyword:keywords/Sources","keyword:keywords/Jordan Lutes","keyword:keywords/@jutesmusic","keyword:keywords/wedding","keyword:keywords/love","keyword:keywords/corner","keyword:keywords/songstress","author:user"]}},{"id":"%2F6824f0a2f068c715817c082b","type":"PUBLISHING","record":{"ref_id":"%2F6824f0a2f068c715817c082b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"87293b67-d18c-40ad-9b9a-40c197b1cfe3","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Tony M. Centeno","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/playlist/the-beat-playlist-312064750-LBNx1Xf8YsZiuvS812rzqn/?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/playlist/the-beat-playlist-312064750-LBNx1Xf8YsZiuvS812rzqn/?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/playlist/the-beat-playlist-312064750-LBNx1Xf8YsZiuvS812rzqn/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/playlist/the-beat-playlist-312064750-LBNx1Xf8YsZiuvS812rzqn/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824f83df068c715817c0879","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/tory-lanez-30931995/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"30931995\" data-catalog-related-id=\"\">\u003cstrong>Tory Lanez's\u003c/strong>\u003c/a> attorneys have revealed new information that suggests \u003ca href=\"https://www.iheart.com/content/2024-03-05-kelsey-harris-has-ptsd-after-tory-lanez-shooting-my-pain-does-matter/\" data-content-id=\"/65e7581c9da36c5272a88b80\">\u003cstrong>Kelsey Harris\u003c/strong>\u003c/a> was the one who shot \u003ca href=\"https://www.iheart.com/artist/megan-thee-stallion-31819286/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"31819286\" data-catalog-related-id=\"\">\u003cstrong>Megan Thee Stallion\u003c/strong>\u003c/a> in 2020. \u003cbr />\u003cbr />On Wednesday, May 14, the Toronto artist's legal team and his management held a press conference in Los Angeles regarding their plan to ask the government to pardon or commute the sentence of Tory Lanez, born Daystar Peterson. While at the podium, lead consultant Walter Roberts explained that his team was approached by a man named Bradley James, who worked as Harris' bodyguard during Peterson's trial in 2022. James claimed he was able to hear conversations between Harris, her husband and others. \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%2FAlphamediaroom%2Fstatus%2F1922734276539293810","@url":"https://x.com/Alphamediaroom/status/1922734276539293810","author_name":"Alpha Media Room","author_url":"https://twitter.com/Alphamediaroom","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Tory Lanez’s legal team presents shocking new evidence—Kelsey Harris’ ex-bodyguard claims Kelsey Harris allegedly shot Megan Thee Stallion — not Tory Lanez \u003ca href=\"https://t.co/m1y9sD4Eis\">pic.twitter.com/m1y9sD4Eis\u003c/a>\u003c/p>— Alpha Media Room (@Alphamediaroom) \u003ca href=\"https://twitter.com/Alphamediaroom/status/1922734276539293810?ref_src=twsrc%5Etfw\">May 14, 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/Alphamediaroom/status/1922734276539293810","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Tory Lanez’s legal team presents shocking new evidence—Kelsey Harris’ ex-bodyguard claims Kelsey Harris allegedly shot Megan Thee Stallion — not Tory Lanez \u003ca href=\"https://t.co/m1y9sD4Eis\">pic.twitter.com/m1y9sD4Eis\u003c/a>\u003c/p>— Alpha Media Room (@Alphamediaroom) \u003ca href=\"https://twitter.com/Alphamediaroom/status/1922734276539293810?ref_src=twsrc%5Etfw\">May 14, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/Alphamediaroom/status/1922734276539293810"},{"html":"\u003cp>"Mr. James informed Unite The People that he was a witness to the conversation Ms. Harris had where she stated she had the gun. She fired it three times. Mr. Peterson grabbed her arm, knocked it down and the gun fired two more times. In essence, Mr. Peterson never shot anybody." \u003cbr />\u003cbr />Roberts said Peterson never touched or fired the gun. He also said the statement aligns with the testimony of witness Sean Kelly, who told the jury that he saw two women fighting and two men break up the fight. He also mentioned that police did not take DNA samples from the other potential suspects, including Harris and the driver at the time, that night. Peterson's DNA was collected, but analysts could not find his DNA on the gun. \u003cbr />\u003cbr />James reportedly told Unite The People that he wanted to speak freely about the conversation he overheard because he did not sign any non-disclosure agreements. He also claimed his conscience wouldn't let Peterson sit in prison for something he did not do. The shocking update in the case came the day after Lanez was \u003ca href=\"https://www.iheart.com/content/2025-05-13-tory-lanezs-condition-revealed-after-he-was-stabbed-14-times-in-prison/\" data-content-id=\"/68234c02c64e4e9ae962797b\">\u003cstrong>stabbed 14 times in prison\u003c/strong>\u003c/a>. \u003cbr />\u003cbr />As of this report, neither Harris nor Megan Thee Stallion has responded to the new claim from James. Watch the entire press conference \u003ca href=\"https://www.youtube.com/live/byVCWaKGCHI?si=pLGmQkDRBtaYsn9w\" target=\"_blank\">\u003cstrong>here\u003c/strong>\u003c/a>. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion/","cuser":"user/ldap/1133095","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/Tory Lanez","keywords/Megan Thee Stallion","keywords/Hip-Hop"],"primary_image":{"bucket":"new_assets","id":"%2F6824f83df068c715817c0879"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/HIPHOPRNB","formats/RNB","formats/CHRRHYTHMIC","formats/CHRPOP"]},"publish_date":1747253040000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"Kelsey Harris' Bodyguard Claims Harris Allegedly Shot Megan Thee Stallion","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion","social_title":"Kelsey Harris' Bodyguard Claims Harris Allegedly Shot Megan Thee Stallion, Not Tory Lanez","summary":"Tory Lanez's attorneys announced the shocking claim from Kelsey Harris' former bodyguard ","targets":[{"categories":["categories/music-news"],"distribution":["artists/Tory Lanez (30931995)","artists/Megan Thee Stallion (31819286)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kelsey Harris' Bodyguard Claims Harris Allegedly Shot Megan Thee Stallion","permalink":"https://fm97.iheart.com/content/2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion/"},"slug":"2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824f83df068c715817c0879","title":"Kelsey Harris' Bodyguard Claims Harris Allegedly Shot Megan Thee Stallion","description":"Tory Lanez's attorneys announced the shocking claim from Kelsey Harris' former bodyguard ","author":"Tony M. Centeno"},"pub_start":1747253040000,"pub_until":4115978604802,"pub_changed":1747253404379,"subscription":[{"tags":["categories/music-news","formats/HIPHOPRNB","formats/RNB","formats/CHRRHYTHMIC","formats/CHRPOP"]},{"tags":["categories/music-news","artists/Tory Lanez (30931995)","artists/Megan Thee Stallion (31819286)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824f0a2f068c715817c082b","slug:2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion","slug:2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion","keyword:keywords/Tory Lanez","keyword:keywords/Megan Thee Stallion","keyword:keywords/Hip-Hop","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":"%2F4d2cff542a61d270ed310c66b3e41364","slug":"elvis-duran","ownBrand":"brands/Elvis Duran (54636)","configByLookup":{"common":{"branding":{"name":"Elvis Duran","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e95c222f75c1a2ff282f500"}}}}}},{"_id":"%2F1961cf1024e4d03c48ff19d52c0642b3","slug":"dc-blog","ownBrand":"brands/DC (47754)","configByLookup":{"common":{"branding":{"name":"DC","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/6318c0473effcf9739302dfc"}}}}}},{"_id":"%2F6144d4885714c1897c62a0653b7332e5","slug":"leah-tyler","ownBrand":"brands/Leah Tyler (31673)","configByLookup":{"common":{"branding":{"name":"Leah Tyler","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/63b5ccfb7f47fc798e7705a1"}}}}}},{"_id":"%2Feaab4dec9fe6086ed058dcff3dc53417","slug":"damian-rhodes","ownBrand":"brands/Damian Rhodes (452)","configByLookup":{"common":{"branding":{"name":"Damian Rhodes","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/d2e4c8cec2420cfdf5b8f494f1e9fb8d"}}}}}},{"_id":"%2F5ae23df1325a0cf64c64492b","slug":"tino-cochino-radio","ownBrand":"brands/Tino Cochino Radio","configByLookup":{"common":{"branding":{"name":"Tino Cochino Radio","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/64122ed3afd8627feca82149"}}}}}},{"_id":"%2F5b4e334d4a40f049c0e414d1","slug":"rach-on-the-radio","ownBrand":"brands/Rach On The Radio","configByLookup":{"common":{"branding":{"name":"Rach On The Radio","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e79f346107e3a9337e861de"}}}}}}]},{"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":["26935920","30301596","18901115","29319094","89143995","127374761"]},{"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":"%2F6824eacf6044a21e146be1ea","type":"PUBLISHING","record":{"ref_id":"%2F6824eacf6044a21e146be1ea","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"ca93cdf4-bf95-4037-854a-33179f0cf650","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Kelly Fisher","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/miley-cyrus-42281/?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/artist/miley-cyrus-42281/?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/artist/miley-cyrus-42281/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/miley-cyrus-42281/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824ec7e6044a21e146be204","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/miley-cyrus-42281/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"42281\" data-catalog-related-id=\"\">\u003cstrong>Miley Cyrus\u003c/strong>\u003c/a> officially has a song “for Aunt Dolly.”\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/artist/dolly-parton-2614/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"2614\" data-catalog-related-id=\"\">\u003cstrong>Dolly Parton\u003c/strong>\u003c/a> shared a clip of her goddaughter, superstar pop singer-songwriter Cyrus, sharing the story behind her latest ballad, “More to Lose.” Cyrus released it on Friday (May 9), and told the story behind it \u003ca href=\"https://www.instagram.com/p/DJesdyVRGnP/?hl=en\" target=\"_blank\">on Instagram\u003c/a>. Parton shared the video on her Instagram story on Wednesday (May 14).\u003c/p>\n\n\u003cp>“I went to see Dolly during Christmas, and I played her ‘Something Beautiful,’” Cyrus said. “I was excited because she just came off her rock album [\u003cem>Rockstar\u003c/em>, after her induction into the Rock and Roll Hall of Fame], so I thought she was really gonna get it. So I played ‘Something Beautiful,’ (and) she goes, ‘alright, I see what you’re doing here. You got any hits?’ I was pretty sure I didn’t at that time. So, I was like, ‘yeah, I do. it’s called ‘More to Lose,’’ but I hadn’t written it yet. So, I flew back to L.A., and — that was at Christmastime — (on) January 2, I got in the studio and went and wrote this song.\u003c/p>\n\n\u003cp>“I’ve always thought of this song as my ‘I Will Always Love You,’” she said. “So this is my song for Aunt Dolly.”\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%2FDJesdyVRGnP%2F%3Fhl%3Den","@url":"https://www.instagram.com/p/DJesdyVRGnP/?hl=en","author_name":"mileycyrus","author_url":"","height":0,"html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJesdyVRGnP/?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/DJesdyVRGnP/?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/DJesdyVRGnP/?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 Miley Cyrus (@mileycyrus)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":1134,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/496206636_18604800001038300_5449337971045213057_n.jpg?stp=dst-jpg_e15_p640x640_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2QHWm63BibeSRcoXcP40iksToIm9bm6wtj4DxYKbLKbWf87bDqtfvVXm1R0YXxLtneQ&_nc_ohc=TPSkiQF8X0sQ7kNvwGol2Rp&_nc_gid=Bu9R0phjay1q3vbbUC3ZsQ&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfIz9IAuRsthuW5Wap-9Po5bAUkD_1CcshxpE92YJxQo6A&oe=682ABB31&_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/DJesdyVRGnP/?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/DJesdyVRGnP/?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/DJesdyVRGnP/?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 Miley Cyrus (@mileycyrus)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJesdyVRGnP/?hl=en"},{"html":"\u003cp>The beloved “I Will Always Love You” legend is Cyrus’ godmother, and last year, Ancestry \u003ca href=\"https://country.iheart.com/content/2024-09-25-dolly-parton-reacts-to-proof-that-shes-related-to-goddaughter-miley-cyrus/\" target=\"_blank\">data revealed the two artists are actually seventh cousins, once removed\u003c/a>. Parton and Cyrus share common ancestor \u003cstrong>John Brickey\u003c/strong>, who is Parton’s 6th great-grandfather and Cyrus’ 7th great-grandfather. Parton said of the Ancestry data in an interview with \u003ca href=\"https://www.youtube.com/watch?v=kEtj8pAYB-g\" target=\"_blank\">\u003cem>Access Hollywood\u003c/em>\u003c/a>: “Is that true? That’s amazing. Well we’re so close, Miley and I, I would’ve thought we would’ve been at least, you know, third cousins, 10 times removed. And I’m sure she’ll get a kick out of that. But it doesn’t surprise me because she does feel like family.”\u003c/p>\n\n\u003cp>Cyrus will release her highly-anticipated \u003ca href=\"https://www.iheart.com/content/2025-03-31-miley-cyrus-teases-end-of-the-world-in-mysterious-new-billboard/\" target=\"_blank\">ninth studio record, \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-31-miley-cyrus-teases-end-of-the-world-in-mysterious-new-billboard/\" target=\"_blank\">\u003cem>Something Beautiful\u003c/em>\u003c/a>, on May 30. So far, Cyrus has released “Prelude,” the title track, “End of the World” and “More to Lose” from the 13-track record. Listen to “\u003ca href=\"https://www.youtube.com/watch?v=T3fA-4D71Kk\" target=\"_blank\">More to Lose\u003c/a>” here:\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.youtube.com/embed/T3fA-4D71Kk?si=Tq6wQY8whubQ_5yU","author_name":"","author_url":"","height":"315","html":"\u003ciframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/T3fA-4D71Kk?si=Tq6wQY8whubQ_5yU\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"560"},"embed_type":"rich","html":"\u003ciframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/T3fA-4D71Kk?si=Tq6wQY8whubQ_5yU\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/embed/T3fA-4D71Kk?si=Tq6wQY8whubQ_5yU"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton/","cuser":"user/ldap/1129284","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/Dolly Parton","keywords/tribute","keywords/Miley Cyrus","keywords/Aunt Dolly","keywords/story","keywords/Cyrus"],"primary_image":{"bucket":"new_assets","id":"%2F6824ec7e6044a21e146be204"},"primary_target":{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1747250100000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton","social_title":"Miley Cyrus Shares Heartfelt Tribute To Godmother Dolly Parton: 'This Is My Song For Aunt Dolly'","summary":"\"I will always love you Aunt Dolly 🦋\"","targets":[{"categories":["categories/music-news"],"distribution":["brands/ICTY-FL (11921)"]},{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/COUNTRY"]},{"categories":["categories/music-news"],"distribution":["artists/Dolly Parton (2614)"]},{"categories":["categories/music-news"],"distribution":["artists/Miley Cyrus (42281)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Miley Cyrus Shares Heartfelt Tribute To Godmother Dolly Parton","permalink":"https://fm97.iheart.com/content/2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton/"},"slug":"2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824ec7e6044a21e146be204","title":"Miley Cyrus Shares Heartfelt Tribute To Godmother Dolly Parton","description":"\"I will always love you Aunt Dolly 🦋\"","author":"Kelly Fisher"},"pub_start":1747250100000,"pub_until":4115978604802,"pub_changed":1747250525565,"subscription":[{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","brands/ICTY-FL (11921)"]},{"tags":["categories/music-news","formats/CHRPOP","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/COUNTRY"]},{"tags":["categories/music-news","artists/Dolly Parton (2614)"]},{"tags":["categories/music-news","artists/Miley Cyrus (42281)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824eacf6044a21e146be1ea","slug:2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton","slug:2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton","keyword:keywords/Dolly Parton","keyword:keywords/tribute","keyword:keywords/Miley Cyrus","keyword:keywords/Aunt Dolly","keyword:keywords/story","keyword:keywords/Cyrus","author:user"]}},{"id":"%2F6824e0e3f892ed465a0de4f6","type":"PUBLISHING","record":{"ref_id":"%2F6824e0e3f892ed465a0de4f6","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"c457996b-9cc5-40d9-b7be-75ac528557d6","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824e2b1f892ed465a0de501","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Academy Award winning actors \u003cstrong>Nicolas Cage\u003c/strong> and \u003cstrong>Christian Bale\u003c/strong> looked unrecognizable in the first photo taken from production of the upcoming film \u003cem>Madden\u003c/em> about late Pro Football Hall of Famer and Oakland Raiders coach \u003ca href=\"https://www.iheart.com/content/2022-06-01-late-john-madden-to-be-honored-by-namesake-video-game-franchise/\" target=\"_blank\">\u003cstrong>John Madden\u003c/strong>\u003c/a> was shared by Amazon MGM Studios on Tuesday (May 13).\u003c/p>\n\n\u003cp>Cage will play the titular coach and Bale will play late former Raiders coach turned owner \u003cstrong>Al Davis\u003c/strong> in the upcoming film with both in-character showing off their Super Bowl rings.\u003c/p>\n\n\u003cp>"Your first-look at Nicolas Cage as John Madden and Christian Bale as Al Davis on set of the upcoming film, \u003cem>Madden\u003c/em>. Production is currently underway," Amazon MGM Studios wrote in the post shared on its Instagram account Tuesday.\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%2FDJnfYJhp26Z","@url":"https://www.instagram.com/p/DJnfYJhp26Z","author_name":"amazonmgmstudios","author_url":"","height":0,"html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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 Amazon MGM Studios (@amazonmgmstudios)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":640,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/497915110_18501367837044738_7198203616037356318_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=106&_nc_oc=Q6cZ2QEYy5_Z5uvrC04ORAMSjdoUT1X7dFMxW-IYWvBztCtqf0lUybSR9lpz4yxJ2XQxD98&_nc_ohc=ItsyW0HDX7IQ7kNvwGC923H&_nc_gid=UkbbluJtecK19PYsTp1Y0Q&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfKsFTXJOj_cTOFpCeLFwTHVl76WkzWVKzql0gQmRF8XKA&oe=682AA7C5&_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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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 Amazon MGM Studios (@amazonmgmstudios)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJnfYJhp26Z"},{"html":"\u003cp>"The film follows Madden’s remarkable journey—from his Super Bowl-winning partnership with Al Davis and the Raiders, to creating Madden NFL, and becoming one of the most iconic voices in football history," the caption continued.\u003c/p>\n\n\u003cp>The film will be directed by \u003cstrong>David O. Russell\u003c/strong> and also feature \u003cstrong>John Mulaney\u003c/strong> as \u003cstrong>Trip Hawkins\u003c/strong>, \u003cstrong>Kathryn Hahn\u003c/strong> as \u003cstrong>Virginia Madden \u003c/strong>and \u003cstrong>Sienna Miller\u003c/strong> as \u003cstrong>Carol Davis\u003c/strong>.\u003c/p>\n\n\u003cp>Madden, who \u003ca href=\"https://www.iheart.com/content/2021-12-28-john-madden-hall-of-fame-coach-and-broadcaster-dead-at-85/\" target=\"_blank\">died in December 2021\u003c/a>, led the Raiders to a Super Bowl XI victory over the Minnesota Vikings in 1977 and retired in 1978 with a 103-32-7 career coaching record and a 76.3% winning percentage, the highest in NFL history. The Minnesota native went on to a legendary broadcasting career as the first NFL color analyst to contribute to all four major networks: \u003cem>CBS\u003c/em> (1979-93), \u003cem>FOX\u003c/em> (1994-2001), \u003cem>ABC\u003c/em> (2002-05) and \u003cem>NBC\u003c/em> (2006-08), before retiring ahead of the 2008 season and was immortalized as the namesake for EA Sports popular NFL video game franchise, initially lending his voice and likeness to the series in 1988.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/","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/John Madden","keywords/MGM Studios","keywords/Christian Bale","keywords/film photo","keywords/Al Davis","keywords/film","keywords/Nicolas Cage","keywords/photo","keywords/production","keywords/Amazon","keywords/NFL","keywords/football","keywords/Oakland Raiders"],"primary_image":{"bucket":"new_assets","id":"%2F6824e2b1f892ed465a0de501"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1747248540000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","social_title":"","summary":"Academy Award winners Nicolas Cage and Christian Bale looked unrecognizable in the first photo taken from production of the upcoming film 'Madden.'","targets":[{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS","formats/ROCKACTIVE","formats/ROCKCLASSIC"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo","permalink":"https://fm97.iheart.com/content/2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/"},"slug":"2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824e2b1f892ed465a0de501","title":"Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo","description":"Academy Award winners Nicolas Cage and Christian Bale looked unrecognizable in the first photo taken from production of the upcoming film 'Madden.'","author":"Jason Hall"},"pub_start":1747248540000,"pub_until":4115978604802,"pub_changed":1747249387828,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS","formats/ROCKACTIVE","formats/ROCKCLASSIC"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824e0e3f892ed465a0de4f6","slug:2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","slug:2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","keyword:keywords/John Madden","keyword:keywords/MGM Studios","keyword:keywords/Christian Bale","keyword:keywords/film photo","keyword:keywords/Al Davis","keyword:keywords/film","keyword:keywords/Nicolas Cage","keyword:keywords/photo","keyword:keywords/production","keyword:keywords/Amazon","keyword:keywords/NFL","keyword:keywords/football","keyword:keywords/Oakland Raiders","author:user"]}},{"id":"%2F6824a09185ab297b254fa37b","type":"PUBLISHING","record":{"ref_id":"%2F6824a09185ab297b254fa37b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"89434610-17fd-4beb-bacd-a60445a12387","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824a0f585ab297b254fa386","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Kendall Jenner\u003c/strong> attended the Knicks game on Monday (May 12) alongside her sister, \u003cstrong>Kylie Jenner\u003c/strong>, and \u003ca href=\"https://www.iheart.com/content/2025-05-06-why-timothee-chalamet-didnt-join-girlfriend-kylie-jenner-at-the-met-gala/\" target=\"_blank\">her beau\u003c/a> \u003cstrong>Timothée Chalamet\u003c/strong>, and ended up chipping her front tooth! \u003c/p>\n\n\u003cp>Kylie shared a series of photos and videos from the event on Instagram, zooming in on her older sister's chipped tooth. The video shows Kendall and Kylie laughing hysterically on the plane to New York as the model holds a small white piece of enamel in her hands. \u003c/p>\n\n\u003cp>"Did my nail come off or was it my tooth?" the duo joked before the Kylie Cosmetics founder gave followers a closer look at Kendall's chipped tooth. \u003c/p>\n\n\u003cp>Kendall attended the game despite breaking off a part of her smile. Other memories featured in the Instagram series include Kendall and Kylie mirror selfies, a table full of delicious breakfast foods, a sweet clip of \u003ca href=\"https://www.iheart.com/content/2025-02-03-kylie-jenner-celebrates-her-kids-birthdays-with-totally-opposite-themes/\" target=\"_blank\">Kylie's children\u003c/a>, \u003cstrong>Stormi\u003c/strong> and \u003cstrong>Aire\u003c/strong> (whom she shares with rapper \u003ca href=\"https://www.iheart.com/artist/travis-scott-30576501/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"30576501\" data-catalog-related-id=\"\">Travis Scott\u003c/a>), Kendall eating a sucker, and court-side footage from the game. \u003c/p>\n\n\u003cp>Followers were quick to comment on Kendall's chipped tooth, remarking, "Noooo Kendall, your tooth 😂😂😂 poor Kenny," and "The tooth chip is so real 😂😂." Kendall has yet to reveal why or how the incident occurred, and if she fixed her tooth before the game. \u003c/p>\n\n\u003cp>See Kylie's latest New York City adventure on \u003ca href=\"https://www.instagram.com/p/DJmwDN_Regr/?img_index=10\" target=\"_blank\">Instagram\u003c/a>! \u003c/p>\n\n\u003cp>For more on Kylie and Timothée, read \u003ca href=\"https://www.iheart.com/content/2025-05-06-why-timothee-chalamet-didnt-join-girlfriend-kylie-jenner-at-the-met-gala/\" target=\"_blank\">Why Timothee Chalamet Didn't Join Girlfriend Kylie Jenner At The Met Gala\u003c/a>. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/tooth","keywords/Kylie Jenner","keywords/Kendall Jenner","keywords/game","keywords/video","keywords/sister"],"primary_image":{"bucket":"new_assets","id":"%2F6824a0f585ab297b254fa386"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1747246440000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video","social_title":"","summary":"'Did my nail just come off, or was it my tooth?' ","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Watch Kendall Jenner Reveal She Chipped A Tooth In Hilarious New Video","permalink":"https://fm97.iheart.com/content/2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video/"},"slug":"2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824a0f585ab297b254fa386","title":"Watch Kendall Jenner Reveal She Chipped A Tooth In Hilarious New Video","description":"'Did my nail just come off, or was it my tooth?' ","author":"Logan DeLoye"},"pub_start":1747246440000,"pub_until":4115978604802,"pub_changed":1747246847295,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824a09185ab297b254fa37b","slug:2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video","slug:2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video","keyword:keywords/tooth","keyword:keywords/Kylie Jenner","keyword:keywords/Kendall Jenner","keyword:keywords/game","keyword:keywords/video","keyword:keywords/sister","author:user"]}},{"id":"%2F68249f64182d52df1294df9b","type":"PUBLISHING","record":{"ref_id":"%2F68249f64182d52df1294df9b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"9319145a-1d02-4c97-9081-af3cded320b4","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/63441858/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/63441858/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/63441858/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/63441858/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68249fb9182d52df1294dfa6","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Kate Middleton\u003c/strong> turned heads in a sharp green ensemble and debuted a new hairstyle during an event held in London, England, on May 13. \u003c/p>\n\n\u003cp>The beloved royal donned a "rare" and fashionable green pantsuit for \u003ca href=\"https://www.iheart.com/content/2024-11-08-kate-middleton-readies-for-first-major-appearance-since-cancer-diagnosis/\" target=\"_blank\">the outing\u003c/a>, held by the British Fashion Council, per \u003ca href=\"https://www.eonline.com/news/1417514/kate-middleton-debuts-new-look-at-british-fashion-council-event\" target=\"_blank\">\u003cem>E!News\u003c/em>\u003c/a>, where she "presented the \u003cstrong>Queen Elizabeth II\u003c/strong> Award for British Design to emerging designer \u003cstrong>Patrick McDowell\u003c/strong>."\u003c/p>\n\n\u003cp>The Princess of Wales also debuted a beautiful new hairstyle featuring a series of "light-brown tints" just in time for summer. \u003c/p>\n\n\u003cp>\u003cem>E!News\u003c/em> noted that the royal rarely steps out in bright-colored or patterned clothing and also made a dramatic impression when she wore a "radiant purple dress" to a church service last August, and a "black-and-white polka dot dress" (\u003ca href=\"https://www.iheart.com/content/2025-02-11-kensington-palace-addresses-kate-middleton-style-controversy-in-rare-update/\" target=\"_blank\">worn by\u003c/a> her late mother-in-law, \u003cstrong>Princess Diana\u003c/strong>, in 1988) in April. \u003c/p>\n\n\u003cp>Earlier this year, Middleton announced that her abdominal \u003ca href=\"https://www.iheart.com/content/2025-01-14-kate-middleton-gives-emotional-update-on-cancer-battle-in-new-statement/\" target=\"_blank\">cancer was officially in remission\u003c/a> after months of chemotherapy. \u003c/p>\n\n\u003cp>"It is a relief to now be in remission, and I remain focussed on recovery. As anyone who has experienced a cancer diagnosis will know, it takes time to adjust to a new normal. I am, however, looking forward to a fulfilling year ahead. There is much to look forward to. Thank you to everyone for your continued support," she shared on her and \u003cstrong>Prince William\u003c/strong>'s joint \u003ca href=\"https://x.com/KensingtonRoyal/status/1879205106383716610\" target=\"_blank\">\u003cem>X\u003c/em>\u003c/a> account in January. \u003c/p>\n\n\u003cp>For more, read \u003ca href=\"https://www.iheart.com/content/2025-01-14-kate-middleton-gives-emotional-update-on-cancer-battle-in-new-statement/\" target=\"_blank\">Kate Middleton Gives Emotional Update On Cancer Battle In New Statement\u003c/a>. \u003c/p>\n\n\u003cp>See the Princess of Wales in her stunning green pantsuit below! \u003c/p>\n\n","schedule":{},"type":"html"},{"assets":[{"alt_text":"","bucket":"new_assets","caption":"LONDON, ENGLAND - MAY 13: Catherine, Princess of Wales and British Fashion Council CEO Laura Weir, view a dress by designer Connor Ives (right) during a visit to the British Fashion Council to present the Queen Elizabeth II Award for British Design, at t","id":"%2F6824db62182d52df1294dfaa","new_tab":false,"source_credit":"Getty Images Europe","title":"The Princess Of Wales Presents The Queen Elizabeth II Award For British Design","url":"","use_caption":false},{"alt_text":"","bucket":"new_assets","caption":"LONDON, ENGLAND - MAY 13: Catherine, Princess of Wales during a visit to the British Fashion Council at 180 Studios in central London, where she will present the Queen Elizabeth II Award for British Designon May 13, 2025 in London, England. (Photo by Aar","id":"%2F6824db62182d52df1294dfab","new_tab":false,"source_credit":"Getty Images Europe","title":"The Princess Of Wales Presents The Queen Elizabeth II Award For British Design","url":"","use_caption":false},{"alt_text":"","bucket":"new_assets","caption":"LONDON, ENGLAND - MAY 13: Catherine, Princess of Wales during a visit to the British Fashion Council at 180 Studios in central London, where she will present the Queen Elizabeth II Award for British Designon May 13, 2025 in London, England. (Photo by Aar","id":"%2F6824db62182d52df1294dfad","new_tab":false,"source_credit":"Getty Images Europe","title":"The Princess Of Wales Presents The Queen Elizabeth II Award For British Design","url":"","use_caption":false}],"schedule":{},"type":"gallery"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/Kate Middleton","keywords/royal","keywords/look","keywords/photos","keywords/E!News","keywords/heads","keywords/hairstyle","keywords/Patrick McDowell","keywords/Diana","keywords/ensemble"],"primary_image":{"bucket":"new_assets","id":"%2F68249fb9182d52df1294dfa6"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1747246020000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle","social_title":"","summary":"See the snaps here!!","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"PHOTOS: Kate Middleton Turns Heads With Bold New Look, Hairstyle","permalink":"https://fm97.iheart.com/content/2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle/"},"slug":"2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68249fb9182d52df1294dfa6","title":"PHOTOS: Kate Middleton Turns Heads With Bold New Look, Hairstyle","description":"See the snaps here!!","author":"Logan DeLoye"},"pub_start":1747246020000,"pub_until":4115978604802,"pub_changed":1747246406569,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68249f64182d52df1294df9b","slug:2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle","slug:2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle","keyword:keywords/Kate Middleton","keyword:keywords/royal","keyword:keywords/look","keyword:keywords/photos","keyword:keywords/E!News","keyword:keywords/heads","keyword:keywords/hairstyle","keyword:keywords/Patrick McDowell","keyword:keywords/Diana","keyword:keywords/ensemble","author:user"]}},{"id":"%2F6824d457f96224674fc3cd53","type":"PUBLISHING","record":{"ref_id":"%2F6824d457f96224674fc3cd53","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"0dcbafba-b81a-40a4-a44d-1ddd560e8fb1","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":"A Star Wars fan dressed as Kylo Ren raises his lightsaber during Lightsaber Battle LA in Pershing Square in downtown Los Angeles, California on December 18, 2015. \"Star Wars: The Force Awakens\" smashed the opening night record in the United States and Canada positioning itself to become one of the biggest grossing movies ever, industry experts said. AFP PHOTO / ROBYN BECK / AFP / ROBYN BECK (Photo credit should read ROBYN BECK/AFP via Getty Images)","id":"%2F6824d55380f5323ca386ebc1","new_tab":false,"schedule":{},"source_credit":"ROBYN BECK / AFP / Getty Images","title":"US-ENTERTAINMENT-FILM-STAR WARS","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Aidan White\u003c/strong>, a 25-year-old man from Auburn, Nebraska, faces two felony charges after \u003ca href=\"https://www.dailymail.co.uk/news/article-14709779/five-words-man-attacks-girl-mother-lightsaber.html\" target=\"_blank\">allegedly attacking his neighbor and her seven-year-old daughter with a lightsaber\u003c/a>. The incident occurred on April 28, when White reportedly became upset over an increase in rent, which he attributed to his neighbors' thermostat settings. According to the Nemaha County Sheriff's Office, White admitted to striking the victims with a high-quality lightsaber made of metal and thick plastic.\u003c/p>\n\n\u003cp>Deputy \u003cstrong>Matthew Kadavy\u003c/strong> reported that the mother was watching her children play when she noticed White approaching with the lightsaber. Her daughter came to her crying, holding her arm after being struck. When the mother confronted White, he \u003ca href=\"https://www.ketv.com/article/nebraska-man-aidan-white-facing-two-felonies-for-allegedly-attacking-neighbor-7-year-old-with-lightsaber/64705501\" target=\"_blank\">allegedly told her to "get back in your f****** house" before hitting her on the arm\u003c/a> and shoulder. Witnesses described White as having a history of violent outbursts, including a previous incident where he chased a neighbor with an ax.\u003c/p>\n\n\u003cp>White was arrested and the lightsaber was seized as evidence. He is \u003ca href=\"https://journalstar.com/news/state-regional/article_86088798-cb89-406c-ad98-10ad115cb932.html\" target=\"_blank\">charged with felony child abuse\u003c/a> and second-degree assault and is scheduled to appear in court on June 3. The judge set his bond at $50,000 and ordered a competency evaluation.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber/","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":"%2F6824d55380f5323ca386ebc1"},"primary_target":{"categories":["categories/national-news","categories/weird-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1747244400000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber","social_title":"","summary":"The suspect was reportedly upset because he rent was increased.","targets":[{"categories":["categories/national-news","categories/weird-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news","categories/national-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Man Arrested For Allegedly Hitting Woman And Her Daughter With A Lightsaber","permalink":"https://fm97.iheart.com/content/2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber/"},"slug":"2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6824d55380f5323ca386ebc1","title":"Man Arrested For Allegedly Hitting Woman And Her Daughter With A Lightsaber","description":"The suspect was reportedly upset because he rent was increased.","author":"iHeartRadio"},"pub_start":1747244400000,"pub_until":4115978604802,"pub_changed":1747244760748,"subscription":[{"tags":["categories/national-news","categories/weird-news","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/weird-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","categories/national-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824d457f96224674fc3cd53","slug:2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber","slug:2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6824abdd059f18959c9d003a","type":"PUBLISHING","record":{"ref_id":"%2F6824abdd059f18959c9d003a","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"0410eed3-9731-4a87-9d41-2668270ff934","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824b2758784613237157be4","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Olivia Munn\u003c/strong>'s mom got the last laugh when she first met comedian \u003cstrong>John Mulaney\u003c/strong>. \u003c/p>\n\n\u003cp>During an appearance on \u003cem>Late Night with Seth Meyers\u003c/em> on Monday (May 12), Munn shared the memorable way her now-husband met her mom, \u003cstrong>Kim\u003c/strong>, for the first time shortly after they welcomed \u003ca href=\"https://www.iheart.com/content/2024-11-25-olivia-munn-pens-sweet-tribute-to-son-malcolm-made-me-stronger/\" target=\"_blank\">their first child together, son \u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-11-25-olivia-munn-pens-sweet-tribute-to-son-malcolm-made-me-stronger/\" target=\"_blank\">\u003cstrong>Malcolm\u003c/strong>\u003c/a>, in 2021, per \u003ca href=\"https://pagesix.com/2025/05/13/parents/olivia-munn-admits-her-mom-never-met-john-mulaney-before-sons-birth/\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a>. \u003c/p>\n\n\u003cp>"So Malcolm was born the day before Thanksgiving and my mom comes, first of all, has never met John by this point," she said, adding that her mom showed up to the house and "doesn't even say hi to John" before she "unzips her suitcase [and] takes out frozen turkeys."\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-30-why-olivia-munn-is-embracing-her-scars-after-breast-cancer-battle/\" target=\"_blank\">The \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-30-why-olivia-munn-is-embracing-her-scars-after-breast-cancer-battle/\" target=\"_blank\">\u003cem>Newsroom\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-30-why-olivia-munn-is-embracing-her-scars-after-breast-cancer-battle/\" target=\"_blank\"> actress\u003c/a> explained that her mom often tells lies and stories because "she just can't help herself," and so she did the same with Mulaney, convincing him of a family tradition where babies pose with turkey legs on Thanksgiving.\u003c/p>\n\n\u003cp>"She says to John, 'You know, it's so exciting, in my family with all of our kids, the tradition [is] we put a drumstick in their hand for their first Thanksgiving when they're a baby.'"\u003c/p>\n\n\u003cp>Munn said she was confused when Mulaney relayed the plan to her as "that's not a tradition," and she even called her siblings to see if they knew what their mom was talking about.\u003c/p>\n\n\u003cp>"They said, 'No, because she's lying,'" she recalled.\u003c/p>\n\n\u003cp>Despite this, Kim stuck to the plan and placed baby Malcolm in his dad's arms before giving the newborn a drumstick to hold and taking a photo. Munn added that her mom then pat the comedian's hand and said, 'OK, a new tradition.'"\u003c/p>\n\n\u003cp>Host \u003cstrong>Seth Meyers\u003c/strong> noted that "it's such a good lie" because "nothing is gained from it at all" other than now having a hilarious photo of their baby. \u003c/p>\n\n\u003cp>In addition to Malcolm, Munn and Mulaney are parents \u003ca href=\"https://www.iheart.com/content/2025-04-17-olivia-munn-reveals-sweet-gift-john-mulaney-surprised-her-with-at-wedding/\" target=\"_blank\">to daughter \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-17-olivia-munn-reveals-sweet-gift-john-mulaney-surprised-her-with-at-wedding/\" target=\"_blank\">\u003cstrong>Méi\u003c/strong>\u003c/a>, whom they welcomed via surrogate in 2024, months after they tied the knot \u003ca href=\"https://www.iheart.com/content/2025-03-11-john-mulaney-reveals-which-celebrity-officiated-his-wedding-to-olivia-munn/\" target=\"_blank\">in a small wedding ceremony\u003c/a>.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.youtube.com/embed/XJoje-XLZHA?si=l1XkoXCr8ISIMNe4","author_name":"","author_url":"","height":"315","html":"\u003ciframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/XJoje-XLZHA?si=l1XkoXCr8ISIMNe4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"560"},"embed_type":"rich","html":"\u003ciframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/XJoje-XLZHA?si=l1XkoXCr8ISIMNe4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/embed/XJoje-XLZHA?si=l1XkoXCr8ISIMNe4"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met/","cuser":"user/ldap/1129327","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/Olivia Munn","keywords/John Mulaney"],"primary_image":{"bucket":"new_assets","id":"%2F6824b2758784613237157be4"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN","formats/ACMAINSTREAM"]},"publish_date":1747244340000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met","social_title":"","summary":"The \"Newsroom\" actress also admitted that her mother had \"never met\" her now-husband before their son was born.","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Olivia Munn Reveals How Mom Pranked John Mulaney When They First Met","permalink":"https://fm97.iheart.com/content/2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met/"},"slug":"2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824b2758784613237157be4","title":"Olivia Munn Reveals How Mom Pranked John Mulaney When They First Met","description":"The \"Newsroom\" actress also admitted that her mother had \"never met\" her now-husband before their son was born.","author":"Sarah Tate"},"pub_start":1747244340000,"pub_until":4115978604802,"pub_changed":1747244746216,"subscription":[{"tags":["categories/entertainment-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN","formats/ACMAINSTREAM"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824abdd059f18959c9d003a","slug:2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met","slug:2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met","keyword:keywords/Olivia Munn","keyword:keywords/John Mulaney","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":"%2F68249fd13807855d902d23d5","type":"PUBLISHING","record":{"ref_id":"%2F68249fd13807855d902d23d5","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Abigail Barnd ","blocks":[{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fyoutu.be%2FwPckJ60Dee8","@url":"https://youtu.be/wPckJ60Dee8","author_name":"Elvis Duran Show","author_url":"https://www.youtube.com/@ElvisDuranShow","height":150,"html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/wPckJ60Dee8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Inviting Alex Warren To Jingle Ball And Getting Real About Grief | Elvis Duran Show\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/wPckJ60Dee8/hqdefault.jpg","thumbnail_width":480,"title":"Inviting Alex Warren To Jingle Ball And Getting Real About Grief | Elvis Duran Show","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/wPckJ60Dee8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Inviting Alex Warren To Jingle Ball And Getting Real About Grief | Elvis Duran Show\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/wPckJ60Dee8"},{"html":"\u003cp>Artist, YouTuber, and influencer \u003ca href=\"https://www.iheart.com/artist/alex-warren-31733685/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"31733685\" data-catalog-related-id=\"\">Alex Warren\u003c/a> swung by\u003cem> Elvis Duran and the Morning Show\u003c/em> to discuss his chart-topping hit, “Ordinary.”\u003c/p>\n\n\u003cp>Warren opened up about losing his parents and how his loss ultimately set his career into motion—just before moving to more lighthearted territory, teasing a Jingle Ball appearance. \u003c/p>\n\n\u003cp>Watch the full interview in the video player above, and stream “Ordinary” via our free iHeartRadio app!\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://elvisduran.iheart.com/featured/elvis-duran/content/2025-05-14-alex-warren-promises-to-back-flip-on-stage-at-2025-jingle-ball/","cuser":"user/ldap/1138068","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":"%2F6824a0683807855d902d23df"},"primary_target":{"categories":[],"distribution":["brands/Mercedez-Benz Interviews","brands/Celebrity Interviews","brands/Elvis Duran (54636)","brands/Elvis Duran Mercedez-Benz Interviews"]},"publish_date":1747230480000,"publish_end_date":4115978604802,"publish_origin":"brands/Elvis Duran (54636)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-alex-warren-promises-to-back-flip-on-stage-at-2025-jingle-ball","social_title":"","summary":"","targets":[],"title":"Alex Warren Promises to Back Flip on Stage at 2025 Jingle Ball","permalink":"https://fm97.iheart.com/featured/elvis-duran/content/2025-05-14-alex-warren-promises-to-back-flip-on-stage-at-2025-jingle-ball/"},"slug":"2025-05-14-alex-warren-promises-to-back-flip-on-stage-at-2025-jingle-ball","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824a0683807855d902d23df","title":"Alex Warren Promises to Back Flip on Stage at 2025 Jingle Ball","description":"","author":"Abigail Barnd "},"pub_start":1747230480000,"pub_until":4115978604802,"pub_changed":1747230849091,"subscription":[{"tags":["brands/Mercedez-Benz Interviews","brands/Celebrity Interviews","brands/Elvis Duran (54636)","brands/Elvis Duran Mercedez-Benz Interviews"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Elvis Duran (54636)","id:/68249fd13807855d902d23d5","slug:2025-05-14-alex-warren-promises-to-back-flip-on-stage-at-2025-jingle-ball","slug:2025-05-14-alex-warren-promises-to-back-flip-on-stage-at-2025-jingle-ball","author:user"]}},{"id":"%2F6824d352dbdba71790606888","type":"PUBLISHING","record":{"ref_id":"%2F6824d352dbdba71790606888","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"","blocks":[{"id":"29319094","kind":"podcast","related_id":"275571869","schedule":{},"type":"catalog"},{"html":"\u003cp>Serina shares a toxic request she had for her husband, Matt's alma mater cures baldness, Nicasio agrees that affairs help marriages and Tino gets a warning about a new product interest...\u003c/p>\n\n\u003cp>Learn more about your ad choices. Visit megaphone.fm/adchoices\u003c/p>\n","schedule":{},"type":"html"}],"canonical_url":"https://iheart.com/podcast/270-the-tino-cochino-radio-pod-29319094","cuser":"","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"%2F6824d247d22ceaaabb0232fd","feed_partner_content":false,"feed_permalink":"https://iheart.com/podcast/270-the-tino-cochino-radio-pod-29319094","feed_type":"PODCAST","feed_vendor":"The Tino Cochino Podcast","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":null,"primary_image_uri":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","primary_target":{"categories":[],"distribution":["brands/Tino Cochino Radio"]},"publish_date":1747227600000,"publish_end_date":4115978604802,"publish_origin":"brands/Tino Cochino Radio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-270-the-tino-cochino-radio-pod-dead-oreo-51425-full-show","social_title":"","summary":"Serina shares a toxic request she had for her husband, Matt's alma mater cures baldness, Nicasio agrees that affairs help marriages and Tino gets a warning about a new product interest...\n\n\nLearn more about your ad choices. Visit megaphone.fm/adchoices","targets":[],"title":"Dead Oreo (5/14/25 - FULL SHOW)","permalink":"https://fm97.iheart.com/featured/tino-cochino-radio/content/2025-05-14-270-the-tino-cochino-radio-pod-dead-oreo-51425-full-show/"},"slug":"2025-05-14-270-the-tino-cochino-radio-pod-dead-oreo-51425-full-show","summary":{"image":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdmNjBmZTAyLTM4YTAtMTFlZi05N2QwLWY3NGYwYWM0YmVmMy9pbWFnZS9kZDY1OGFmZmM2YWEwYWZlMjZlMGRiODY3MWQ5ZDY5NS5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","title":"Dead Oreo (5/14/25 - FULL SHOW)","description":"Serina shares a toxic request she had for her husband, Matt's alma mater cures baldness, Nicasio agrees that affairs help marriages and Tino gets a warning about a new product interest...\n\n\nLearn more about your ad choices. Visit megaphone.fm/adchoices","author":""},"pub_start":1747227600000,"pub_until":4115978604802,"pub_changed":1747243858966,"subscription":[{"tags":["brands/Tino Cochino Radio"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Tino Cochino Radio","id:/6824d352dbdba71790606888","slug:2025-05-14-270-the-tino-cochino-radio-pod-dead-oreo-51425-full-show","slug:2025-05-14-270-the-tino-cochino-radio-pod-dead-oreo-51425-full-show"]}},{"id":"%2F6824c074d22ceaaabb0232c8","type":"PUBLISHING","record":{"ref_id":"%2F6824c074d22ceaaabb0232c8","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"","blocks":[{"id":"26935920","kind":"podcast","related_id":"275564956","schedule":{},"type":"catalog"},{"html":"\u003cp>**Please Note - this episode is audio only.\u003c/p>\n\n\u003cp> On today’s MKD, we cover a lawsuit over Meghan Markle's bath salt recipe, a composer's brain making music after his death, a father going on vacation after leaving his daughter to die in a hot car, a raccoon found with a meth pipe in its mouth, and a tampon found inside of a woman that had been there for about a year. \u003ca href=\"https://pagesix.com/2025/05/08/royal-family/meghan-markle-fan-claims-she-suffered-burns-using-duchess-bath-salt-recipe/\" target=\"_self\">\u003c/a>\u003c/p>\n\n\u003cp> Want to submit your shocking story? Email \u003ca href=\"mailto:[email protected]\" target=\"_self\">\u003cstrong>[email protected]\u003c/strong>\u003c/a>\u003c/p>\n\n\u003cp> \u003cstrong>Support The Show:\u003c/strong>\u003c/p>\n\n\u003cp> 🧠 \u003ca href=\"https://theduramater.com/gross-room-join/\" target=\"_self\">Join The Gross Room\u003c/a>\u003c/p>\n\n\u003cp> 🖤 \u003ca href=\"https://theduramater.com/favorite-things/\" target=\"_self\">Sponsors\u003c/a>\u003c/p>\n\n\u003cp> 🔬 Buy Nicole's \u003ca href=\"https://theduramater.com/book/\" target=\"_self\">Book\u003c/a>\u003c/p>\n\n\u003cp> 🥼 \u003ca href=\"https://theduramater.myspreadshop.com/\" target=\"_self\">Merch\u003c/a>\u003c/p>\n\n\u003cp> \u003cstrong>Follow:\u003c/strong>\u003c/p>\n\n\u003cp> 🎙️ \u003ca href=\"https://www.instagram.com/motherknowsdeath/\" target=\"_self\">Mother Knows Death\u003c/a>\u003c/p>\n\n\u003cp> 🔪 \u003ca href=\"https://www.instagram.com/mrs_angemi\" target=\"_self\">Nicole\u003c/a>\u003c/p>\n\n\u003cp> 🪩 \u003ca href=\"https://www.instagram.com/mariaqkane/\" target=\"_self\">Maria\u003c/a>\u003c/p>\n\n\u003cp> 📱 \u003ca href=\"https://tiktok.com/@mrs_angemi\" target=\"_self\">TikTok\u003c/a>\u003c/p>\n\n\u003cp> \u003cstrong>More Info:\u003c/strong>\u003c/p>\n\n\u003cp> 📰 \u003ca href=\"https://theduramater.com/newsletter/\" target=\"_self\">Newsletter\u003c/a>\u003c/p>\n\n\u003cp> 📃 \u003ca href=\"https://theduramater.com/faq-items/disclaimer/\" target=\"_self\">Disclaimer\u003c/a>\u003c/p>\n\n\u003cp>See \u003ca href=\"https://omnystudio.com/listener\" target=\"_self\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>\n","schedule":{},"type":"html"}],"canonical_url":"https://iheart.com/podcast/1014-elvis-duran-and-the-morni-26935920","cuser":"","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"%2F6824bfb1dbdba71790606831","feed_partner_content":false,"feed_permalink":"https://iheart.com/podcast/1014-elvis-duran-and-the-morni-26935920","feed_type":"PODCAST","feed_vendor":"Elvis Duran and the Morning Show ON DEMAND","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":null,"primary_image_uri":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzZiMDNjMDRiLTA3MzItNGZhMy1hMWEwLWIyMTEwMTM0MjRmMS82YThjNDU4OS0xZTA4LTQ4ODEtOTk4OS1iMmRjMDBjNmE0ZjgvaW1hZ2UuanBnP3Q9MTc0NzEzNzg0MCZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","primary_target":{"categories":[],"distribution":["brands/Elvis Duran (54636)"]},"publish_date":1747224000000,"publish_end_date":4115978604802,"publish_origin":"brands/Elvis Duran (54636)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-1014-elvis-duran-and-the-morni-raccoon-found-holding-meth-pipe-meghan-markl","social_title":"","summary":"\u003cp>**Please Note - this episode is audio only.\u003c/p> \u003cp>On today’s MKD, we cover a lawsuit over Meghan Markle's bath salt recipe, a composer's brain making music after his death, a father going on vacation after leaving his daughter to die in a hot car, a raccoon found with a meth pipe in its...","targets":[],"title":"Raccoon Found Holding Meth Pipe, Meghan Markle Bath Salt Lawsuit, Composer'","permalink":"https://fm97.iheart.com/featured/elvis-duran/content/2025-05-14-1014-elvis-duran-and-the-morni-raccoon-found-holding-meth-pipe-meghan-markl/"},"slug":"2025-05-14-1014-elvis-duran-and-the-morni-raccoon-found-holding-meth-pipe-meghan-markl","summary":{"image":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzZiMDNjMDRiLTA3MzItNGZhMy1hMWEwLWIyMTEwMTM0MjRmMS82YThjNDU4OS0xZTA4LTQ4ODEtOTk4OS1iMmRjMDBjNmE0ZjgvaW1hZ2UuanBnP3Q9MTc0NzEzNzg0MCZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","title":"Raccoon Found Holding Meth Pipe, Meghan Markle Bath Salt Lawsuit, Composer'","description":"\u003cp>**Please Note - this episode is audio only.\u003c/p> \u003cp>On today’s MKD, we cover a lawsuit over Meghan Markle's bath salt recipe, a composer's brain making music after his death, a father going on vacation after leaving his daughter to die in a hot car, a raccoon found with a meth pipe in its...","author":""},"pub_start":1747224000000,"pub_until":4115978604802,"pub_changed":1747239029147,"subscription":[{"tags":["brands/Elvis Duran (54636)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Elvis Duran (54636)","id:/6824c074d22ceaaabb0232c8","slug:2025-05-14-1014-elvis-duran-and-the-morni-raccoon-found-holding-meth-pipe-meghan-markl","slug:2025-05-14-1014-elvis-duran-and-the-morni-raccoon-found-holding-meth-pipe-meghan-markl"]}},{"id":"%2F6824affe02b439878a7f958b","type":"PUBLISHING","record":{"ref_id":"%2F6824affe02b439878a7f958b","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"","blocks":[{"id":"26935920","kind":"podcast","related_id":"275560753","schedule":{},"type":"catalog"},{"html":"\u003cp>Alex Warren stops by the morning show to discuss how he's handling his newfound fame. Listeners call in to talk about finding love on 'hook up' apps. Plus, what is Elvis doing to get himself into a new "clique"See \u003ca href=\"https://omnystudio.com/listener\" target=\"_self\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>\n","schedule":{},"type":"html"}],"canonical_url":"https://iheart.com/podcast/1014-elvis-duran-and-the-morni-26935920","cuser":"","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"%2F6824af45dbdba71790606805","feed_partner_content":false,"feed_permalink":"https://iheart.com/podcast/1014-elvis-duran-and-the-morni-26935920","feed_type":"PODCAST","feed_vendor":"Elvis Duran and the Morning Show ON DEMAND","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":null,"primary_image_uri":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","primary_target":{"categories":[],"distribution":["brands/Elvis Duran (54636)"]},"publish_date":1747219960000,"publish_end_date":4115978604802,"publish_origin":"brands/Elvis Duran (54636)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-1014-elvis-duran-and-the-morni-full-show-the-day-alex-warren-stopped-by","social_title":"","summary":"Alex Warren stops by the morning show to discuss how he's handling his newfound fame. Listeners call in to talk about finding love on 'hook up' apps. Plus, what is Elvis doing to get himself into a new \"clique\"\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privac...","targets":[],"title":"FULL SHOW: The Day Alex Warren Stopped By!","permalink":"https://fm97.iheart.com/featured/elvis-duran/content/2025-05-14-1014-elvis-duran-and-the-morni-full-show-the-day-alex-warren-stopped-by/"},"slug":"2025-05-14-1014-elvis-duran-and-the-morni-full-show-the-day-alex-warren-stopped-by","summary":{"image":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","title":"FULL SHOW: The Day Alex Warren Stopped By!","description":"Alex Warren stops by the morning show to discuss how he's handling his newfound fame. Listeners call in to talk about finding love on 'hook up' apps. Plus, what is Elvis doing to get himself into a new \"clique\"\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privac...","author":""},"pub_start":1747219960000,"pub_until":4115978604802,"pub_changed":1747234815169,"subscription":[{"tags":["brands/Elvis Duran (54636)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Elvis Duran (54636)","id:/6824affe02b439878a7f958b","slug:2025-05-14-1014-elvis-duran-and-the-morni-full-show-the-day-alex-warren-stopped-by","slug:2025-05-14-1014-elvis-duran-and-the-morni-full-show-the-day-alex-warren-stopped-by"]}},{"id":"%2F68249adc3c1771c5d5217b6b","type":"PUBLISHING","record":{"ref_id":"%2F68249adc3c1771c5d5217b6b","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"","blocks":[{"id":"25096811","kind":"podcast","related_id":"275556172","schedule":{},"type":"catalog"},{"html":"\u003cp>Do you have a group of friends you do everything with? 'The Big Show' welcomes Andrew, Diamond and Coaster Boy Josh to debate whether or not they have their own office clique!\u003c/p>\n\n\u003cp>See \u003ca href=\"https://omnystudio.com/listener\" target=\"_self\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>\n","schedule":{},"type":"html"}],"canonical_url":"https://iheart.com/podcast/1031-elvis-durans-daily-highli-25096811","cuser":"","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"%2F682498ed02b439878a7f9534","feed_partner_content":false,"feed_permalink":"https://iheart.com/podcast/1031-elvis-durans-daily-highli-25096811","feed_type":"PODCAST","feed_vendor":"Elvis Duran's Daily Highlight","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":null,"primary_image_uri":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkZDJmNTg5LTcyNmMtNGZiNy05MDEwLWIyODkwMGViMzIwYy9hYThjNzU1Ni1lZjI3LTQxNDYtYjkzMC1iMjg5MDBlYjMyMWYvaW1hZ2UuanBnP3Q9MTc0NDY4OTExMCZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","primary_target":{"categories":[],"distribution":["brands/Elvis Duran (54636)"]},"publish_date":1747214457000,"publish_end_date":4115978604802,"publish_origin":"brands/Elvis Duran (54636)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-1031-elvis-durans-daily-highli-daily-highlight-do-you-belong-to-a-clique","social_title":"","summary":"\u003cp>Do you have a group of friends you do everything with? 'The Big Show' welcomes Andrew, Diamond and Coaster Boy Josh to debate whether or not they have their own office clique!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","targets":[],"title":"Daily Highlight: Do You Belong to a Clique? ","permalink":"https://fm97.iheart.com/featured/elvis-duran/content/2025-05-14-1031-elvis-durans-daily-highli-daily-highlight-do-you-belong-to-a-clique/"},"slug":"2025-05-14-1031-elvis-durans-daily-highli-daily-highlight-do-you-belong-to-a-clique","summary":{"image":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzBkZDJmNTg5LTcyNmMtNGZiNy05MDEwLWIyODkwMGViMzIwYy9hYThjNzU1Ni1lZjI3LTQxNDYtYjkzMC1iMjg5MDBlYjMyMWYvaW1hZ2UuanBnP3Q9MTc0NDY4OTExMCZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","title":"Daily Highlight: Do You Belong to a Clique? ","description":"\u003cp>Do you have a group of friends you do everything with? 'The Big Show' welcomes Andrew, Diamond and Coaster Boy Josh to debate whether or not they have their own office clique!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","author":""},"pub_start":1747214457000,"pub_until":4115978604802,"pub_changed":1747229405697,"subscription":[{"tags":["brands/Elvis Duran (54636)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Elvis Duran (54636)","id:/68249adc3c1771c5d5217b6b","slug:2025-05-14-1031-elvis-durans-daily-highli-daily-highlight-do-you-belong-to-a-clique","slug:2025-05-14-1031-elvis-durans-daily-highli-daily-highlight-do-you-belong-to-a-clique"]}},{"id":"%2F68249add3c1771c5d5217b6c","type":"PUBLISHING","record":{"ref_id":"%2F68249add3c1771c5d5217b6c","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"","blocks":[{"id":"26935920","kind":"podcast","related_id":"275556196","schedule":{},"type":"catalog"},{"html":"\u003cp>Do you have a group of friends you do everything with? 'The Big Show' welcomes Andrew, Diamond and Coaster Boy Josh to debate whether or not they have their own office clique!\u003c/p>\n\n\u003cp>See \u003ca href=\"https://omnystudio.com/listener\" target=\"_self\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>\n","schedule":{},"type":"html"}],"canonical_url":"https://iheart.com/podcast/1014-elvis-duran-and-the-morni-26935920","cuser":"","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"%2F6824990302b439878a7f9535","feed_partner_content":false,"feed_permalink":"https://iheart.com/podcast/1014-elvis-duran-and-the-morni-26935920","feed_type":"PODCAST","feed_vendor":"Elvis Duran and the Morning Show ON DEMAND","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":null,"primary_image_uri":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","primary_target":{"categories":[],"distribution":["brands/Elvis Duran (54636)"]},"publish_date":1747214426000,"publish_end_date":4115978604802,"publish_origin":"brands/Elvis Duran (54636)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-1014-elvis-duran-and-the-morni-daily-highlight-do-you-belong-to-a-clique","social_title":"","summary":"\u003cp>Do you have a group of friends you do everything with? 'The Big Show' welcomes Andrew, Diamond and Coaster Boy Josh to debate whether or not they have their own office clique!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","targets":[],"title":"Daily Highlight: Do You Belong to a Clique? ","permalink":"https://fm97.iheart.com/featured/elvis-duran/content/2025-05-14-1014-elvis-duran-and-the-morni-daily-highlight-do-you-belong-to-a-clique/"},"slug":"2025-05-14-1014-elvis-duran-and-the-morni-daily-highlight-do-you-belong-to-a-clique","summary":{"image":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzU3NWVjYzJjLWU0MjAtNGY3MS1iODhiLWFlMmIwMDM1MGZjMy9lOWZiMTU2OS05ZDhiLTRmMzgtOTlkNy1hZTJiMDAzNTBmZDEvaW1hZ2UuanBnP3Q9MTc0NDY4OTEyOSZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","title":"Daily Highlight: Do You Belong to a Clique? ","description":"\u003cp>Do you have a group of friends you do everything with? 'The Big Show' welcomes Andrew, Diamond and Coaster Boy Josh to debate whether or not they have their own office clique!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","author":""},"pub_start":1747214426000,"pub_until":4115978604802,"pub_changed":1747229405931,"subscription":[{"tags":["brands/Elvis Duran (54636)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Elvis Duran (54636)","id:/68249add3c1771c5d5217b6c","slug:2025-05-14-1014-elvis-duran-and-the-morni-daily-highlight-do-you-belong-to-a-clique","slug:2025-05-14-1014-elvis-duran-and-the-morni-daily-highlight-do-you-belong-to-a-clique"]}}],"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":"%2F682459cccb717e0b8d9c954b","type":"PUBLISHING","record":{"ref_id":"%2F682459cccb717e0b8d9c954b","type":"content:calendar","payload":{"canonical_url":"https://bob949.iheart.com/calendar/content/2025-05-17-barks-and-brews-this-saturday","cuser":"user/ldap/1026070","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>\u003cstrong>\u003cem>BOB 94.9 WILL BE AT BARKS AND BREWS ON SATURDAY! COME REGISTER TO WIN TICKETS TO LUKE BRYAN!\u003c/em>\u003c/strong>\u003c/p>\n\n\u003cp>+PLUS+\u003c/p>\n\n\u003cp>Get ready for a tail-wagging, beer-sipping good time at Barks & Brews in Stoudtburg Village! Join us on May 17th for a dog-friendly day full of fun, brews, and support for our four-legged friends. Here’s what we’ve got planned:\u003c/p>\n\n\u003cp> Dog Rescues & Adoptions: Meet adorable adoptable dogs and learn more about local rescues. Who knows? You might find your next furry family member!\u003c/p>\n\n\u003cp> Local Breweries: Enjoy a variety of craft beers from local breweries! Perfect for an afternoon of sipping while your pup socializes.\u003c/p>\n\n\u003cp> Plus, a portion of all proceeds will go directly to support local dog rescues and their missions to help animals in need.\u003c/p>\n\n\u003cp>Whether you’re a dog lover, a craft beer enthusiast, or both, Barks & Brews is the event you don’t want to miss! So grab your pup and head to Stoudtburg Village on May 17th for a fantastic day dedicated to fun and giving back.\u003c/p>\n\n\u003cp> Date: May 17, 2025\u003c/p>\n\n\u003cp> Location: Stoudtburg Village, Adamstown, PA\u003c/p>\n\n\u003cp> Time: 12 PM - 6 PM\u003c/p>\n\n\u003cp>Let’s raise a glass to supporting rescues and give these pups the love they deserve!\u003c/p>\n\n"},{"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":"%2F68245a36cb717e0b8d9c9557","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/68245a36cb717e0b8d9c9557","source_credit":"","title":"","url":"asset://assets.calendar/68245a36cb717e0b8d9c9557","use_caption":false}}]},"event_date":{"type":"multidate","value":[{"begin":1747497600552,"enabled":false,"end":1747519200552}]},"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":"%2F68245a36cb717e0b8d9c9557","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/68245a36cb717e0b8d9c9557","source_credit":"","title":"","url":"asset://assets.calendar/68245a36cb717e0b8d9c9557","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-05-17-barks-and-brews-this-saturday"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"BARKS AND BREWS THIS SATURDAY!"},"venue_address":{"type":"plain","value":"3 Market Plaza Adamstown, PA 19501"},"venue_name":{"type":"plain","value":"Stoudtburg Village"}},"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/68245a36cb717e0b8d9c9557","use_caption":false},"keywords":[],"primary_slug":"2025-05-17-barks-and-brews-this-saturday","slugs":["2025-05-17-barks-and-brews-this-saturday"],"sponsored":false,"title":"BARKS AND BREWS THIS SATURDAY!"},"targeting":{"exclusion":{"tags":[]},"publish_date":1747212660000,"publish_end_date":4115978604802,"publish_origin":"brands/WRBT-FM (1974)","syndication":{"publish_origin":"brands/WRBT-FM (1974)","refs":{}},"targets":[{"id":"682459cccb717e0b8d9c954c","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/community","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WRBT-FM (1974)","brands/WHP-AM (1166)","brands/WLAN-FM (1859)","brands/WTKT-AM (1272)","brands/WRAW-AM (5485)"],"workflow":""}]},"permalink":"https://bob949.iheart.com/calendar/content/2025-05-17-barks-and-brews-this-saturday"},"slug":"2025-05-17-barks-and-brews-this-saturday","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/68245a36cb717e0b8d9c9557","title":"BARKS AND BREWS THIS SATURDAY!","description":"","author":""},"pub_start":1747212660000,"pub_until":4115978604802,"pub_changed":1747213022468,"subscription":[{"tags":["calendar-categories/community","calendar-categories/entertainment","calendar-categories/station-events","brands/WRBT-FM (1974)","brands/WHP-AM (1166)","brands/WLAN-FM (1859)","brands/WTKT-AM (1272)","brands/WRAW-AM (5485)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WRBT-FM (1974)","id:/682459cccb717e0b8d9c954b","slug:2025-05-17-barks-and-brews-this-saturday","slug:2025-05-17-barks-and-brews-this-saturday"]}},{"id":"%2F6810bff3c5ff0f6e380d25ee","type":"PUBLISHING","record":{"ref_id":"%2F6810bff3c5ff0f6e380d25ee","type":"content:calendar","payload":{"canonical_url":"https://bob949.iheart.com/calendar/content/2025-05-22-central-pa-super-chef","cuser":"user/ldap/1026070","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":"%2F6810c064c5ff0f6e380d25fd","link":"https://centralpasuperchef.com/","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6810c064c5ff0f6e380d25fd","source_credit":"","title":"","url":"asset://assets.calendar/6810c064c5ff0f6e380d25fd","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp> Save the Date for SuperChef 2025! \u003c/p>\n\n\u003cp>Get ready for an unforgettable night of exquisite flavors, high-stakes competition, and culinary excellence at SuperChef 2025!\u003c/p>\n\n\u003cp> Date: May 22, 2025\u003c/p>\n\n\u003cp> Location: Hilton Harrisburg\u003c/p>\n\n\u003cp> Time: 5:00 PM – 9:00 PM\u003c/p>\n\n\u003cp> What to Expect:\u003c/p>\n\n\u003cp> Top Chefs Competing – Watch the finest fine dining and casual-fine dining establishments go head-to-head for the coveted SuperChef title.\u003c/p>\n\n\u003cp> Gourmet Tastings – Indulge in incredible dishes crafted by Central PA’s most talented chefs.\u003c/p>\n\n\u003cp> Celebrity Judges – A panel of distinguished judges AND event attendees will help crown the winner.\u003c/p>\n\n\u003cp> Silent Auction – Bid on exclusive items, with proceeds benefiting a local non-profit organization.\u003c/p>\n\n\u003cp> Bragging Rights & Billboards – The winning chef earns massive recognition across the Capital Region!\u003c/p>\n\n\u003cp>Thank you to our Presenting Sponsor Verber Dental Group\u003c/p>\n\n\u003cp>Mark your calendars and stay tuned—tickets will be available soon! Don’t miss this incredible evening of food, fun, and philanthropy.\u003c/p>\n\n\u003cp> Tag your foodie friends and spread the word!\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.facebook.com/hashtag/superchef2025?__eep__=6&__cft__[0]=AZXWlat7iojW85vzcBb9ibuykMQurm_pRs9ju-kegQMTrCvDjdVRMbUuRoB6rEZKSf70fZ4afH5hJ5bPtLgMPfFldQqA_UHHTejBqqdfaUH5T-hgC1GJunQUvp1JnS4DwJkt8zRil3_o-YP400SIHP6z&__tn__=q\" target=\"_blank\">#SuperChef2025\u003c/a> \u003ca href=\"https://www.facebook.com/hashtag/culinaryshowdown?__eep__=6&__cft__[0]=AZXWlat7iojW85vzcBb9ibuykMQurm_pRs9ju-kegQMTrCvDjdVRMbUuRoB6rEZKSf70fZ4afH5hJ5bPtLgMPfFldQqA_UHHTejBqqdfaUH5T-hgC1GJunQUvp1JnS4DwJkt8zRil3_o-YP400SIHP6z&__tn__=q\" target=\"_blank\">#CulinaryShowdown\u003c/a> \u003ca href=\"https://www.facebook.com/hashtag/finedining?__eep__=6&__cft__[0]=AZXWlat7iojW85vzcBb9ibuykMQurm_pRs9ju-kegQMTrCvDjdVRMbUuRoB6rEZKSf70fZ4afH5hJ5bPtLgMPfFldQqA_UHHTejBqqdfaUH5T-hgC1GJunQUvp1JnS4DwJkt8zRil3_o-YP400SIHP6z&__tn__=q\" target=\"_blank\">#FineDining\u003c/a> \u003ca href=\"https://www.facebook.com/hashtag/foodieevent?__eep__=6&__cft__[0]=AZXWlat7iojW85vzcBb9ibuykMQurm_pRs9ju-kegQMTrCvDjdVRMbUuRoB6rEZKSf70fZ4afH5hJ5bPtLgMPfFldQqA_UHHTejBqqdfaUH5T-hgC1GJunQUvp1JnS4DwJkt8zRil3_o-YP400SIHP6z&__tn__=q\" target=\"_blank\">#FoodieEvent\u003c/a> \u003ca href=\"https://www.facebook.com/hashtag/supportlocal?__eep__=6&__cft__[0]=AZXWlat7iojW85vzcBb9ibuykMQurm_pRs9ju-kegQMTrCvDjdVRMbUuRoB6rEZKSf70fZ4afH5hJ5bPtLgMPfFldQqA_UHHTejBqqdfaUH5T-hgC1GJunQUvp1JnS4DwJkt8zRil3_o-YP400SIHP6z&__tn__=q\" target=\"_blank\">#SupportLocal\u003c/a> \u003ca href=\"https://www.facebook.com/hashtag/givingback?__eep__=6&__cft__[0]=AZXWlat7iojW85vzcBb9ibuykMQurm_pRs9ju-kegQMTrCvDjdVRMbUuRoB6rEZKSf70fZ4afH5hJ5bPtLgMPfFldQqA_UHHTejBqqdfaUH5T-hgC1GJunQUvp1JnS4DwJkt8zRil3_o-YP400SIHP6z&__tn__=q\" target=\"_blank\">#GivingBack\u003c/a> \u003c/p>\n\n\u003cp>See less\u003c/p>\n\n\u003cp>\u003ca href=\"https://scrambled.ticketspice.com/central-pa-superchef\" target=\"_blank\">GET TICKETS BY CLICKING HERE\u003c/a>\u003c/p>\n\n"},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"catalog","value":{"country":"","device_link":"ihr://goto/podcast/28240911","id":"28240911","img":"https://i.iheart.com/v3/catalog/show/28240911","kind":"podcast","name":"Insight with Sylvia Maus","related_id":"","web_link":"https://www.iheart.com/podcast/498-insight-with-sylvia-maus-28240911/"}}]},"event_date":{"type":"multidate","value":[{"begin":1747947600412,"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":"%2F6810c00fc5ff0f6e380d25fa","link":"https://centralpasuperchef.com/","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6810c00fc5ff0f6e380d25fa","source_credit":"","title":"","url":"asset://assets.calendar/6810c00fc5ff0f6e380d25fa","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-05-22-central-pa-super-chef"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"CENTRAL PA SUPER CHEF "},"venue_address":{"type":"plain","value":""},"venue_name":{"type":"plain","value":""}},"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://centralpasuperchef.com/","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/6810c00fc5ff0f6e380d25fa","use_caption":false},"keywords":[],"primary_slug":"2025-05-22-central-pa-super-chef","slugs":["2025-05-22-central-pa-super-chef"],"sponsored":false,"title":"CENTRAL PA SUPER CHEF "},"targeting":{"exclusion":{"tags":[]},"publish_date":1745928120000,"publish_end_date":4115978604802,"publish_origin":"brands/WRBT-FM (1974)","syndication":{"publish_origin":"brands/WRBT-FM (1974)","refs":{}},"targets":[{"id":"6810bff3c5ff0f6e380d25ef","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/community","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WRBT-FM (1974)","brands/WRVV-FM (2000)","brands/WLAN-FM (1859)","brands/WTKT-AM (1272)","brands/WHP-AM (1166)"],"workflow":""}]},"permalink":"https://bob949.iheart.com/calendar/content/2025-05-22-central-pa-super-chef"},"slug":"2025-05-22-central-pa-super-chef","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/6810c00fc5ff0f6e380d25fa","title":"CENTRAL PA SUPER CHEF ","description":"","author":""},"pub_start":1745928120000,"pub_until":4115978604802,"pub_changed":1745928564037,"subscription":[{"tags":["calendar-categories/community","calendar-categories/entertainment","calendar-categories/station-events","brands/WRBT-FM (1974)","brands/WRVV-FM (2000)","brands/WLAN-FM (1859)","brands/WTKT-AM (1272)","brands/WHP-AM (1166)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WRBT-FM (1974)","id:/6810bff3c5ff0f6e380d25ee","slug:2025-05-22-central-pa-super-chef","slug:2025-05-22-central-pa-super-chef"]}},{"id":"%2F673cbe3f55928d3280c002ab","type":"PUBLISHING","record":{"ref_id":"%2F673cbe3f55928d3280c002ab","type":"content:calendar","payload":{"canonical_url":"https://fm97.iheart.com/calendar/content/2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025","cuser":"user/ldap/1026070","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":"%2F67e15243410b8d50d7eba78d","link":"https://www.ticketmaster.com/post-malone-presents-the-big-ass-hershey-pennsylvania-05-28-2025/event/0200617194EB1746?utm_campaign=PRM-00327722&utm_source=wlan-fm&utm_medium=ln_promo","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67e15243410b8d50d7eba78d","source_credit":"","title":"","url":"asset://assets.calendar/67e15243410b8d50d7eba78d","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003ch2>\u003cstrong>POST MALONE WITH JELLY ROLL AND SPECIAL GUEST SIERRA FERRELL AT HERSHEYPARK STADIUM MAY 28, 2025\u003c/strong>\u003c/h2>\n\n\u003cul>\u003cli>TICKETS ARE ON SALE NOW\u003c/li>\u003c/ul>\n\n\u003cp>\u003ca href=\"https://www.ticketmaster.com/post-malone-presents-the-big-ass-hershey-pennsylvania-05-28-2025/event/0200617194EB1746?utm_campaign=PRM-00327722&utm_source=wlan-fm&utm_medium=ln_promo\" target=\"_blank\">CLICK HERE FOR TICKETMASTER INFORMATION\u003c/a>\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1748404800880,"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/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67e15243410b8d50d7eba78d","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67e15243410b8d50d7eba78d","source_credit":"","title":"","url":"asset://assets.calendar/67e15243410b8d50d7eba78d","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"POST MALONE WITH JELLY ROLL: BIG ASS STADIUM TOUR MAY 2025"},"venue_address":{"type":"plain","value":"HERSHEY, PA"},"venue_name":{"type":"plain","value":"HERSHEYPARK STADIUM"}},"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/67e15243410b8d50d7eba78d","use_caption":false},"keywords":[],"primary_slug":"2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025","slugs":["2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025"],"sponsored":false,"title":"POST MALONE WITH JELLY ROLL: BIG ASS STADIUM TOUR MAY 2025"},"targeting":{"exclusion":{"tags":[]},"publish_date":1732033980000,"publish_end_date":4115978604802,"publish_origin":"brands/WLAN-FM (1859)","syndication":{"publish_origin":"brands/WLAN-FM (1859)","refs":{}},"targets":[{"id":"673cbe3f55928d3280c002ac","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WLAN-FM (1859)","brands/WRBT-FM (1974)","brands/WTKT-AM (1272)"],"workflow":""}]},"permalink":"https://fm97.iheart.com/calendar/content/2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025"},"slug":"2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/67e15243410b8d50d7eba78d","title":"POST MALONE WITH JELLY ROLL: BIG ASS STADIUM TOUR MAY 2025","description":"","author":""},"pub_start":1732033980000,"pub_until":4115978604802,"pub_changed":1742819944543,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","brands/WLAN-FM (1859)","brands/WRBT-FM (1974)","brands/WTKT-AM (1272)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WLAN-FM (1859)","id:/673cbe3f55928d3280c002ab","slug:2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025","slug:2025-05-28-post-malone-with-jelly-roll-big-ass-stadium-tour-may-2025"]}},{"id":"%2F674db7f4ab05f2a3660b7870","type":"PUBLISHING","record":{"ref_id":"%2F674db7f4ab05f2a3660b7870","type":"content:calendar","payload":{"canonical_url":"https://fm97.iheart.com/calendar/content/2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025","cuser":"user/ldap/1026070","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":"%2F67e152c2410b8d50d7eba79a","link":"https://www.ticketmaster.com/avril-lavigne-the-greatest-hits-hershey-pennsylvania-06-07-2025/event/0200617BC5CE425E?utm_campaign=PRM-00331646&utm_source=wlan-fm&utm_medium=ln_promo","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67e152c2410b8d50d7eba79a","source_credit":"","title":"","url":"asset://assets.calendar/67e152c2410b8d50d7eba79a","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003ch2>\u003cstrong>\u003cem>Register to win tickets!!\u003c/em>\u003c/strong>\u003c/h2>\n\n\u003ch2>\u003cstrong>Avril Lavigne - Hersheypark Stadium - 06/07/25\u003c/strong>\u003c/h2>\n\n\u003ch2>\u003ca href=\"https://www.ticketmaster.com/avril-lavigne-the-greatest-hits-hershey-pennsylvania-06-07-2025/event/0200617BC5CE425E?utm_campaign=PRM-00331646&utm_source=wlan-fm&utm_medium=ln_promo\" target=\"_blank\">\u003cstrong>Click here for Ticketmaster information!\u003c/strong>\u003c/a>\u003c/h2>\n\n\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1749333600275,"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/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67e152c2410b8d50d7eba79a","link":"https://www.ticketmaster.com/avril-lavigne-the-greatest-hits-hershey-pennsylvania-06-07-2025/event/0200617BC5CE425E?utm_campaign=PRM-00331646&utm_source=wlan-fm&utm_medium=ln_promo","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67e152c2410b8d50d7eba79a","source_credit":"","title":"","url":"asset://assets.calendar/67e152c2410b8d50d7eba79a","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Avril Lavigne Greatest Hits Tour Hersheypark Stadium in June 2025"},"venue_address":{"type":"plain","value":"Hershey, PA"},"venue_name":{"type":"plain","value":"Hersheypark Stadium"}},"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":"https://www.ticketmaster.com/avril-lavigne-the-greatest-hits-hershey-pennsylvania-06-07-2025/event/0200617BC5CE425E?utm_campaign=PRM-00331646&utm_source=wlan-fm&utm_medium=ln_promo","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/67e152c2410b8d50d7eba79a","use_caption":false},"keywords":[],"primary_slug":"2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025","slugs":["2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025"],"sponsored":false,"title":"Avril Lavigne Greatest Hits Tour Hersheypark Stadium in June 2025"},"targeting":{"exclusion":{"tags":[]},"publish_date":1733146380000,"publish_end_date":4115978604802,"publish_origin":"brands/WLAN-FM (1859)","syndication":{"publish_origin":"brands/WLAN-FM (1859)","refs":{}},"targets":[{"id":"674db7f4ab05f2a3660b7871","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/station-events","calendar-categories/entertainment"],"where":["brands/WLAN-FM (1859)","brands/WTKT-AM (1272)"],"workflow":""}]},"permalink":"https://fm97.iheart.com/calendar/content/2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025"},"slug":"2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/67e152c2410b8d50d7eba79a","title":"Avril Lavigne Greatest Hits Tour Hersheypark Stadium in June 2025","description":"","author":""},"pub_start":1733146380000,"pub_until":4115978604802,"pub_changed":1742820189040,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/station-events","calendar-categories/entertainment","brands/WLAN-FM (1859)","brands/WTKT-AM (1272)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WLAN-FM (1859)","id:/674db7f4ab05f2a3660b7870","slug:2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025","slug:2025-06-07-avril-lavigne-greatest-hits-tour-hersheypark-stadium-in-june-2025"]}}],"resume":{"id":"ID:calendar-topics-feed-matsubs","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IlppeHlBIjoiZXlKdlptWnpaWFFpT2pSOSJ9LCJlbmRzIjp7fX0=","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":"1759062"},{"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":"%2F6824ac3f6870051cc5eb6880","type":"PUBLISHING","record":{"ref_id":"%2F6824ac3f6870051cc5eb6880","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"4695ab9c-f375-488d-9ace-2fd0021ddf13","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/117810/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/117810/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/117810/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/117810/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824b26abc3c60e780302932","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/kesha-117810/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"117810\" data-catalog-related-id=\"\">\u003cstrong>Kesha\u003c/strong>\u003c/a> first splashed on to the scene with her 2009 debut single "TiK ToK" and while the song became a hit and a favorite on the party scene, she is now confessing to once thinking the song was "too dumb" to release.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-18-kesha-reveals-moment-she-knew-she-was-going-to-end-secret-engagement/\" target=\"_blank\">The "Joyride" singer\u003c/a> recently appeared on \u003cem>The Jennifer Hudson Show\u003c/em> where she shared behind-the-scenes details of writing the popular track and admitted to host \u003ca href=\"https://www.iheart.com/artist/jennifer-hudson-118117/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"118117\" data-catalog-related-id=\"\">\u003cstrong>Jennifer Hudson\u003c/strong>\u003c/a> that she did not believe it would become as successful as it did, per \u003ca href=\"https://people.com/kesha-thought-tik-tok-was-too-dumb-to-release-11733864\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>. \u003c/p>\n\n\u003cp>"When I was writing 'TiK ToK,' it was weird, because the dumber it got, the better it got," she said. "Which was confusing, because I like to think of myself as a fairly intelligent human being. But it just got dumber and dumber and better and better."\u003c/p>\n\n\u003cp>Kesha followed her instinct and ended up with single that has \u003ca href=\"https://www.iheart.com/content/2024-08-07-kesha-reveals-plans-for-permanent-change-to-one-of-her-biggest-hits/\" target=\"_blank\">proved to have lasting power\u003c/a>, going on to become a top-charting track and get certified 12 times platinum by the Recording Industry Association of America (RIAA). \u003c/p>\n\n\u003cp>"When I listened to the final product, I was like, 'This is too dumb.' And it's like 1.5 billion streams at this point," she said.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-16-kesha-reacts-to-old-photos-of-herself-shouldnt-have-left-the-house/\" target=\"_blank\">The "Yippee-Ki-Yay" musician\u003c/a> noted how different the writing process for "TiK ToK" was compared to what she learned growing up from her songwriter mom, \u003cstrong>Pebe Sebert\u003c/strong>, who co-wrote \u003ca href=\"https://www.iheart.com/artist/dolly-parton-2614/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"2614\" data-catalog-related-id=\"\">\u003cstrong>Dolly Parton\u003c/strong>\u003c/a>'s 1980 song "Old Flames Can't Hold a Candle to You."\u003c/p>\n\n\u003cp>"I would come home from school, and I'd be like, 'Mom, this boy was mean to me,' and she'd be like, 'Write a song about it,'" she said. "It was, like, how we dealt with everything as a family."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release/","cuser":"user/ldap/1129327","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/Kesha","keywords/TiK ToK","keywords/The Jennifer Hudson Show"],"primary_image":{"bucket":"new_assets","id":"%2F6824b26abc3c60e780302932"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1747255860000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","social_title":"","summary":"\"The dumber it got, the better it got...\"","targets":[{"categories":["categories/music-news"],"distribution":["artists/Kesha (36716636)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kesha Shares Which Song She Thought Was 'Too Dumb' To Release","permalink":"https://fm97.iheart.com/content/2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release/"},"slug":"2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824b26abc3c60e780302932","title":"Kesha Shares Which Song She Thought Was 'Too Dumb' To Release","description":"\"The dumber it got, the better it got...\"","author":"Sarah Tate"},"pub_start":1747255860000,"pub_until":4115978604802,"pub_changed":1747256269892,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/music-news","artists/Kesha (36716636)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824ac3f6870051cc5eb6880","slug:2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","slug:2025-05-14-kesha-shares-which-song-she-thought-was-too-dumb-to-release","keyword:keywords/Kesha","keyword:keywords/TiK ToK","keyword:keywords/The Jennifer Hudson Show","author:user"]}},{"id":"%2F6824f4ca4780dcb26d30b34e","type":"PUBLISHING","record":{"ref_id":"%2F6824f4ca4780dcb26d30b34e","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"37705692-ad56-4e63-b743-75ed49967ad5","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/42340/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/42340/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/42340/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/42340/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824f5f54780dcb26d30b359","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/demi-lovato-42340/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"42340\" data-catalog-related-id=\"\">Demi Lovato\u003c/a>'s wedding is allegedly just around the corner! \u003c/p>\n\n\u003cp>Sources close to the "Heart Attack" hitmaker recently told \u003ca href=\"https://www.tmz.com/2025/05/14/demi-lovato-getting-married-memorial-day-weekend/\" target=\"_blank\">\u003cem>TMZ\u003c/em>\u003c/a> that Lovato and fiancé \u003cstrong>Jordan Lutes\u003c/strong>, whom she nervously \u003ca href=\"https://www.iheart.com/content/2023-09-11-demi-lovato-reveals-how-she-met-boyfriend-jutes-i-was-so-nervous/\" target=\"_blank\">met during a jam session\u003c/a> in 2022, plan to say "I do" over Memorial Day weekend. \u003c/p>\n\n\u003cp>The songstress announced they were engaged in December 2023, and marked the special occasion with a \u003ca href=\"https://www.instagram.com/p/C09puglvQVV/?utm_source=ig_embed&utm_campaign=loading&img_index=1\" target=\"_blank\">photo from the proposal\u003c/a> and a photo of her massive diamond engagement ring. Both Jutes and Lovato wore black leather jackets and big smiles when they said yes to forever. \u003c/p>\n\n\u003cp>The "Cool for the Summer" star remarked on how happy they were in the caption, citing disbelief that she gets to "marry the love of my life." \u003c/p>\n\n\u003cblockquote>"I’m still speechless 🥹🥹 last night was the best night of my life and I can’t believe I get to marry the love of my life @jutesmusic..My love, I’m beyond excited to marry you.. Every day I’ve spent with you has been a dream come true and I can’t wait to love and cherish you forever. Here’s to the rest of our lives. I love you baby."\u003c/blockquote>\n\n\u003cp>In \u003ca href=\"https://youtu.be/CLAXa1CW7xU\" target=\"_blank\">September 2024\u003c/a>, Lovato told talk show host \u003cstrong>Jimmy Fallon\u003c/strong> that she wants the process of planning her wedding to be peaceful and that she will \u003ca href=\"https://www.iheart.com/content/2024-09-20-demi-lovato-reveals-the-one-thing-she-refuses-to-do-on-her-wedding-day/\" target=\"_blank\">not be performing\u003c/a> on their special day. \u003c/p>\n\n\u003cp>Information regarding where the ceremony will take place has yet to be revealed as the dynamic duo prepares for their big day! \u003c/p>\n\n\u003cp>For more on the pair's engagement, read \u003ca href=\"https://www.iheart.com/content/2023-12-17-demi-lovato-is-engaged-to-boyfriend-jutes-see-her-stunning-ring/\" target=\"_blank\">Demi Lovato Is Engaged To Boyfriend Jutes: See Her Stunning Ring\u003c/a>. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-heres-when-demi-lovato-is-getting-married/","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/Demi Lovato","keywords/Sources","keywords/Jordan Lutes","keywords/@jutesmusic","keywords/wedding","keywords/love","keywords/corner","keywords/songstress"],"primary_image":{"bucket":"new_assets","id":"%2F6824f5f54780dcb26d30b359"},"primary_target":{"categories":["categories/entertainment-news","categories/music-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1747253700000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-heres-when-demi-lovato-is-getting-married","social_title":"","summary":"Sources close to the star revealed that they plan to tie the knot on...","targets":[{"categories":["categories/music-news","categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/entertainment-news","categories/music-news"],"distribution":["artists/Demi Lovato (42340)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Here's When Demi Lovato Is Getting Married","permalink":"https://fm97.iheart.com/content/2025-05-14-heres-when-demi-lovato-is-getting-married/"},"slug":"2025-05-14-heres-when-demi-lovato-is-getting-married","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824f5f54780dcb26d30b359","title":"Here's When Demi Lovato Is Getting Married","description":"Sources close to the star revealed that they plan to tie the knot on...","author":"Logan DeLoye"},"pub_start":1747253700000,"pub_until":4115978604802,"pub_changed":1747254296129,"subscription":[{"tags":["categories/entertainment-news","categories/music-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/music-news","categories/entertainment-news","brands/iHeartRadio"]},{"tags":["categories/entertainment-news","categories/music-news","artists/Demi Lovato (42340)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824f4ca4780dcb26d30b34e","slug:2025-05-14-heres-when-demi-lovato-is-getting-married","slug:2025-05-14-heres-when-demi-lovato-is-getting-married","keyword:keywords/Demi Lovato","keyword:keywords/Sources","keyword:keywords/Jordan Lutes","keyword:keywords/@jutesmusic","keyword:keywords/wedding","keyword:keywords/love","keyword:keywords/corner","keyword:keywords/songstress","author:user"]}},{"id":"%2F6824f0a2f068c715817c082b","type":"PUBLISHING","record":{"ref_id":"%2F6824f0a2f068c715817c082b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"87293b67-d18c-40ad-9b9a-40c197b1cfe3","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Tony M. Centeno","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/playlist/the-beat-playlist-312064750-LBNx1Xf8YsZiuvS812rzqn/?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/playlist/the-beat-playlist-312064750-LBNx1Xf8YsZiuvS812rzqn/?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/playlist/the-beat-playlist-312064750-LBNx1Xf8YsZiuvS812rzqn/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/playlist/the-beat-playlist-312064750-LBNx1Xf8YsZiuvS812rzqn/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824f83df068c715817c0879","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/tory-lanez-30931995/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"30931995\" data-catalog-related-id=\"\">\u003cstrong>Tory Lanez's\u003c/strong>\u003c/a> attorneys have revealed new information that suggests \u003ca href=\"https://www.iheart.com/content/2024-03-05-kelsey-harris-has-ptsd-after-tory-lanez-shooting-my-pain-does-matter/\" data-content-id=\"/65e7581c9da36c5272a88b80\">\u003cstrong>Kelsey Harris\u003c/strong>\u003c/a> was the one who shot \u003ca href=\"https://www.iheart.com/artist/megan-thee-stallion-31819286/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"31819286\" data-catalog-related-id=\"\">\u003cstrong>Megan Thee Stallion\u003c/strong>\u003c/a> in 2020. \u003cbr />\u003cbr />On Wednesday, May 14, the Toronto artist's legal team and his management held a press conference in Los Angeles regarding their plan to ask the government to pardon or commute the sentence of Tory Lanez, born Daystar Peterson. While at the podium, lead consultant Walter Roberts explained that his team was approached by a man named Bradley James, who worked as Harris' bodyguard during Peterson's trial in 2022. James claimed he was able to hear conversations between Harris, her husband and others. \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%2FAlphamediaroom%2Fstatus%2F1922734276539293810","@url":"https://x.com/Alphamediaroom/status/1922734276539293810","author_name":"Alpha Media Room","author_url":"https://twitter.com/Alphamediaroom","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Tory Lanez’s legal team presents shocking new evidence—Kelsey Harris’ ex-bodyguard claims Kelsey Harris allegedly shot Megan Thee Stallion — not Tory Lanez \u003ca href=\"https://t.co/m1y9sD4Eis\">pic.twitter.com/m1y9sD4Eis\u003c/a>\u003c/p>— Alpha Media Room (@Alphamediaroom) \u003ca href=\"https://twitter.com/Alphamediaroom/status/1922734276539293810?ref_src=twsrc%5Etfw\">May 14, 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/Alphamediaroom/status/1922734276539293810","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Tory Lanez’s legal team presents shocking new evidence—Kelsey Harris’ ex-bodyguard claims Kelsey Harris allegedly shot Megan Thee Stallion — not Tory Lanez \u003ca href=\"https://t.co/m1y9sD4Eis\">pic.twitter.com/m1y9sD4Eis\u003c/a>\u003c/p>— Alpha Media Room (@Alphamediaroom) \u003ca href=\"https://twitter.com/Alphamediaroom/status/1922734276539293810?ref_src=twsrc%5Etfw\">May 14, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/Alphamediaroom/status/1922734276539293810"},{"html":"\u003cp>"Mr. James informed Unite The People that he was a witness to the conversation Ms. Harris had where she stated she had the gun. She fired it three times. Mr. Peterson grabbed her arm, knocked it down and the gun fired two more times. In essence, Mr. Peterson never shot anybody." \u003cbr />\u003cbr />Roberts said Peterson never touched or fired the gun. He also said the statement aligns with the testimony of witness Sean Kelly, who told the jury that he saw two women fighting and two men break up the fight. He also mentioned that police did not take DNA samples from the other potential suspects, including Harris and the driver at the time, that night. Peterson's DNA was collected, but analysts could not find his DNA on the gun. \u003cbr />\u003cbr />James reportedly told Unite The People that he wanted to speak freely about the conversation he overheard because he did not sign any non-disclosure agreements. He also claimed his conscience wouldn't let Peterson sit in prison for something he did not do. The shocking update in the case came the day after Lanez was \u003ca href=\"https://www.iheart.com/content/2025-05-13-tory-lanezs-condition-revealed-after-he-was-stabbed-14-times-in-prison/\" data-content-id=\"/68234c02c64e4e9ae962797b\">\u003cstrong>stabbed 14 times in prison\u003c/strong>\u003c/a>. \u003cbr />\u003cbr />As of this report, neither Harris nor Megan Thee Stallion has responded to the new claim from James. Watch the entire press conference \u003ca href=\"https://www.youtube.com/live/byVCWaKGCHI?si=pLGmQkDRBtaYsn9w\" target=\"_blank\">\u003cstrong>here\u003c/strong>\u003c/a>. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion/","cuser":"user/ldap/1133095","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/Tory Lanez","keywords/Megan Thee Stallion","keywords/Hip-Hop"],"primary_image":{"bucket":"new_assets","id":"%2F6824f83df068c715817c0879"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/HIPHOPRNB","formats/RNB","formats/CHRRHYTHMIC","formats/CHRPOP"]},"publish_date":1747253040000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"Kelsey Harris' Bodyguard Claims Harris Allegedly Shot Megan Thee Stallion","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion","social_title":"Kelsey Harris' Bodyguard Claims Harris Allegedly Shot Megan Thee Stallion, Not Tory Lanez","summary":"Tory Lanez's attorneys announced the shocking claim from Kelsey Harris' former bodyguard ","targets":[{"categories":["categories/music-news"],"distribution":["artists/Tory Lanez (30931995)","artists/Megan Thee Stallion (31819286)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kelsey Harris' Bodyguard Claims Harris Allegedly Shot Megan Thee Stallion","permalink":"https://fm97.iheart.com/content/2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion/"},"slug":"2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824f83df068c715817c0879","title":"Kelsey Harris' Bodyguard Claims Harris Allegedly Shot Megan Thee Stallion","description":"Tory Lanez's attorneys announced the shocking claim from Kelsey Harris' former bodyguard ","author":"Tony M. Centeno"},"pub_start":1747253040000,"pub_until":4115978604802,"pub_changed":1747253404379,"subscription":[{"tags":["categories/music-news","formats/HIPHOPRNB","formats/RNB","formats/CHRRHYTHMIC","formats/CHRPOP"]},{"tags":["categories/music-news","artists/Tory Lanez (30931995)","artists/Megan Thee Stallion (31819286)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824f0a2f068c715817c082b","slug:2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion","slug:2025-05-14-kelsey-harris-bodyguard-claims-harris-allegedly-shot-megan-thee-stallion","keyword:keywords/Tory Lanez","keyword:keywords/Megan Thee Stallion","keyword:keywords/Hip-Hop","author:user"]}},{"id":"%2F6824eacf6044a21e146be1ea","type":"PUBLISHING","record":{"ref_id":"%2F6824eacf6044a21e146be1ea","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"ca93cdf4-bf95-4037-854a-33179f0cf650","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Kelly Fisher","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/miley-cyrus-42281/?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/artist/miley-cyrus-42281/?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/artist/miley-cyrus-42281/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/miley-cyrus-42281/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824ec7e6044a21e146be204","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/miley-cyrus-42281/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"42281\" data-catalog-related-id=\"\">\u003cstrong>Miley Cyrus\u003c/strong>\u003c/a> officially has a song “for Aunt Dolly.”\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/artist/dolly-parton-2614/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"2614\" data-catalog-related-id=\"\">\u003cstrong>Dolly Parton\u003c/strong>\u003c/a> shared a clip of her goddaughter, superstar pop singer-songwriter Cyrus, sharing the story behind her latest ballad, “More to Lose.” Cyrus released it on Friday (May 9), and told the story behind it \u003ca href=\"https://www.instagram.com/p/DJesdyVRGnP/?hl=en\" target=\"_blank\">on Instagram\u003c/a>. Parton shared the video on her Instagram story on Wednesday (May 14).\u003c/p>\n\n\u003cp>“I went to see Dolly during Christmas, and I played her ‘Something Beautiful,’” Cyrus said. “I was excited because she just came off her rock album [\u003cem>Rockstar\u003c/em>, after her induction into the Rock and Roll Hall of Fame], so I thought she was really gonna get it. So I played ‘Something Beautiful,’ (and) she goes, ‘alright, I see what you’re doing here. You got any hits?’ I was pretty sure I didn’t at that time. So, I was like, ‘yeah, I do. it’s called ‘More to Lose,’’ but I hadn’t written it yet. So, I flew back to L.A., and — that was at Christmastime — (on) January 2, I got in the studio and went and wrote this song.\u003c/p>\n\n\u003cp>“I’ve always thought of this song as my ‘I Will Always Love You,’” she said. “So this is my song for Aunt Dolly.”\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%2FDJesdyVRGnP%2F%3Fhl%3Den","@url":"https://www.instagram.com/p/DJesdyVRGnP/?hl=en","author_name":"mileycyrus","author_url":"","height":0,"html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJesdyVRGnP/?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/DJesdyVRGnP/?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/DJesdyVRGnP/?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 Miley Cyrus (@mileycyrus)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":1134,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/496206636_18604800001038300_5449337971045213057_n.jpg?stp=dst-jpg_e15_p640x640_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2QHWm63BibeSRcoXcP40iksToIm9bm6wtj4DxYKbLKbWf87bDqtfvVXm1R0YXxLtneQ&_nc_ohc=TPSkiQF8X0sQ7kNvwGol2Rp&_nc_gid=Bu9R0phjay1q3vbbUC3ZsQ&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfIz9IAuRsthuW5Wap-9Po5bAUkD_1CcshxpE92YJxQo6A&oe=682ABB31&_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/DJesdyVRGnP/?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/DJesdyVRGnP/?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/DJesdyVRGnP/?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 Miley Cyrus (@mileycyrus)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJesdyVRGnP/?hl=en"},{"html":"\u003cp>The beloved “I Will Always Love You” legend is Cyrus’ godmother, and last year, Ancestry \u003ca href=\"https://country.iheart.com/content/2024-09-25-dolly-parton-reacts-to-proof-that-shes-related-to-goddaughter-miley-cyrus/\" target=\"_blank\">data revealed the two artists are actually seventh cousins, once removed\u003c/a>. Parton and Cyrus share common ancestor \u003cstrong>John Brickey\u003c/strong>, who is Parton’s 6th great-grandfather and Cyrus’ 7th great-grandfather. Parton said of the Ancestry data in an interview with \u003ca href=\"https://www.youtube.com/watch?v=kEtj8pAYB-g\" target=\"_blank\">\u003cem>Access Hollywood\u003c/em>\u003c/a>: “Is that true? That’s amazing. Well we’re so close, Miley and I, I would’ve thought we would’ve been at least, you know, third cousins, 10 times removed. And I’m sure she’ll get a kick out of that. But it doesn’t surprise me because she does feel like family.”\u003c/p>\n\n\u003cp>Cyrus will release her highly-anticipated \u003ca href=\"https://www.iheart.com/content/2025-03-31-miley-cyrus-teases-end-of-the-world-in-mysterious-new-billboard/\" target=\"_blank\">ninth studio record, \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-31-miley-cyrus-teases-end-of-the-world-in-mysterious-new-billboard/\" target=\"_blank\">\u003cem>Something Beautiful\u003c/em>\u003c/a>, on May 30. So far, Cyrus has released “Prelude,” the title track, “End of the World” and “More to Lose” from the 13-track record. Listen to “\u003ca href=\"https://www.youtube.com/watch?v=T3fA-4D71Kk\" target=\"_blank\">More to Lose\u003c/a>” here:\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.youtube.com/embed/T3fA-4D71Kk?si=Tq6wQY8whubQ_5yU","author_name":"","author_url":"","height":"315","html":"\u003ciframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/T3fA-4D71Kk?si=Tq6wQY8whubQ_5yU\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"560"},"embed_type":"rich","html":"\u003ciframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/T3fA-4D71Kk?si=Tq6wQY8whubQ_5yU\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/embed/T3fA-4D71Kk?si=Tq6wQY8whubQ_5yU"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton/","cuser":"user/ldap/1129284","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/Dolly Parton","keywords/tribute","keywords/Miley Cyrus","keywords/Aunt Dolly","keywords/story","keywords/Cyrus"],"primary_image":{"bucket":"new_assets","id":"%2F6824ec7e6044a21e146be204"},"primary_target":{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1747250100000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton","social_title":"Miley Cyrus Shares Heartfelt Tribute To Godmother Dolly Parton: 'This Is My Song For Aunt Dolly'","summary":"\"I will always love you Aunt Dolly 🦋\"","targets":[{"categories":["categories/music-news"],"distribution":["brands/ICTY-FL (11921)"]},{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/COUNTRY"]},{"categories":["categories/music-news"],"distribution":["artists/Dolly Parton (2614)"]},{"categories":["categories/music-news"],"distribution":["artists/Miley Cyrus (42281)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Miley Cyrus Shares Heartfelt Tribute To Godmother Dolly Parton","permalink":"https://fm97.iheart.com/content/2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton/"},"slug":"2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824ec7e6044a21e146be204","title":"Miley Cyrus Shares Heartfelt Tribute To Godmother Dolly Parton","description":"\"I will always love you Aunt Dolly 🦋\"","author":"Kelly Fisher"},"pub_start":1747250100000,"pub_until":4115978604802,"pub_changed":1747250525565,"subscription":[{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","brands/ICTY-FL (11921)"]},{"tags":["categories/music-news","formats/CHRPOP","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/COUNTRY"]},{"tags":["categories/music-news","artists/Dolly Parton (2614)"]},{"tags":["categories/music-news","artists/Miley Cyrus (42281)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824eacf6044a21e146be1ea","slug:2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton","slug:2025-05-14-miley-cyrus-shares-heartfelt-tribute-to-godmother-dolly-parton","keyword:keywords/Dolly Parton","keyword:keywords/tribute","keyword:keywords/Miley Cyrus","keyword:keywords/Aunt Dolly","keyword:keywords/story","keyword:keywords/Cyrus","author:user"]}},{"id":"%2F6824e0e3f892ed465a0de4f6","type":"PUBLISHING","record":{"ref_id":"%2F6824e0e3f892ed465a0de4f6","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"c457996b-9cc5-40d9-b7be-75ac528557d6","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824e2b1f892ed465a0de501","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Academy Award winning actors \u003cstrong>Nicolas Cage\u003c/strong> and \u003cstrong>Christian Bale\u003c/strong> looked unrecognizable in the first photo taken from production of the upcoming film \u003cem>Madden\u003c/em> about late Pro Football Hall of Famer and Oakland Raiders coach \u003ca href=\"https://www.iheart.com/content/2022-06-01-late-john-madden-to-be-honored-by-namesake-video-game-franchise/\" target=\"_blank\">\u003cstrong>John Madden\u003c/strong>\u003c/a> was shared by Amazon MGM Studios on Tuesday (May 13).\u003c/p>\n\n\u003cp>Cage will play the titular coach and Bale will play late former Raiders coach turned owner \u003cstrong>Al Davis\u003c/strong> in the upcoming film with both in-character showing off their Super Bowl rings.\u003c/p>\n\n\u003cp>"Your first-look at Nicolas Cage as John Madden and Christian Bale as Al Davis on set of the upcoming film, \u003cem>Madden\u003c/em>. Production is currently underway," Amazon MGM Studios wrote in the post shared on its Instagram account Tuesday.\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%2FDJnfYJhp26Z","@url":"https://www.instagram.com/p/DJnfYJhp26Z","author_name":"amazonmgmstudios","author_url":"","height":0,"html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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 Amazon MGM Studios (@amazonmgmstudios)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":640,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/497915110_18501367837044738_7198203616037356318_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=106&_nc_oc=Q6cZ2QEYy5_Z5uvrC04ORAMSjdoUT1X7dFMxW-IYWvBztCtqf0lUybSR9lpz4yxJ2XQxD98&_nc_ohc=ItsyW0HDX7IQ7kNvwGC923H&_nc_gid=UkbbluJtecK19PYsTp1Y0Q&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfKsFTXJOj_cTOFpCeLFwTHVl76WkzWVKzql0gQmRF8XKA&oe=682AA7C5&_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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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 Amazon MGM Studios (@amazonmgmstudios)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJnfYJhp26Z"},{"html":"\u003cp>"The film follows Madden’s remarkable journey—from his Super Bowl-winning partnership with Al Davis and the Raiders, to creating Madden NFL, and becoming one of the most iconic voices in football history," the caption continued.\u003c/p>\n\n\u003cp>The film will be directed by \u003cstrong>David O. Russell\u003c/strong> and also feature \u003cstrong>John Mulaney\u003c/strong> as \u003cstrong>Trip Hawkins\u003c/strong>, \u003cstrong>Kathryn Hahn\u003c/strong> as \u003cstrong>Virginia Madden \u003c/strong>and \u003cstrong>Sienna Miller\u003c/strong> as \u003cstrong>Carol Davis\u003c/strong>.\u003c/p>\n\n\u003cp>Madden, who \u003ca href=\"https://www.iheart.com/content/2021-12-28-john-madden-hall-of-fame-coach-and-broadcaster-dead-at-85/\" target=\"_blank\">died in December 2021\u003c/a>, led the Raiders to a Super Bowl XI victory over the Minnesota Vikings in 1977 and retired in 1978 with a 103-32-7 career coaching record and a 76.3% winning percentage, the highest in NFL history. The Minnesota native went on to a legendary broadcasting career as the first NFL color analyst to contribute to all four major networks: \u003cem>CBS\u003c/em> (1979-93), \u003cem>FOX\u003c/em> (1994-2001), \u003cem>ABC\u003c/em> (2002-05) and \u003cem>NBC\u003c/em> (2006-08), before retiring ahead of the 2008 season and was immortalized as the namesake for EA Sports popular NFL video game franchise, initially lending his voice and likeness to the series in 1988.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/","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/John Madden","keywords/MGM Studios","keywords/Christian Bale","keywords/film photo","keywords/Al Davis","keywords/film","keywords/Nicolas Cage","keywords/photo","keywords/production","keywords/Amazon","keywords/NFL","keywords/football","keywords/Oakland Raiders"],"primary_image":{"bucket":"new_assets","id":"%2F6824e2b1f892ed465a0de501"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1747248540000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","social_title":"","summary":"Academy Award winners Nicolas Cage and Christian Bale looked unrecognizable in the first photo taken from production of the upcoming film 'Madden.'","targets":[{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS","formats/ROCKACTIVE","formats/ROCKCLASSIC"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo","permalink":"https://fm97.iheart.com/content/2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/"},"slug":"2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824e2b1f892ed465a0de501","title":"Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo","description":"Academy Award winners Nicolas Cage and Christian Bale looked unrecognizable in the first photo taken from production of the upcoming film 'Madden.'","author":"Jason Hall"},"pub_start":1747248540000,"pub_until":4115978604802,"pub_changed":1747249387828,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS","formats/ROCKACTIVE","formats/ROCKCLASSIC"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824e0e3f892ed465a0de4f6","slug:2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","slug:2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","keyword:keywords/John Madden","keyword:keywords/MGM Studios","keyword:keywords/Christian Bale","keyword:keywords/film photo","keyword:keywords/Al Davis","keyword:keywords/film","keyword:keywords/Nicolas Cage","keyword:keywords/photo","keyword:keywords/production","keyword:keywords/Amazon","keyword:keywords/NFL","keyword:keywords/football","keyword:keywords/Oakland Raiders","author:user"]}},{"id":"%2F6824a09185ab297b254fa37b","type":"PUBLISHING","record":{"ref_id":"%2F6824a09185ab297b254fa37b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"89434610-17fd-4beb-bacd-a60445a12387","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824a0f585ab297b254fa386","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Kendall Jenner\u003c/strong> attended the Knicks game on Monday (May 12) alongside her sister, \u003cstrong>Kylie Jenner\u003c/strong>, and \u003ca href=\"https://www.iheart.com/content/2025-05-06-why-timothee-chalamet-didnt-join-girlfriend-kylie-jenner-at-the-met-gala/\" target=\"_blank\">her beau\u003c/a> \u003cstrong>Timothée Chalamet\u003c/strong>, and ended up chipping her front tooth! \u003c/p>\n\n\u003cp>Kylie shared a series of photos and videos from the event on Instagram, zooming in on her older sister's chipped tooth. The video shows Kendall and Kylie laughing hysterically on the plane to New York as the model holds a small white piece of enamel in her hands. \u003c/p>\n\n\u003cp>"Did my nail come off or was it my tooth?" the duo joked before the Kylie Cosmetics founder gave followers a closer look at Kendall's chipped tooth. \u003c/p>\n\n\u003cp>Kendall attended the game despite breaking off a part of her smile. Other memories featured in the Instagram series include Kendall and Kylie mirror selfies, a table full of delicious breakfast foods, a sweet clip of \u003ca href=\"https://www.iheart.com/content/2025-02-03-kylie-jenner-celebrates-her-kids-birthdays-with-totally-opposite-themes/\" target=\"_blank\">Kylie's children\u003c/a>, \u003cstrong>Stormi\u003c/strong> and \u003cstrong>Aire\u003c/strong> (whom she shares with rapper \u003ca href=\"https://www.iheart.com/artist/travis-scott-30576501/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"30576501\" data-catalog-related-id=\"\">Travis Scott\u003c/a>), Kendall eating a sucker, and court-side footage from the game. \u003c/p>\n\n\u003cp>Followers were quick to comment on Kendall's chipped tooth, remarking, "Noooo Kendall, your tooth 😂😂😂 poor Kenny," and "The tooth chip is so real 😂😂." Kendall has yet to reveal why or how the incident occurred, and if she fixed her tooth before the game. \u003c/p>\n\n\u003cp>See Kylie's latest New York City adventure on \u003ca href=\"https://www.instagram.com/p/DJmwDN_Regr/?img_index=10\" target=\"_blank\">Instagram\u003c/a>! \u003c/p>\n\n\u003cp>For more on Kylie and Timothée, read \u003ca href=\"https://www.iheart.com/content/2025-05-06-why-timothee-chalamet-didnt-join-girlfriend-kylie-jenner-at-the-met-gala/\" target=\"_blank\">Why Timothee Chalamet Didn't Join Girlfriend Kylie Jenner At The Met Gala\u003c/a>. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/tooth","keywords/Kylie Jenner","keywords/Kendall Jenner","keywords/game","keywords/video","keywords/sister"],"primary_image":{"bucket":"new_assets","id":"%2F6824a0f585ab297b254fa386"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1747246440000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video","social_title":"","summary":"'Did my nail just come off, or was it my tooth?' ","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Watch Kendall Jenner Reveal She Chipped A Tooth In Hilarious New Video","permalink":"https://fm97.iheart.com/content/2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video/"},"slug":"2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824a0f585ab297b254fa386","title":"Watch Kendall Jenner Reveal She Chipped A Tooth In Hilarious New Video","description":"'Did my nail just come off, or was it my tooth?' ","author":"Logan DeLoye"},"pub_start":1747246440000,"pub_until":4115978604802,"pub_changed":1747246847295,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824a09185ab297b254fa37b","slug:2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video","slug:2025-05-14-watch-kendall-jenner-reveal-she-chipped-a-tooth-in-hilarious-new-video","keyword:keywords/tooth","keyword:keywords/Kylie Jenner","keyword:keywords/Kendall Jenner","keyword:keywords/game","keyword:keywords/video","keyword:keywords/sister","author:user"]}},{"id":"%2F68249f64182d52df1294df9b","type":"PUBLISHING","record":{"ref_id":"%2F68249f64182d52df1294df9b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"9319145a-1d02-4c97-9081-af3cded320b4","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/63441858/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/63441858/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/63441858/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/63441858/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68249fb9182d52df1294dfa6","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Kate Middleton\u003c/strong> turned heads in a sharp green ensemble and debuted a new hairstyle during an event held in London, England, on May 13. \u003c/p>\n\n\u003cp>The beloved royal donned a "rare" and fashionable green pantsuit for \u003ca href=\"https://www.iheart.com/content/2024-11-08-kate-middleton-readies-for-first-major-appearance-since-cancer-diagnosis/\" target=\"_blank\">the outing\u003c/a>, held by the British Fashion Council, per \u003ca href=\"https://www.eonline.com/news/1417514/kate-middleton-debuts-new-look-at-british-fashion-council-event\" target=\"_blank\">\u003cem>E!News\u003c/em>\u003c/a>, where she "presented the \u003cstrong>Queen Elizabeth II\u003c/strong> Award for British Design to emerging designer \u003cstrong>Patrick McDowell\u003c/strong>."\u003c/p>\n\n\u003cp>The Princess of Wales also debuted a beautiful new hairstyle featuring a series of "light-brown tints" just in time for summer. \u003c/p>\n\n\u003cp>\u003cem>E!News\u003c/em> noted that the royal rarely steps out in bright-colored or patterned clothing and also made a dramatic impression when she wore a "radiant purple dress" to a church service last August, and a "black-and-white polka dot dress" (\u003ca href=\"https://www.iheart.com/content/2025-02-11-kensington-palace-addresses-kate-middleton-style-controversy-in-rare-update/\" target=\"_blank\">worn by\u003c/a> her late mother-in-law, \u003cstrong>Princess Diana\u003c/strong>, in 1988) in April. \u003c/p>\n\n\u003cp>Earlier this year, Middleton announced that her abdominal \u003ca href=\"https://www.iheart.com/content/2025-01-14-kate-middleton-gives-emotional-update-on-cancer-battle-in-new-statement/\" target=\"_blank\">cancer was officially in remission\u003c/a> after months of chemotherapy. \u003c/p>\n\n\u003cp>"It is a relief to now be in remission, and I remain focussed on recovery. As anyone who has experienced a cancer diagnosis will know, it takes time to adjust to a new normal. I am, however, looking forward to a fulfilling year ahead. There is much to look forward to. Thank you to everyone for your continued support," she shared on her and \u003cstrong>Prince William\u003c/strong>'s joint \u003ca href=\"https://x.com/KensingtonRoyal/status/1879205106383716610\" target=\"_blank\">\u003cem>X\u003c/em>\u003c/a> account in January. \u003c/p>\n\n\u003cp>For more, read \u003ca href=\"https://www.iheart.com/content/2025-01-14-kate-middleton-gives-emotional-update-on-cancer-battle-in-new-statement/\" target=\"_blank\">Kate Middleton Gives Emotional Update On Cancer Battle In New Statement\u003c/a>. \u003c/p>\n\n\u003cp>See the Princess of Wales in her stunning green pantsuit below! \u003c/p>\n\n","schedule":{},"type":"html"},{"assets":[{"alt_text":"","bucket":"new_assets","caption":"LONDON, ENGLAND - MAY 13: Catherine, Princess of Wales and British Fashion Council CEO Laura Weir, view a dress by designer Connor Ives (right) during a visit to the British Fashion Council to present the Queen Elizabeth II Award for British Design, at t","id":"%2F6824db62182d52df1294dfaa","new_tab":false,"source_credit":"Getty Images Europe","title":"The Princess Of Wales Presents The Queen Elizabeth II Award For British Design","url":"","use_caption":false},{"alt_text":"","bucket":"new_assets","caption":"LONDON, ENGLAND - MAY 13: Catherine, Princess of Wales during a visit to the British Fashion Council at 180 Studios in central London, where she will present the Queen Elizabeth II Award for British Designon May 13, 2025 in London, England. (Photo by Aar","id":"%2F6824db62182d52df1294dfab","new_tab":false,"source_credit":"Getty Images Europe","title":"The Princess Of Wales Presents The Queen Elizabeth II Award For British Design","url":"","use_caption":false},{"alt_text":"","bucket":"new_assets","caption":"LONDON, ENGLAND - MAY 13: Catherine, Princess of Wales during a visit to the British Fashion Council at 180 Studios in central London, where she will present the Queen Elizabeth II Award for British Designon May 13, 2025 in London, England. (Photo by Aar","id":"%2F6824db62182d52df1294dfad","new_tab":false,"source_credit":"Getty Images Europe","title":"The Princess Of Wales Presents The Queen Elizabeth II Award For British Design","url":"","use_caption":false}],"schedule":{},"type":"gallery"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/Kate Middleton","keywords/royal","keywords/look","keywords/photos","keywords/E!News","keywords/heads","keywords/hairstyle","keywords/Patrick McDowell","keywords/Diana","keywords/ensemble"],"primary_image":{"bucket":"new_assets","id":"%2F68249fb9182d52df1294dfa6"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1747246020000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle","social_title":"","summary":"See the snaps here!!","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"PHOTOS: Kate Middleton Turns Heads With Bold New Look, Hairstyle","permalink":"https://fm97.iheart.com/content/2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle/"},"slug":"2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68249fb9182d52df1294dfa6","title":"PHOTOS: Kate Middleton Turns Heads With Bold New Look, Hairstyle","description":"See the snaps here!!","author":"Logan DeLoye"},"pub_start":1747246020000,"pub_until":4115978604802,"pub_changed":1747246406569,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68249f64182d52df1294df9b","slug:2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle","slug:2025-05-14-photoskate-middleton-turns-heads-with-bold-new-look-hairstyle","keyword:keywords/Kate Middleton","keyword:keywords/royal","keyword:keywords/look","keyword:keywords/photos","keyword:keywords/E!News","keyword:keywords/heads","keyword:keywords/hairstyle","keyword:keywords/Patrick McDowell","keyword:keywords/Diana","keyword:keywords/ensemble","author:user"]}},{"id":"%2F6824d457f96224674fc3cd53","type":"PUBLISHING","record":{"ref_id":"%2F6824d457f96224674fc3cd53","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"0dcbafba-b81a-40a4-a44d-1ddd560e8fb1","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":"A Star Wars fan dressed as Kylo Ren raises his lightsaber during Lightsaber Battle LA in Pershing Square in downtown Los Angeles, California on December 18, 2015. \"Star Wars: The Force Awakens\" smashed the opening night record in the United States and Canada positioning itself to become one of the biggest grossing movies ever, industry experts said. AFP PHOTO / ROBYN BECK / AFP / ROBYN BECK (Photo credit should read ROBYN BECK/AFP via Getty Images)","id":"%2F6824d55380f5323ca386ebc1","new_tab":false,"schedule":{},"source_credit":"ROBYN BECK / AFP / Getty Images","title":"US-ENTERTAINMENT-FILM-STAR WARS","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Aidan White\u003c/strong>, a 25-year-old man from Auburn, Nebraska, faces two felony charges after \u003ca href=\"https://www.dailymail.co.uk/news/article-14709779/five-words-man-attacks-girl-mother-lightsaber.html\" target=\"_blank\">allegedly attacking his neighbor and her seven-year-old daughter with a lightsaber\u003c/a>. The incident occurred on April 28, when White reportedly became upset over an increase in rent, which he attributed to his neighbors' thermostat settings. According to the Nemaha County Sheriff's Office, White admitted to striking the victims with a high-quality lightsaber made of metal and thick plastic.\u003c/p>\n\n\u003cp>Deputy \u003cstrong>Matthew Kadavy\u003c/strong> reported that the mother was watching her children play when she noticed White approaching with the lightsaber. Her daughter came to her crying, holding her arm after being struck. When the mother confronted White, he \u003ca href=\"https://www.ketv.com/article/nebraska-man-aidan-white-facing-two-felonies-for-allegedly-attacking-neighbor-7-year-old-with-lightsaber/64705501\" target=\"_blank\">allegedly told her to "get back in your f****** house" before hitting her on the arm\u003c/a> and shoulder. Witnesses described White as having a history of violent outbursts, including a previous incident where he chased a neighbor with an ax.\u003c/p>\n\n\u003cp>White was arrested and the lightsaber was seized as evidence. He is \u003ca href=\"https://journalstar.com/news/state-regional/article_86088798-cb89-406c-ad98-10ad115cb932.html\" target=\"_blank\">charged with felony child abuse\u003c/a> and second-degree assault and is scheduled to appear in court on June 3. The judge set his bond at $50,000 and ordered a competency evaluation.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber/","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":"%2F6824d55380f5323ca386ebc1"},"primary_target":{"categories":["categories/national-news","categories/weird-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1747244400000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber","social_title":"","summary":"The suspect was reportedly upset because he rent was increased.","targets":[{"categories":["categories/national-news","categories/weird-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news","categories/national-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Man Arrested For Allegedly Hitting Woman And Her Daughter With A Lightsaber","permalink":"https://fm97.iheart.com/content/2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber/"},"slug":"2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6824d55380f5323ca386ebc1","title":"Man Arrested For Allegedly Hitting Woman And Her Daughter With A Lightsaber","description":"The suspect was reportedly upset because he rent was increased.","author":"iHeartRadio"},"pub_start":1747244400000,"pub_until":4115978604802,"pub_changed":1747244760748,"subscription":[{"tags":["categories/national-news","categories/weird-news","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/weird-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","categories/national-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824d457f96224674fc3cd53","slug:2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber","slug:2025-05-14-man-arrested-for-allegedly-hitting-woman-and-her-daughter-with-a-lightsaber","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6824abdd059f18959c9d003a","type":"PUBLISHING","record":{"ref_id":"%2F6824abdd059f18959c9d003a","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"0410eed3-9731-4a87-9d41-2668270ff934","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824b2758784613237157be4","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Olivia Munn\u003c/strong>'s mom got the last laugh when she first met comedian \u003cstrong>John Mulaney\u003c/strong>. \u003c/p>\n\n\u003cp>During an appearance on \u003cem>Late Night with Seth Meyers\u003c/em> on Monday (May 12), Munn shared the memorable way her now-husband met her mom, \u003cstrong>Kim\u003c/strong>, for the first time shortly after they welcomed \u003ca href=\"https://www.iheart.com/content/2024-11-25-olivia-munn-pens-sweet-tribute-to-son-malcolm-made-me-stronger/\" target=\"_blank\">their first child together, son \u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-11-25-olivia-munn-pens-sweet-tribute-to-son-malcolm-made-me-stronger/\" target=\"_blank\">\u003cstrong>Malcolm\u003c/strong>\u003c/a>, in 2021, per \u003ca href=\"https://pagesix.com/2025/05/13/parents/olivia-munn-admits-her-mom-never-met-john-mulaney-before-sons-birth/\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a>. \u003c/p>\n\n\u003cp>"So Malcolm was born the day before Thanksgiving and my mom comes, first of all, has never met John by this point," she said, adding that her mom showed up to the house and "doesn't even say hi to John" before she "unzips her suitcase [and] takes out frozen turkeys."\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-04-30-why-olivia-munn-is-embracing-her-scars-after-breast-cancer-battle/\" target=\"_blank\">The \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-30-why-olivia-munn-is-embracing-her-scars-after-breast-cancer-battle/\" target=\"_blank\">\u003cem>Newsroom\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-30-why-olivia-munn-is-embracing-her-scars-after-breast-cancer-battle/\" target=\"_blank\"> actress\u003c/a> explained that her mom often tells lies and stories because "she just can't help herself," and so she did the same with Mulaney, convincing him of a family tradition where babies pose with turkey legs on Thanksgiving.\u003c/p>\n\n\u003cp>"She says to John, 'You know, it's so exciting, in my family with all of our kids, the tradition [is] we put a drumstick in their hand for their first Thanksgiving when they're a baby.'"\u003c/p>\n\n\u003cp>Munn said she was confused when Mulaney relayed the plan to her as "that's not a tradition," and she even called her siblings to see if they knew what their mom was talking about.\u003c/p>\n\n\u003cp>"They said, 'No, because she's lying,'" she recalled.\u003c/p>\n\n\u003cp>Despite this, Kim stuck to the plan and placed baby Malcolm in his dad's arms before giving the newborn a drumstick to hold and taking a photo. Munn added that her mom then pat the comedian's hand and said, 'OK, a new tradition.'"\u003c/p>\n\n\u003cp>Host \u003cstrong>Seth Meyers\u003c/strong> noted that "it's such a good lie" because "nothing is gained from it at all" other than now having a hilarious photo of their baby. \u003c/p>\n\n\u003cp>In addition to Malcolm, Munn and Mulaney are parents \u003ca href=\"https://www.iheart.com/content/2025-04-17-olivia-munn-reveals-sweet-gift-john-mulaney-surprised-her-with-at-wedding/\" target=\"_blank\">to daughter \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-17-olivia-munn-reveals-sweet-gift-john-mulaney-surprised-her-with-at-wedding/\" target=\"_blank\">\u003cstrong>Méi\u003c/strong>\u003c/a>, whom they welcomed via surrogate in 2024, months after they tied the knot \u003ca href=\"https://www.iheart.com/content/2025-03-11-john-mulaney-reveals-which-celebrity-officiated-his-wedding-to-olivia-munn/\" target=\"_blank\">in a small wedding ceremony\u003c/a>.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.youtube.com/embed/XJoje-XLZHA?si=l1XkoXCr8ISIMNe4","author_name":"","author_url":"","height":"315","html":"\u003ciframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/XJoje-XLZHA?si=l1XkoXCr8ISIMNe4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"560"},"embed_type":"rich","html":"\u003ciframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/XJoje-XLZHA?si=l1XkoXCr8ISIMNe4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/embed/XJoje-XLZHA?si=l1XkoXCr8ISIMNe4"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met/","cuser":"user/ldap/1129327","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/Olivia Munn","keywords/John Mulaney"],"primary_image":{"bucket":"new_assets","id":"%2F6824b2758784613237157be4"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN","formats/ACMAINSTREAM"]},"publish_date":1747244340000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met","social_title":"","summary":"The \"Newsroom\" actress also admitted that her mother had \"never met\" her now-husband before their son was born.","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Olivia Munn Reveals How Mom Pranked John Mulaney When They First Met","permalink":"https://fm97.iheart.com/content/2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met/"},"slug":"2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824b2758784613237157be4","title":"Olivia Munn Reveals How Mom Pranked John Mulaney When They First Met","description":"The \"Newsroom\" actress also admitted that her mother had \"never met\" her now-husband before their son was born.","author":"Sarah Tate"},"pub_start":1747244340000,"pub_until":4115978604802,"pub_changed":1747244746216,"subscription":[{"tags":["categories/entertainment-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN","formats/ACMAINSTREAM"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824abdd059f18959c9d003a","slug:2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met","slug:2025-05-14-olivia-munn-reveals-how-mom-pranked-john-mulaney-when-they-first-met","keyword:keywords/Olivia Munn","keyword:keywords/John Mulaney","author:user"]}},{"id":"%2F6824aba406a0edfe4560ddaf","type":"PUBLISHING","record":{"ref_id":"%2F6824aba406a0edfe4560ddaf","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d8f9c2b2-a325-4f42-9702-ab89bdf90bd5","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824b25fb61fb4dc3150d33b","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Demi Moore\u003c/strong> is revealing the one request she had while filming an iconic scene for \u003cem>Charlie's Angels: Full Throttle\u003c/em>.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-05-08-demi-moore-shows-off-dog-pilafs-adorable-matching-met-gala-look/\" target=\"_blank\">The Golden Globe winner\u003c/a> reunited with \u003cstrong>Drew Barrymore\u003c/strong> on Tuesday (May 13) on \u003cem>The Drew Barrymore Show\u003c/em> where they reflected on their time filming the beloved 2003 sequel. Moore starred as an Angel who had gone bad opposite Barrymore, \u003cstrong>Cameron Diaz\u003c/strong> and \u003cstrong>Lucy Liu\u003c/strong>, per \u003ca href=\"https://people.com/demi-moore-one-request-charlies-angels-bikini-scene-11733753\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>. \u003c/p>\n\n\u003cp>While speaking on the film, the pair talked about one of Moore's most iconic scenes when she donned a bikini during a beach scene with Diaz. \u003ca href=\"https://www.iheart.com/content/2025-04-22-demi-moore-details-beautiful-easy-day-after-oscars-loss/\" target=\"_blank\">The \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-22-demi-moore-details-beautiful-easy-day-after-oscars-loss/\" target=\"_blank\">\u003cem>Substance\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-22-demi-moore-details-beautiful-easy-day-after-oscars-loss/\" target=\"_blank\"> star\u003c/a> revealed that she was a bit apprehensive because she didn't have much time to prepare for the scene as director \u003cstrong>Joseph McGinty Nichol\u003c/strong> reached out to her about three weeks before they started shooting. This led to her requesting that they didn't film her backside. \u003c/p>\n\n\u003cp>"All I remember is begging them not to shoot my butt," she said. "I don't know why that was my obsession."\u003c/p>\n\n\u003cp>Moore noted that the shortened timeline was "almost better" in the long run because she "had no time to think about what I looked like" and was able to better "compartmentalize" to get the job done. \u003c/p>\n\n\u003cp>Barrymore appeared shocked by the confession and went on to gush over how great Moore naturally looked. \u003c/p>\n\n\u003cp>"No one can do in three weeks what you showed up with. So you were clearly good to go," she said, adding, "like there's no magic wand that gets you to that in three weeks. I've done a three-week diet. I didn't end up there."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-demi-moore-reveals-1-request-before-filming-iconic-charlies-angels-scene/","cuser":"user/ldap/1129327","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/Demi Moore","keywords/Charlie's Angels: Full Throttle","keywords/The Drew Barrymore Show","keywords/Charlie's Angels","keywords/Drew Barrymore"],"primary_image":{"bucket":"new_assets","id":"%2F6824b25fb61fb4dc3150d33b"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1747241760000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-demi-moore-reveals-1-request-before-filming-iconic-charlies-angels-scene","social_title":"","summary":"\"I don't know why that was my obsession.\"","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Demi Moore Reveals 1 Request Before Filming Iconic ‘Charlie’s Angels’ Scene","permalink":"https://fm97.iheart.com/content/2025-05-14-demi-moore-reveals-1-request-before-filming-iconic-charlies-angels-scene/"},"slug":"2025-05-14-demi-moore-reveals-1-request-before-filming-iconic-charlies-angels-scene","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824b25fb61fb4dc3150d33b","title":"Demi Moore Reveals 1 Request Before Filming Iconic ‘Charlie’s Angels’ Scene","description":"\"I don't know why that was my obsession.\"","author":"Sarah Tate"},"pub_start":1747241760000,"pub_until":4115978604802,"pub_changed":1747242122553,"subscription":[{"tags":["categories/entertainment-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824aba406a0edfe4560ddaf","slug:2025-05-14-demi-moore-reveals-1-request-before-filming-iconic-charlies-angels-scene","slug:2025-05-14-demi-moore-reveals-1-request-before-filming-iconic-charlies-angels-scene","keyword:keywords/Demi Moore","keyword:keywords/Charlie's Angels: Full Throttle","keyword:keywords/The Drew Barrymore Show","keyword:keywords/Charlie's Angels","keyword:keywords/Drew Barrymore","author:user"]}},{"id":"%2F68249ff37ea8fcd69e992a8f","type":"PUBLISHING","record":{"ref_id":"%2F68249ff37ea8fcd69e992a8f","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1c368363-1a9e-478c-90d4-da2ca5138b6a","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/35549/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/35549/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/35549/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/35549/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824a03f7ea8fcd69e992a9a","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/jennifer-lopez-35549/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"35549\" data-catalog-related-id=\"\">Jennifer Lopez\u003c/a> was injured during a recent rehearsal for her upcoming American Music Awards performance. \u003c/p>\n\n\u003cp>The "On The Floor" songstress shared a few snaps on her Instagram Story that drew attention to "gruesome facial wounds," per \u003ca href=\"https://pagesix.com/2025/05/14/entertainment/jennifer-lopez-reveals-painful-facial-injury-from-american-music-awards-rehearsals/\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a>. Photos obtained by the outlet show Lopez holding an icepack on her right eye as she poses with a scratch on her nose, so deep that she had to receive stitches. \u003c/p>\n\n\u003cp>"Thank you for stitching me up, Dr. Diamond," she wrote, alongside a photo of herself and her doctor. "A week later and a whole lotta ice, I'm good as new!" \u003c/p>\n\n\u003cp>In the final photo, the \u003cem>Monster-in-Law\u003c/em> actress was smiling, and the scratch on her nose was \u003ca href=\"https://www.iheart.com/content/2024-10-11-jennifer-lopez-reveals-why-she-canceled-tour-a-really-difficult-time/\" target=\"_blank\">no longer\u003c/a> visible. The facial wounds were healed just in time for \u003ca href=\"https://www.instagram.com/p/DJh2faAzAQn/?img_index=3\" target=\"_blank\">Mother's Day\u003c/a>, which Lopez marked with a series of spring-inspired snaps. The star donned a brown checked dress with a straw hat and posted photos of flowers from her children. \u003c/p>\n\n\u003cp>"A most beautiful Mother’s Day to all the mamas out there 🌸 Wishing everyone love, laughter, peace, joy, and happiness."\u003c/p>\n\n\u003cp>Lopez, mother to 17-year-old twins \u003cstrong>Emme \u003c/strong>and \u003cstrong>Max\u003c/strong>, recently revealed the promise she made to her children following her divorce from \u003cstrong>Ben Affleck\u003c/strong> in 2024. \u003c/p>\n\n\u003cp>"I said, 'I promise you, this is a difficult time, but you’re going to see that I’ll come out the other side stronger and better.' I promised them that and I did it. And they feel it now. That gives me \u003ca href=\"https://www.iheart.com/content/2025-03-14-where-jennifer-lopez-jennifer-garner-stand-after-flirty-ben-affleck-snaps/\" target=\"_blank\">a great sense of peace\u003c/a> in my life."\u003c/p>\n\n\u003cp>The \u003cem>Maid in Manhattan\u003c/em> sensation feels "a step further along than I was a year ago" as she prepares to embark on her Up All Night: Live in 2025 World Tour in July! \u003c/p>\n\n\u003cp>For more, read \u003ca href=\"https://www.iheart.com/content/2025-05-08-jennifer-lopez-reveals-the-promise-she-made-her-kids-amid-ben-affleck-split/\" target=\"_blank\">Jennifer Lopez Reveals The Promise She Made Her Kids Amid Ben Affleck Split\u003c/a>. \u003c/p>\n\n\u003cp>See photos of Lopez's rehearsal scars on \u003ca href=\"https://pagesix.com/2025/05/14/entertainment/jennifer-lopez-reveals-painful-facial-injury-from-american-music-awards-rehearsals/\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a>\u003cem>. \u003c/em>\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-jennifer-lopez-unveils-gruesome-facial-injury-from-rehearsal-in-new-pics/","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/Jennifer Lopez","keywords/songstress","keywords/snaps","keywords/Lopez","keywords/rehearsal","keywords/injury","keywords/pics","keywords/nose","keywords/Mother's Day","keywords/mother"],"primary_image":{"bucket":"new_assets","id":"%2F6824a03f7ea8fcd69e992a9a"},"primary_target":{"categories":["categories/music-news","categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1747241160000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-jennifer-lopez-unveils-gruesome-facial-injury-from-rehearsal-in-new-pics","social_title":"","summary":"'So this happened...'","targets":[{"categories":["categories/music-news","categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/music-news","categories/entertainment-news"],"distribution":["artists/Jennifer Lopez (35549)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Jennifer Lopez Unveils Gruesome Facial Injury In New Pics","permalink":"https://fm97.iheart.com/content/2025-05-14-jennifer-lopez-unveils-gruesome-facial-injury-from-rehearsal-in-new-pics/"},"slug":"2025-05-14-jennifer-lopez-unveils-gruesome-facial-injury-from-rehearsal-in-new-pics","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824a03f7ea8fcd69e992a9a","title":"Jennifer Lopez Unveils Gruesome Facial Injury In New Pics","description":"'So this happened...'","author":"Logan DeLoye"},"pub_start":1747241160000,"pub_until":4115978604802,"pub_changed":1747241594752,"subscription":[{"tags":["categories/music-news","categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/music-news","categories/entertainment-news","brands/iHeartRadio"]},{"tags":["categories/music-news","categories/entertainment-news","artists/Jennifer Lopez (35549)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68249ff37ea8fcd69e992a8f","slug:2025-05-14-jennifer-lopez-unveils-gruesome-facial-injury-from-rehearsal-in-new-pics","slug:2025-05-14-jennifer-lopez-unveils-gruesome-facial-injury-from-rehearsal-in-new-pics","keyword:keywords/Jennifer Lopez","keyword:keywords/songstress","keyword:keywords/snaps","keyword:keywords/Lopez","keyword:keywords/rehearsal","keyword:keywords/injury","keyword:keywords/pics","keyword:keywords/nose","keyword:keywords/Mother's Day","keyword:keywords/mother","author:user"]}},{"id":"%2F6824b2f9f068c715817c07c5","type":"PUBLISHING","record":{"ref_id":"%2F6824b2f9f068c715817c07c5","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6f56be79-30ee-40cc-a5e4-ffc288cf467d","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Tony M. Centeno","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/halle-40933356/?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/artist/halle-40933356/?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/artist/halle-40933356/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/halle-40933356/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824b96af068c715817c07d9","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/halle-40933356/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"40933356\" data-catalog-related-id=\"\">\u003cstrong>Halle Bailey\u003c/strong>\u003c/a> filed a police report and requested a restraining order against \u003ca href=\"https://www.iheart.com/artist/ddg-86710/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"86710\" data-catalog-related-id=\"\">\u003cstrong>DDG\u003c/strong>\u003c/a> after he allegedly abused her physically and verbally. \u003cbr />\u003cbr />According to a report \u003ca href=\"https://www.tmz.com/2025/05/13/halle-bailey-ddg-restraining-order-attack/\" target=\"_blank\">\u003cstrong>\u003cem>TMZ\u003c/em>\u003c/strong>\u003c/a> published on Tuesday, May 13, the \u003cem>Little Mermaid\u003c/em> actress was granted court-ordered protection from the father of her son, \u003ca href=\"https://www.binnews.com/content/2025-03-06-halle-baileys-son-halo-goes-viral-for-recognizing-mom-in-little-mermaid/\" data-content-id=\"/67c9cc5bf0dee84843bd1a37\">\u003cstrong>Halo\u003c/strong>\u003c/a>, following a pattern of abuse she allegedly sustained over the past few months. In legal documents she filed, Halle claimed her troubles with DDG began in January, three months after they broke up. She described an incident that happened when DDG came to pick up their one-year-old child, which started after she asked about a visitation schedule. \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%2FArtOfDialogue_%2Fstatus%2F1922473759157715152","@url":"https://x.com/ArtOfDialogue_/status/1922473759157715152","author_name":"The Art Of Dialogue","author_url":"https://twitter.com/ArtOfDialogue_","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">After filing a police report and restraining order claiming her son’s father DDG recently abused her — allegedly leaving bruises on her arm and chipping her tooth — a video from January 2025 resurfaces showing Halle Bailey calmly talking about how she’s about to go to the dentist… \u003ca href=\"https://t.co/9NEXHXEXwH\">pic.twitter.com/9NEXHXEXwH\u003c/a>\u003c/p>— The Art Of Dialogue (@ArtOfDialogue_) \u003ca href=\"https://twitter.com/ArtOfDialogue_/status/1922473759157715152?ref_src=twsrc%5Etfw\">May 14, 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/ArtOfDialogue_/status/1922473759157715152","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">After filing a police report and restraining order claiming her son’s father DDG recently abused her — allegedly leaving bruises on her arm and chipping her tooth — a video from January 2025 resurfaces showing Halle Bailey calmly talking about how she’s about to go to the dentist… \u003ca href=\"https://t.co/9NEXHXEXwH\">pic.twitter.com/9NEXHXEXwH\u003c/a>\u003c/p>— The Art Of Dialogue (@ArtOfDialogue_) \u003ca href=\"https://twitter.com/ArtOfDialogue_/status/1922473759157715152?ref_src=twsrc%5Etfw\">May 14, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/ArtOfDialogue_/status/1922473759157715152"},{"html":"\u003cp>"Get out of my car, B***H," DDG allegedly shouted at Halle while she strapped Halo into his seat in her BD's car. \u003cbr />\u003cbr />As the baby began to cry, the \u003ca href=\"https://www.iheart.com/artist/ddg-plaqueboymax-45224364/songs/pink-dreads-310062098/\" data-catalog-kind=\"TRACK\" data-catalog-id=\"310062098\" data-catalog-related-id=\"\">\u003cstrong>"Pink Dreads"\u003c/strong>\u003c/a> rapper pulled Halle's hair and slammed her face into the steering wheel, which left the singer with a chipped tooth. She said she cried in pain and the fighting stopped, however, she was still worried about baby Halo. She rode with DDG to his house and told his family what happened. She also provided photos of her bruised arm and the front tooth that was damaged in the attack. \u003cbr />\u003cbr />Halle also described another instance in March when DDG entered her home without permission and sent her a photo of her empty bed in her bedroom. He apparently accused her of having sex with other men when he texted her, "now I know what u been on lol." He allegedly returned four days later while she and the baby were at home sick. After she refused to let him take Halo, he allegedly blew up, verbally abused her and destroyed her Ring camera. He also took off with her camera and screamed, "GO GET IT B***H" after he chucked it out the window of his car. \u003cbr />\u003cbr />The incident in March inspired her to file a police report against DDG. She said she has the Ring footage to corroborate her story. It was also around the time when DDG told fans he had to fight to see his son and called out Halle in a diss track he shared. With the police report already filed, Halle decided to get a domestic violence restraining order after DDG accused her of taking their baby to St. Lucia with singer Brent Faiyaz. Halle, who was actually on vacation with her son and sister, said DDG sent her social media posts with the allegations. \u003cbr />\u003c/p>\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%2FGlock_Topickz%2Fstatus%2F1922437472014815247","@url":"https://x.com/Glock_Topickz/status/1922437472014815247","author_name":"Glock Topickz","author_url":"https://twitter.com/Glock_Topickz","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Halle Bailey was issued a restraining order after claiming DDG physically attacked her multiple times\u003cbr>\u003cbr>In docs, she claims things first got physical in January -- they broke up back in October -- and Halle says DDG came over to pick up their son, Halo, and she tried to start a… \u003ca href=\"https://t.co/GhPmB8ir43\">pic.twitter.com/GhPmB8ir43\u003c/a>\u003c/p>— Glock Topickz (@Glock_Topickz) \u003ca href=\"https://twitter.com/Glock_Topickz/status/1922437472014815247?ref_src=twsrc%5Etfw\">May 13, 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/Glock_Topickz/status/1922437472014815247","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Halle Bailey was issued a restraining order after claiming DDG physically attacked her multiple times\u003cbr>\u003cbr>In docs, she claims things first got physical in January -- they broke up back in October -- and Halle says DDG came over to pick up their son, Halo, and she tried to start a… \u003ca href=\"https://t.co/GhPmB8ir43\">pic.twitter.com/GhPmB8ir43\u003c/a>\u003c/p>— Glock Topickz (@Glock_Topickz) \u003ca href=\"https://twitter.com/Glock_Topickz/status/1922437472014815247?ref_src=twsrc%5Etfw\">May 13, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/Glock_Topickz/status/1922437472014815247"},{"html":"\u003cp>"Not with any man out here," she replied. "I wouldn't do that, i have halo ... please let me enjoy my mother's day in peace. i hope you are okay and feel better soon."\u003cbr />\u003cbr />A judge granted Halle the restraining order, which requires DDG to stay 100 yards away from her. The order also prohibits DDG from streaming or posting about her and their son. Halle was also permitted to take Halo to Italy with her for two months, where she'll film an upcoming movie. DDG was actually streaming live when he found out about Halle's restraining order. See his reaction below. \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%2FGlock_Topickz%2Fstatus%2F1922445396984361040","@url":"https://x.com/Glock_Topickz/status/1922445396984361040","author_name":"Glock Topickz","author_url":"https://twitter.com/Glock_Topickz","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">“That can’t even be real”\u003cbr>\u003cbr>-DDG says ‘finding out’ about the restraining order while live with Adin Ross \u003ca href=\"https://t.co/N1q6aGPocv\">https://t.co/N1q6aGPocv\u003c/a> \u003ca href=\"https://t.co/5I24Z0GgCR\">pic.twitter.com/5I24Z0GgCR\u003c/a>\u003c/p>— Glock Topickz (@Glock_Topickz) \u003ca href=\"https://twitter.com/Glock_Topickz/status/1922445396984361040?ref_src=twsrc%5Etfw\">May 14, 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/Glock_Topickz/status/1922445396984361040","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">“That can’t even be real”\u003cbr>\u003cbr>-DDG says ‘finding out’ about the restraining order while live with Adin Ross \u003ca href=\"https://t.co/N1q6aGPocv\">https://t.co/N1q6aGPocv\u003c/a> \u003ca href=\"https://t.co/5I24Z0GgCR\">pic.twitter.com/5I24Z0GgCR\u003c/a>\u003c/p>— Glock Topickz (@Glock_Topickz) \u003ca href=\"https://twitter.com/Glock_Topickz/status/1922445396984361040?ref_src=twsrc%5Etfw\">May 14, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/Glock_Topickz/status/1922445396984361040"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-halle-bailey-gets-restraining-order-for-ddg-after-he-allegedly-attacked-her/","cuser":"user/ldap/1133095","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/Halle Bailey","keywords/DDG","keywords/Hip-Hop"],"primary_image":{"bucket":"new_assets","id":"%2F6824b96af068c715817c07d9"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/HIPHOPRNB","formats/RNB","formats/CHRRHYTHMIC","formats/CHRPOP"]},"publish_date":1747239300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"Halle Bailey Gets Restraining Order For DDG After He Allegedly Attacked Her","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-halle-bailey-gets-restraining-order-for-ddg-after-he-allegedly-attacked-her","social_title":"Halle Bailey Gets Restraining Order Against DDG After He Allegedly Attacked Her","summary":"The singer accused the father of her one-year-old baby of physically and verbally abusing her","targets":[{"categories":["categories/music-news"],"distribution":["artists/Halle (40933356)","artists/DDG (86710)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Halle Bailey Gets Restraining Order For DDG After He Allegedly Attacked Her","permalink":"https://fm97.iheart.com/content/2025-05-14-halle-bailey-gets-restraining-order-for-ddg-after-he-allegedly-attacked-her/"},"slug":"2025-05-14-halle-bailey-gets-restraining-order-for-ddg-after-he-allegedly-attacked-her","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824b96af068c715817c07d9","title":"Halle Bailey Gets Restraining Order For DDG After He Allegedly Attacked Her","description":"The singer accused the father of her one-year-old baby of physically and verbally abusing her","author":"Tony M. Centeno"},"pub_start":1747239300000,"pub_until":4115978604802,"pub_changed":1747239710339,"subscription":[{"tags":["categories/music-news","formats/HIPHOPRNB","formats/RNB","formats/CHRRHYTHMIC","formats/CHRPOP"]},{"tags":["categories/music-news","artists/Halle (40933356)","artists/DDG (86710)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824b2f9f068c715817c07c5","slug:2025-05-14-halle-bailey-gets-restraining-order-for-ddg-after-he-allegedly-attacked-her","slug:2025-05-14-halle-bailey-gets-restraining-order-for-ddg-after-he-allegedly-attacked-her","keyword:keywords/Halle Bailey","keyword:keywords/DDG","keyword:keywords/Hip-Hop","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":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])","_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","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","WEATHER_BASE_URI":"https://api.weather.com/v3/wx","RUBICON_BIDDING_LIBRARY":"https://ads.rubiconproject.com/prebid/16442_iHeart_DM_US.js","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","PARSELY_LIBRARY":"//cdn.parsely.com/keys/%%HOSTNAME%%/p.js","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","components-catalog-TrackList-component","DateTimeDisplay-component","vendors-node_modules_pnpm_isomorphic-dompurify_0_27_0_node_modules_isomorphic-dompurify_browser_js","Podcasts-component","ImageTile-component","Card-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","components-catalog-TrackList-component","DateTimeDisplay-component","Podcasts-component","ui-ImageTile-component","Card-component","AptivadaKeywordContest-component"]}</script> <script async data-chunk="bundle" src="https://static.inferno.iheart.com/inferno/scripts/runtime.94b1a736e011fc0f6b33.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.3b8d77bfae095a091870.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.886e64ad0766cf5f72a5.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="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="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="AptivadaKeywordContest-component" src="https://static.inferno.iheart.com/inferno/scripts/AptivadaKeywordContest-component.d932ebf2afeb78ef5324.js"></script> </body> </html>