<!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-components-tiles-TrafficTile-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/TrafficTile-component.79b6ef8f3442074e2437.css">
<link data-chunk="Heading-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Heading-component.d79a5c95e6ef67a97bca.css">
<link data-chunk="LoadMoreFromCursor-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/LoadMoreFromCursor-component.4a7a0f66bc2d890b3034.css">
<link data-chunk="Show-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Show-component.608ec1ff0656c8b676a1.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="WeatherTile-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/WeatherTile-component.ca557d80a0c5075ed0c1.css">
<link data-chunk="Podcasts-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Podcasts-component.570accd833088f4c4e7d.css">
<link data-chunk="FauxButton-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/FauxButton-component.1f25bb623660eb4f88c1.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: "Roboto","Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
--gradient-start: hsl(0,100%,7%);
--gradient-stop: hsl(0,100%,1%);
--accent-color: #660000;
--darkFooterColor: hsl(0,100%,5%);
--premiere-footer-dark-color:var(--darkFooterColor);
}</style>
<title data-rh="true">630 KHOW - Denver's Talk Station</title>
<link data-rh="true" rel="shortcut icon" type="" title="" href="https://i.iheart.com/v3/re/assets.brands/5e6a5af94b5295736a8f19f8?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/5e6a5af94b5295736a8f19f8?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/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><link data-rh="true" rel="canonical" type="" title="" href="https://khow.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="#660000"/><meta data-rh="true" property="og:title" content="630 KHOW - Denver's Talk Station"/><meta data-rh="true" property="twitter:title" content="630 KHOW - Denver's Talk Station"/><meta data-rh="true" itemprop="name" content="630 KHOW - Denver's Talk Station"/><meta data-rh="true" name="description" content="630 KHOW | Denver's Talk Station | Denver's exclusive radio station for Michael Brown, Tom Martino, Leland Conway, Dan Caplis and Joe Pags"/><meta data-rh="true" property="og:description" content="630 KHOW | Denver's Talk Station | Denver's exclusive radio station for Michael Brown, Tom Martino, Leland Conway, Dan Caplis and Joe Pags"/><meta data-rh="true" property="twitter:description" content="630 KHOW | Denver's Talk Station | Denver's exclusive radio station for Michael Brown, Tom Martino, Leland Conway, Dan Caplis and Joe Pags"/><meta data-rh="true" itemprop="description" content="630 KHOW | Denver's Talk Station | Denver's exclusive radio station for Michael Brown, Tom Martino, Leland Conway, Dan Caplis and Joe Pags"/><meta data-rh="true" name="keywords" content="khow, radio, denver, martino, beck, brown, advertising, commercials, news talk, news talk denver, talk radio, talk radio denver, dan caplis, michael brown, tom martino, the troubleshooter"/><meta data-rh="true" property="og:url" content="https://khow.iheart.com/"/><meta data-rh="true" property="twitter:url" content="https://khow.iheart.com/"/><meta data-rh="true" itemprop="url" content="https://khow.iheart.com/"/><meta data-rh="true" name="thumbnail" content="https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?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/5e6a5e964b5295736a8f19fa?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/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" itemprop="image" content="https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?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/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" property="twitter:card" content="Summary"/><meta data-rh="true" property="twitter:site" content="@630KHOW"/><meta data-rh="true" property="twitter:creator" content="@630KHOW"/><meta data-rh="true" property="twitter:domain" content="khow.iheart.com"/><meta data-rh="true" property="og:site_name" content="630 KHOW"/><meta data-rh="true" name="application-name" content="630 KHOW"/><meta data-rh="true" property="fb:app_id" content="191486867609285"/><meta data-rh="true" property="fb:pages" content="186417071033"/><meta data-rh="true" name="google-site-verification" content="p2FWrUKxtwBmQgHV4CjD80oKdZZBjmMNByoWvZMsYso"/>
</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/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="630 KHOW - Denver's Talk Station" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" width="180" height="60"/></a></figure><button class="CloseButton-module_close_4S+oa undefined" aria-label="Close Site Navigation" tabindex="0"><svg class="svg-icon icon-close" focusable="false" tabindex="-1" aria-hidden="true" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path aria-hidden="true" focusable="false" tabindex="-1" class="primary-path" d="M18.3 5.70997C17.91 5.31997 17.28 5.31997 16.89 5.70997L12 10.59L7.10997 5.69997C6.71997 5.30997 6.08997 5.30997 5.69997 5.69997C5.30997 6.08997 5.30997 6.71997 5.69997 7.10997L10.59 12L5.69997 16.89C5.30997 17.28 5.30997 17.91 5.69997 18.3C6.08997 18.69 6.71997 18.69 7.10997 18.3L12 13.41L16.89 18.3C17.28 18.69 17.91 18.69 18.3 18.3C18.69 17.91 18.69 17.28 18.3 16.89L13.41 12L18.3 7.10997C18.68 6.72997 18.68 6.08997 18.3 5.70997Z" fill="#3F4447"></path></svg></button></header><hr class="divider"/><section class="nav-inner-wrapper"><ul style="max-height:calc(100vh - 100px)" class="menu-container main-nav"><li class="menu-top-label"><button aria-label="Listen" class="button-text" tabindex="0"><span class="menu-label">Listen</span></button></li><li 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="On-Air Schedule" tabindex="0" href="/schedule/">On-Air Schedule</a></li><li><a aria-label="Fox News Rundown" tabindex="0" href="/featured/fox-news-rundown/">Fox News Rundown</a></li><li><a aria-label="Michael Brown" tabindex="0" href="/featured/the-michael-brown-show/">Michael Brown</a></li><li><a aria-label="Tom Martino" tabindex="0" href="/featured/the-troubleshooter/about/">Tom Martino</a></li><li><a aria-label="Ryan Schuiling" tabindex="0" href="/featured/ryan-schuiling/">Ryan Schuiling</a></li><li><a aria-label="Dan Caplis Show" tabindex="0" href="/featured/dan-caplis/">Dan Caplis Show</a></li><li><a href="https://www.iheart.com/podcast/the-joe-pags-show-22959056/" target="_blank" rel="noopener" aria-label="Joe Pags">Joe Pags</a></li><li><a aria-label="Red Eye Radio" tabindex="0" href="/featured/red-eye-radio/">Red Eye Radio</a></li><li><a aria-label="The Ben Ferguson Show" tabindex="0" href="/featured/the-ben-ferguson-show/">The Ben Ferguson Show</a></li></ul></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Podcasts" class="button-text" tabindex="0"><span class="menu-label">Podcasts</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 href="https://www.iheart.com/podcast/269-michael-brown-heckuva-show-49108867/" target="_blank" rel="noopener" aria-label="Michael Brown">Michael Brown</a></li><li><a href="https://www.iheart.com/show/The-Troubleshooter/" target="_blank" rel="noopener" aria-label="Tom Martino">Tom Martino</a></li><li><a href="https://www.iheart.com/podcast/53-ryan-schuiling-166438128/" target="_blank" rel="noopener" aria-label="Ryan Schuiling">Ryan Schuiling</a></li><li><a href="https://www.iheart.com/podcast/759-dan-caplis-30500024/" target="_blank" rel="noopener" aria-label="Dan Caplis">Dan Caplis</a></li><li><a href="https://www.iheart.com/show/The-Joe-Pags-Show/" target="_blank" rel="noopener" aria-label="Joe Pags ">Joe Pags </a></li><li><a href="https://www.iheart.com/podcast/1248-peace-to-you-49307024/" target="_blank" rel="noopener" aria-label="Peace to You">Peace to You</a></li></ul></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Listen" class="button-text" tabindex="0"><span class="menu-label">Listen</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="Listen on iHeartRadio" tabindex="0" href="/apps/">Listen on iHeartRadio</a></li><li><a aria-label="CEO You Should Know" tabindex="0" href="/content/ceo-you-should-know-khow/">CEO You Should Know</a></li></ul></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Events & Info" class="button-text" tabindex="0"><span class="menu-label">Events & Info</span><svg tabindex="-1" focusable="false" class="svg-icon icon-expand" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M15.88 9.29006L12 13.1701L8.11998 9.29006C7.72998 8.90006 7.09998 8.90006 6.70998 9.29006C6.31998 9.68006 6.31998 10.3101 6.70998 10.7001L11.3 15.2901C11.69 15.6801 12.32 15.6801 12.71 15.2901L17.3 10.7001C17.69 10.3101 17.69 9.68006 17.3 9.29006C16.91 8.91006 16.27 8.90006 15.88 9.29006Z"></path></svg></button><ul class="submenu-container" aria-hidden="true"><li><a aria-label="Calendar" tabindex="0" href="/calendar/">Calendar</a></li><li><a aria-label="Contact Us" tabindex="0" href="/contact/">Contact Us</a></li><li><a aria-label="Advertise with Us" tabindex="0" href="/advertise/">Advertise with Us</a></li></ul></li><li class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Contests & Promotions" class="button-text" tabindex="0"><span class="menu-label">Contests & Promotions</span><svg tabindex="-1" focusable="false" class="svg-icon icon-expand" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M15.88 9.29006L12 13.1701L8.11998 9.29006C7.72998 8.90006 7.09998 8.90006 6.70998 9.29006C6.31998 9.68006 6.31998 10.3101 6.70998 10.7001L11.3 15.2901C11.69 15.6801 12.32 15.6801 12.71 15.2901L17.3 10.7001C17.69 10.3101 17.69 9.68006 17.3 9.29006C16.91 8.91006 16.27 8.90006 15.88 9.29006Z"></path></svg></button><ul class="submenu-container" aria-hidden="true"><li><a href="https://www.donorschoose.org/iheartradio" target="_blank" rel="noopener" aria-label="Give Your Favorite Teacher A Chance To Win $5,000 In Classroom Supplies!">Give Your Favorite Teacher A Chance To Win $5,000 In Classroom Supplies!</a></li><li><a aria-label="Win A Trip To Our iHeartRadio Music Festival 2025 And $1000!" tabindex="0" href="/promotions/win-a-trip-to-our-iheartradio-1801249/">Win A Trip To Our iHeartRadio Music Festival 2025 And $1000!</a></li><li><a aria-label="All Contests & Promotions" tabindex="0" href="/promotions/">All Contests & Promotions</a></li><li><a aria-label="Contest Rules" tabindex="0" href="/rules/">Contest Rules</a></li></ul></li><li class="menu-top-label"><a tabindex="0" href="/contact/">Contact</a></li><li class="menu-top-label"><a tabindex="0" href="/newsletter/">Newsletter</a></li><li class="menu-top-label"><a tabindex="0" href="/advertise/">Advertise on 630 KHOW</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/630KHOW" 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/630KHOW" 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/630KHOW" 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="Search" value="" maxLength="250"/><button class="search-button search-submit" aria-label="Search" type="submit"><svg class="svg-icon icon-search" tabindex="-1" width="32px" height="32px" viewBox="0 0 32 32" focusable="false" fill="none" xmlns="http://www.w3.org/2000/svg"><circle class="outline" cx="16" cy="16" r="15" fill="none" stroke="none" stroke-width="2"></circle><path class="primary-path" fill-rule="evenodd" clip-rule="evenodd" d="M18.457 20.343a7.69 7.69 0 111.929-1.591l4.658 5.434a1.25 1.25 0 11-1.898 1.628l-4.69-5.471zm.829-6.652a4.69 4.69 0 11-9.381 0 4.69 4.69 0 019.38 0z" fill="none"></path></svg></button></section></form></footer></nav><figure class="component-station-logo"><a aria-label="Station Link" tabindex="0" href="/"><img src="https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="630 KHOW - Denver's Talk Station" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?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 khow-am"><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 630 KHOW 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/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="Logo for 630 KHOW - Denver's Talk Station" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" width="180" height="60"/></button></div><div class="OnairPlayTile-module_streamStartDetails_vOU86"><h1>630 KHOW</h1><span class="OnairPlayTile-module_positioner_lTAsj">Denver's Talk 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/bell-and-pollock/">Bell and Pollock</a><button class="OnairPlayTile-module_toggleBtn_dBWEQ" aria-label="Play Stream Now"><svg tabindex="-1" focusable="false" class="svg-icon icon-play" fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><circle class="secondary-path" cx="12" cy="12" r="12" fill="none" stroke="none"></circle><path tabindex="-1" class="primary-path" d="M10 15.0611V8.93886C10 8.58027 10.4111 8.37036 10.6997 8.58902L14.7841 11.6502C15.0203 11.8251 15.0203 12.1749 14.7841 12.3498L10.6997 15.411C10.4111 15.6296 10 15.4197 10 15.0611Z" fill="none"></path></svg></button></div></section></div><input type="hidden" data-id="FppTo"/></div></section><section class="col-left"><div class="component-region region-main-dynamic"><div class="component-container component-feed feed-style-horizontal themed-block block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Content"><div class="feed-cards" data-block-id="e6Rs0"><div class="component-grid col-1"><figure class="component-content-tile thumb-left feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-multiple-people-killed-in-montana-bar-shooting/"><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/688d2e0b2425089862b569fa?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688d2e0b2425089862b569fa?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688d2e0b2425089862b569fa?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688d2e0b2425089862b569fa?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688d2e0b2425089862b569fa?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/assets.getty/688d2e0b2425089862b569fa?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/assets.getty/688d2e0b2425089862b569fa?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="Multiple People Killed In Montana Bar Shooting" 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><a class="card-title" tabindex="0" href="/content/2025-08-01-multiple-people-killed-in-montana-bar-shooting/">Multiple People Killed In Montana Bar Shooting</a><time class="component-date-display" dateTime="1754082660000">Aug 01, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="e6Rs0"/><div class="component-container Html-module_component-html_fH39q block" data-test-type="html"><div><style>
.main {
background-color: #e8ecef;
display: flex;
flex-direction: row;
align-items: center;
padding: 20px;
border-radius: 8px;
max-width: 100%;
font-family: Arial, sans-serif;
width: 100%;
box-sizing: border-box;
}
.label {
margin: 0;
font-size: 24px;
font-weight: bold;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.label-2 {
display: none;
}
@media (max-width: 600px) {
.label {
display: none;
line-clamp: 3;
}
.main {
flex-direction: column;
align-items: unset;
}
.label-2 {
display: block;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.news-img {
width: 90px !important;
height: 90px !important
}
}
</style>
<body>
<div class="main">
<div style="display: flex; align-items: center; margin-right: 20px">
<img class="news-img" src="https://i.iheart.com/v3/re/new_assets/687e8027f16f136db0520cf3?ops=fit%28200%2C200%29" alt="24/7 News: The Latest Logo" style="
width: 120px;
height: 120px;
border-radius: 8px;
margin-right: 10px;
" />
<h2 class="label-2">The Latest News in 4 Minutes</h2>
</div>
<div style="flex: 1; min-width: 0">
<div style="width: 100%">
<h2 class="label">The Latest News in 4 Minutes</h2>
<iframe allow="autoplay" width="100%" height="50" src="https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&keyid=infernofeaturedpodcast&ihmnetwork=true&pname=khow-am" frameborder="0" style="
border-radius: 8px;
border: none;
margin-top: 10px;
display: block;
"></iframe>
</div>
</div>
</div>
</body></div></div><input type="hidden" data-id="KjHUu"/><div class="component-container component-feed feed-style-xxsmall 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-5"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding/"><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/65f9b1d3fc271fe5ecf343a2?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/65f9b1d3fc271fe5ecf343a2?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/65f9b1d3fc271fe5ecf343a2?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/65f9b1d3fc271fe5ecf343a2?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/65f9b1d3fc271fe5ecf343a2?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="Corporation For Public Broadcasting To Shut Down After Congress Cut Funding" 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-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding/">Corporation For Public Broadcasting To Shut Down After Congress Cut Funding</a><time class="component-date-display" dateTime="1754079000000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/">Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth</a><time class="component-date-display" dateTime="1754077260000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp/"><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/6889114bb875662d198a3d06?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6889114bb875662d198a3d06?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6889114bb875662d198a3d06?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6889114bb875662d198a3d06?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6889114bb875662d198a3d06?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="Ghislaine Maxwell Moved From Federal Jail In Florida To Texas Prison Camp" 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-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp/">Ghislaine Maxwell Moved From Federal Jail In Florida To Texas Prison Camp</a><time class="component-date-display" dateTime="1754074980000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev/"><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/688d08fdfe9037a39187a1d1?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688d08fdfe9037a39187a1d1?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688d08fdfe9037a39187a1d1?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688d08fdfe9037a39187a1d1?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688d08fdfe9037a39187a1d1?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="Trump Deploys 2 Nuclear Subs Over Comments By Russia's Dmitry Medvedev" 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-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev/">Trump Deploys 2 Nuclear Subs Over Comments By Russia's Dmitry Medvedev</a><time class="component-date-display" dateTime="1754073060000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain/"><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/688d059451aba98b79003af0?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688d059451aba98b79003af0?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688d059451aba98b79003af0?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688d059451aba98b79003af0?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688d059451aba98b79003af0?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="13-Year-Old Boy Drowns After Being Swept Into Storm Drain" 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-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain/">13-Year-Old Boy Drowns After Being Swept Into Storm Drain</a><time class="component-date-display" dateTime="1754072160000">Aug 01, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="lP0Ih"/><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/2022-03-16-ceo-spotlight/"><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//62321c2d7c855515e38dd4e4?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.brands//62321c2d7c855515e38dd4e4?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.brands//62321c2d7c855515e38dd4e4?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.brands//62321c2d7c855515e38dd4e4?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.brands//62321c2d7c855515e38dd4e4?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="CEO Spotlight" 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/2022-03-16-ceo-spotlight/">CEO Spotlight</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a href="https://www.donorschoose.org/iheartradio" target="_blank" rel="noopener"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets//687aae40875b23cab49ddde1?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//687aae40875b23cab49ddde1?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//687aae40875b23cab49ddde1?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//687aae40875b23cab49ddde1?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//687aae40875b23cab49ddde1?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Nominate An Exceptional Teacher Who Is Making A Lasting Impact!" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a href="https://www.donorschoose.org/iheartradio" class="card-title" target="_blank" rel="noopener">Nominate An Exceptional Teacher Who Is Making A Lasting Impact!</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a href="https://www.iheart.com/live/630-khow-377/" target="_self"><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//6079b4d6fb4812277fc29f5a?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//6079b4d6fb4812277fc29f5a?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//6079b4d6fb4812277fc29f5a?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//6079b4d6fb4812277fc29f5a?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//6079b4d6fb4812277fc29f5a?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="Whenever and wherever you are, 24/7, listen to 630 KHOW on the iHeartRadio App" 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/live/630-khow-377/" class="card-title" target="_self">Whenever and wherever you are, 24/7, listen to 630 KHOW on the iHeartRadio App</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a tabindex="0" href="/advertise/?campid=advertise_promo"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Advertise with America's #1 Audio Company" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/advertise/?campid=advertise_promo">Advertise with America's #1 Audio Company</a></figcaption></figure></div></div></div><input type="hidden" data-id="WQJCS"/><div class="component-container component-weather-tile themed-block block"><div class="weather-traffic-tile"><section class="weather-tile"><nav class="tile-container"><a class="weather-market" tabindex="0" href="/weather/"><span class="location">Denver, CO</span><span class="title">Weather</span></a><a aria-label="Arrow icon" class="conditions-icon" tabindex="0" href="/weather/"><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></a></nav><a class="weather-forecast" tabindex="0" href="/weather/"><section class="seven-day-forecast"><div class="forecast-info"><figure><header>Sat</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->61<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->87<!-- -->°</span></p></figcaption></figure><figure><header>Sun</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->61<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->89<!-- -->°</span></p></figcaption></figure><figure><header>Mon</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->63<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->95<!-- -->°</span></p></figcaption></figure><figure><header>Tue</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->64<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->98<!-- -->°</span></p></figcaption></figure><figure><header>Wed</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->67<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->96<!-- -->°</span></p></figcaption></figure><figure><header>Thu</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->66<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->95<!-- -->°</span></p></figcaption></figure><figure><header>Fri</header><section class="weather-conditions-icon"></section><figcaption><p><span class="temperature">Lo<!-- --> <!-- -->64<!-- -->°</span><span class="seperator">|</span><span class="temperature">Hi<!-- --> <!-- -->96<!-- -->°</span></p></figcaption></figure></div></section></a></section><div class="component-container component-traffic-tile themed-block"><section class="traffic-block"><div class="tile-container"><a tabindex="0" href="/traffic/"><span class="title">Live Traffic Map</span></a></div><a aria-label="Arrow icon" class="icon-arrow" tabindex="0" href="/traffic/"><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></a><div class="local-traffic-map"><a tabindex="0" href="/traffic/"><img width="100" height="70" src="https://i.iheart.com/v3/re/new_assets/627ed0263f19c6325b37ec16" alt="Map of Traffic Conditions"/><svg width="16" focusable="false" height="24" viewBox="0 0 16 24" class="svg-icon location-pin-icon" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.802 0 0 3.403 0 7.602 0 11.8 3.469 16.812 8 24c4.531-7.188 8-12.2 8-16.398C16 3.403 12.199 0 8 0zM5 8a3 3 0 116 0 3 3 0 01-6 0z" fill="#D63930"></path></svg></a></div></section></div></div></div><input type="hidden" data-id="Ghum3"/><div class="component-container component-traffic-tile"><section class="traffic-block"><div class="tile-container"><a tabindex="0" href="/traffic/"><span class="title">Live Traffic Map</span></a></div><a aria-label="Arrow icon" class="icon-arrow" tabindex="0" href="/traffic/"><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></a><div class="local-traffic-map"><a tabindex="0" href="/traffic/"><img width="100" height="70" src="https://i.iheart.com/v3/re/new_assets/627ed0263f19c6325b37ec16" alt="Map of Traffic Conditions"/><svg width="16" focusable="false" height="24" viewBox="0 0 16 24" class="svg-icon location-pin-icon" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.802 0 0 3.403 0 7.602 0 11.8 3.469 16.812 8 24c4.531-7.188 8-12.2 8-16.398C16 3.403 12.199 0 8 0zM5 8a3 3 0 116 0 3 3 0 01-6 0z" fill="#D63930"></path></svg></a></div></section></div><input type="hidden" data-id="Fx4YF"/><div class="component-container component-feed feed-style-horizontal-reverse block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Content"><header class="component-heading"><h2 class="heading-title">More Stories</h2></header><div class="feed-cards" data-block-id="kIdtO"><div class="component-grid col-1"><figure class="component-content-tile thumb-right feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?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="Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(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><a class="card-title" tabindex="0" href="/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/">Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death</a><time class="component-date-display" dateTime="1754070900000">Aug 01, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="kIdtO"/><div class="component-container component-feed feed-style-xxsmall block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Content"><div class="feed-cards" data-block-id="LSixG"><div class="component-grid col-5"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area/"><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/688cede37135b159e1ecd88e?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/688cede37135b159e1ecd88e?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/688cede37135b159e1ecd88e?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/688cede37135b159e1ecd88e?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/688cede37135b159e1ecd88e?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="Parents Rescue Toddler After Man Grabbed Her From Mall Play Area" 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-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area/">Parents Rescue Toddler After Man Grabbed Her From Mall Play Area</a><time class="component-date-display" dateTime="1754070060000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit/"><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/688ce32551aba98b79003a97?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688ce32551aba98b79003a97?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688ce32551aba98b79003a97?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688ce32551aba98b79003a97?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688ce32551aba98b79003a97?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="Smithsonian Removes Mention Of Trump's Impeachments From Presidency Exhibit" 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-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit/">Smithsonian Removes Mention Of Trump's Impeachments From Presidency Exhibit</a><time class="component-date-display" dateTime="1754065680000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-trumps-approval-rating-sets-new-record/"><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/67b71f68963277286f4e1d51?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/67b71f68963277286f4e1d51?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/67b71f68963277286f4e1d51?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/67b71f68963277286f4e1d51?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/67b71f68963277286f4e1d51?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="Trump's Approval Rating Sets New Record" 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-08-01-trumps-approval-rating-sets-new-record/">Trump's Approval Rating Sets New Record</a><time class="component-date-display" dateTime="1754057700000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport/"><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/688cc59db89c599f3fb57043?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/688cc59db89c599f3fb57043?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/688cc59db89c599f3fb57043?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/688cc59db89c599f3fb57043?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/688cc59db89c599f3fb57043?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="Video Shows Drunk Traveler Driving Golf Cart Through Airport" 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-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport/">Video Shows Drunk Traveler Driving Golf Cart Through Airport</a><time class="component-date-display" dateTime="1754056560000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old/"><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/688cc0f573bef47acd186b8e?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/688cc0f573bef47acd186b8e?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/688cc0f573bef47acd186b8e?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/688cc0f573bef47acd186b8e?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/688cc0f573bef47acd186b8e?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="Celeb Hairstylist Ryan Pearl Arrested For Sexually Preying On 15-Year-Old" 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-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old/">Celeb Hairstylist Ryan Pearl Arrested For Sexually Preying On 15-Year-Old</a><time class="component-date-display" dateTime="1754055420000">Aug 01, 2025</time></figcaption></figure></div></div><div class="component-load-more"><button class="component-button primary" aria-label="" aria-hidden="false" type="button">Load More</button></div></div><input type="hidden" data-id="LSixG"/><input type="hidden" data-id="beE6F"/><div class="component-container component-podcasts block"><header class="component-heading"><h2 class="heading-title">630 KHOW<!-- --> Podcasts</h2><a class="component-button button-faux secondary small see-all" tabindex="0" href="/podcasts/">See All</a></header><div class="component-grid col-4"><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/1248-the-situation-the-weekend-49108867/" 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/49108867?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/49108867?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/49108867?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/49108867?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/49108867?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/49108867?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/49108867?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for The Situation & The Weekend with Michael Brown 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 Situation & The Weekend with Michael Brown</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/759-the-troubleshooter-20710606/" 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/20710606?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/20710606?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/20710606?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/20710606?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/20710606?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/20710606?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/20710606?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for The Troubleshooter 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 Troubleshooter</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/1248-ryan-schuiling-live-166438128/" 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/166438128?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/166438128?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/166438128?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/166438128?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/166438128?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/166438128?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/166438128?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for Ryan Schuiling Live 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">Ryan Schuiling Live</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/759-dan-caplis-30500024/" 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/30500024?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/30500024?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/30500024?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/30500024?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/30500024?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/30500024?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/30500024?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for Dan Caplis 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">Dan Caplis</p></figcaption></a></figure></div></div><input type="hidden" data-id="Vj1NU"/><div class="component-container component-feed feed-style-horizontal block" data-test-type="feed" data-feed="ID:sports-news-feed"><header class="component-heading"><h2 class="heading-title">Sports</h2></header><div class="feed-cards" data-block-id="fvUic"><div class="component-grid col-1"><figure class="component-content-tile thumb-left feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-nfl-major-network-reach-massive-media-equity-deal-report/"><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/63e17c1750981945cfbf00db?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/63e17c1750981945cfbf00db?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/63e17c1750981945cfbf00db?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/63e17c1750981945cfbf00db?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/63e17c1750981945cfbf00db?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/63e17c1750981945cfbf00db?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/63e17c1750981945cfbf00db?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="NFL, Major Network Reach Massive Media, Equity Deal: Report" 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><a class="card-title" tabindex="0" href="/content/2025-08-01-nfl-major-network-reach-massive-media-equity-deal-report/">NFL, Major Network Reach Massive Media, Equity Deal: Report</a><time class="component-date-display" dateTime="1754076900000">Aug 01, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="fvUic"/><div class="component-container component-feed feed-style-xxsmall block" data-test-type="feed" data-feed="ID:sports-news-feed"><div class="feed-cards" data-block-id="fO6Qt"><div class="component-grid col-5"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-micah-parsons-requests-trade/"><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/66f6f2dd0b1eb7365ccb037c?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/66f6f2dd0b1eb7365ccb037c?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/66f6f2dd0b1eb7365ccb037c?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/66f6f2dd0b1eb7365ccb037c?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/66f6f2dd0b1eb7365ccb037c?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="Micah Parsons Requests Trade" 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-08-01-micah-parsons-requests-trade/">Micah Parsons Requests Trade</a><time class="component-date-display" dateTime="1754072040000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report/"><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/688cd348d77381cd1fb3e84a?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/688cd348d77381cd1fb3e84a?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/688cd348d77381cd1fb3e84a?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/688cd348d77381cd1fb3e84a?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/688cd348d77381cd1fb3e84a?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="Micah Parsons' Relationship With Cowboys 'Has Deteriorated': Report" 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-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report/">Micah Parsons' Relationship With Cowboys 'Has Deteriorated': Report</a><time class="component-date-display" dateTime="1754070540000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-31-terry-mclaurin-requests-trade-report/"><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/687686a1a8c4b2c20e6003dc?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/687686a1a8c4b2c20e6003dc?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/687686a1a8c4b2c20e6003dc?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/687686a1a8c4b2c20e6003dc?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/687686a1a8c4b2c20e6003dc?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="Terry McLaurin Requests Trade: Report" 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-07-31-terry-mclaurin-requests-trade-report/">Terry McLaurin Requests Trade: Report</a><time class="component-date-display" dateTime="1754004000000">Jul 31, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-31-carlos-correa-returning-to-astros-report/"><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/688bd196cae80a26b6e56685?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/688bd196cae80a26b6e56685?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/688bd196cae80a26b6e56685?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/688bd196cae80a26b6e56685?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/688bd196cae80a26b6e56685?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="Carlos Correa Returning To Astros: Report" 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-07-31-carlos-correa-returning-to-astros-report/">Carlos Correa Returning To Astros: Report</a><time class="component-date-display" dateTime="1753993560000">Jul 31, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-31-teammate-blasts-caitlin-clark-critics/"><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/685d8c6758f8224bca4e6bfe?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/685d8c6758f8224bca4e6bfe?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/685d8c6758f8224bca4e6bfe?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/685d8c6758f8224bca4e6bfe?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/685d8c6758f8224bca4e6bfe?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="Teammate Blasts Caitlin Clark Critics" 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-07-31-teammate-blasts-caitlin-clark-critics/">Teammate Blasts Caitlin Clark Critics</a><time class="component-date-display" dateTime="1753990560000">Jul 31, 2025</time></figcaption></figure></div></div><div class="component-load-more"><button class="component-button primary" aria-label="" aria-hidden="false" type="button">Load More</button></div></div><input type="hidden" data-id="fO6Qt"/><div class="component-container component-feed feed-style-horizontal block" data-test-type="feed" data-feed="ID:politics-feed"><header class="component-heading"><h2 class="heading-title">Politics</h2></header><div class="feed-cards" data-block-id="VGRnW"><div class="component-grid col-1"><figure class="component-content-tile thumb-left feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding/"><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/65f9b1d3fc271fe5ecf343a2?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/65f9b1d3fc271fe5ecf343a2?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/65f9b1d3fc271fe5ecf343a2?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/65f9b1d3fc271fe5ecf343a2?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/65f9b1d3fc271fe5ecf343a2?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/assets.getty/65f9b1d3fc271fe5ecf343a2?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/assets.getty/65f9b1d3fc271fe5ecf343a2?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="Corporation For Public Broadcasting To Shut Down After Congress Cut Funding" 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><a class="card-title" tabindex="0" href="/content/2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding/">Corporation For Public Broadcasting To Shut Down After Congress Cut Funding</a><time class="component-date-display" dateTime="1754079000000">Aug 01, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="VGRnW"/><div class="component-container component-feed feed-style-xxsmall block" data-test-type="feed" data-feed="ID:politics-feed"><div class="feed-cards" data-block-id="aDyRz"><div class="component-grid col-5"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev/"><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/688d08fdfe9037a39187a1d1?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688d08fdfe9037a39187a1d1?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688d08fdfe9037a39187a1d1?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688d08fdfe9037a39187a1d1?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688d08fdfe9037a39187a1d1?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="Trump Deploys 2 Nuclear Subs Over Comments By Russia's Dmitry Medvedev" 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-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev/">Trump Deploys 2 Nuclear Subs Over Comments By Russia's Dmitry Medvedev</a><time class="component-date-display" dateTime="1754073060000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit/"><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/688ce32551aba98b79003a97?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688ce32551aba98b79003a97?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688ce32551aba98b79003a97?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688ce32551aba98b79003a97?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688ce32551aba98b79003a97?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="Smithsonian Removes Mention Of Trump's Impeachments From Presidency Exhibit" 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-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit/">Smithsonian Removes Mention Of Trump's Impeachments From Presidency Exhibit</a><time class="component-date-display" dateTime="1754065680000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-trumps-approval-rating-sets-new-record/"><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/67b71f68963277286f4e1d51?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/67b71f68963277286f4e1d51?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/67b71f68963277286f4e1d51?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/67b71f68963277286f4e1d51?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/67b71f68963277286f4e1d51?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="Trump's Approval Rating Sets New Record" 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-08-01-trumps-approval-rating-sets-new-record/">Trump's Approval Rating Sets New Record</a><time class="component-date-display" dateTime="1754057700000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-elizabeth-warren-falls-on-senate-floor-during-vote/"><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/688cb753890370e1c6073562?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/688cb753890370e1c6073562?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/688cb753890370e1c6073562?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/688cb753890370e1c6073562?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/688cb753890370e1c6073562?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="Elizabeth Warren Falls On Senate Floor During Vote" 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-08-01-elizabeth-warren-falls-on-senate-floor-during-vote/">Elizabeth Warren Falls On Senate Floor During Vote</a><time class="component-date-display" dateTime="1754053200000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-31-president-trump-gives-drugmakers-60-days-to-cut-prescription-drug-prices/"><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/688bd62051aba98b7900386a?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688bd62051aba98b7900386a?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688bd62051aba98b7900386a?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688bd62051aba98b7900386a?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688bd62051aba98b7900386a?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="President Trump Gives Drugmakers 60 Days To Cut Prescription Drug Prices" 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-07-31-president-trump-gives-drugmakers-60-days-to-cut-prescription-drug-prices/">President Trump Gives Drugmakers 60 Days To Cut Prescription Drug Prices</a><time class="component-date-display" dateTime="1753994760000">Jul 31, 2025</time></figcaption></figure></div></div><div class="component-load-more"><button class="component-button primary" aria-label="" aria-hidden="false" type="button">Load More</button></div></div><input type="hidden" data-id="aDyRz"/><div class="component-container component-feed feed-style-horizontal block" data-test-type="feed" data-feed="ID:weird-news-feed"><header class="component-heading"><h2 class="heading-title">Lifestyle</h2></header><div class="feed-cards" data-block-id="swv8H"><div class="component-grid col-1"><figure class="component-content-tile thumb-left feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?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="Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(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><a class="card-title" tabindex="0" href="/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/">Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death</a><time class="component-date-display" dateTime="1754070900000">Aug 01, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="swv8H"/><div class="component-container component-feed feed-style-xxsmall block" data-test-type="feed" data-feed="ID:weird-news-feed"><div class="feed-cards" data-block-id="SkYlX"><div class="component-grid col-5"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-29-best-fast-food-breakfast-restaurant-for-2025-revealed/"><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/6888cad060f07f2843c46670?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6888cad060f07f2843c46670?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6888cad060f07f2843c46670?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6888cad060f07f2843c46670?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6888cad060f07f2843c46670?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="Best Fast Food Breakfast Restaurant For 2025 Revealed" 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-07-29-best-fast-food-breakfast-restaurant-for-2025-revealed/">Best Fast Food Breakfast Restaurant For 2025 Revealed</a><time class="component-date-display" dateTime="1753795620000">Jul 29, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-28-iheartradio-trafficnow-delivers-real-time-traffic-updates-on-demand/"><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/6887ecd983675be340ac5b65?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6887ecd983675be340ac5b65?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6887ecd983675be340ac5b65?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6887ecd983675be340ac5b65?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6887ecd983675be340ac5b65?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="iHeartRadio TrafficNOW Delivers Real-Time Traffic Updates On Demand" 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-07-28-iheartradio-trafficnow-delivers-real-time-traffic-updates-on-demand/">iHeartRadio TrafficNOW Delivers Real-Time Traffic Updates On Demand</a><time class="component-date-display" dateTime="1753738380000">Jul 28, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-25-top-chef-fired-for-making-influencer-cry-after-telling-her-she-isnt-famous/"><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/6883c531e7d2afb2bcd3b1b3?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6883c531e7d2afb2bcd3b1b3?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6883c531e7d2afb2bcd3b1b3?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6883c531e7d2afb2bcd3b1b3?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6883c531e7d2afb2bcd3b1b3?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="Top Chef Fired For Making Influencer Cry After Telling Her She Isn't Famous" 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-07-25-top-chef-fired-for-making-influencer-cry-after-telling-her-she-isnt-famous/">Top Chef Fired For Making Influencer Cry After Telling Her She Isn't Famous</a><time class="component-date-display" dateTime="1753466040000">Jul 25, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-24-study-reveals-new-number-of-daily-steps-you-need-to-stay-healthy/"><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/68828a2db91b55487b0210d1?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/68828a2db91b55487b0210d1?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/68828a2db91b55487b0210d1?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/68828a2db91b55487b0210d1?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/68828a2db91b55487b0210d1?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="Study Reveals New Number Of Daily Steps You Need To Stay Healthy" 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-07-24-study-reveals-new-number-of-daily-steps-you-need-to-stay-healthy/">Study Reveals New Number Of Daily Steps You Need To Stay Healthy</a><time class="component-date-display" dateTime="1753386000000">Jul 24, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-24-old-farmers-almanac-releases-2025-fall-weather-predictions/"><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/688250dd182a7021a03a26cf?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688250dd182a7021a03a26cf?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688250dd182a7021a03a26cf?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688250dd182a7021a03a26cf?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688250dd182a7021a03a26cf?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="Old Farmer's Almanac Releases 2025 Fall Weather Predictions" 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-07-24-old-farmers-almanac-releases-2025-fall-weather-predictions/">Old Farmer's Almanac Releases 2025 Fall Weather Predictions</a><time class="component-date-display" dateTime="1753371060000">Jul 24, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="SkYlX"/><div class="component-container component-show-collection block"><header class="component-heading"><h2 class="heading-title">Shows</h2></header><section class="Carousel-module_carousel-wrapper_299lN"><ul class="Carousel-module_carousel-controls_ZS68S"><li><button class="component-button secondary small Carousel-module_slide-button_A51nd" aria-label="Slide Content Left" aria-hidden="false" type="button"><svg tabindex="-1" focusable="false" class="svg-icon icon-arrow direction-left" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" d="M9.30812 6.71002C8.91813 7.10002 8.91813 7.73002 9.30812 8.12002L13.1881 12L9.30812 15.88C8.91813 16.27 8.91813 16.9 9.30812 17.29C9.69813 17.68 10.3281 17.68 10.7181 17.29L15.3081 12.7C15.6981 12.31 15.6981 11.68 15.3081 11.29L10.7181 6.70002C10.3381 6.32002 9.69813 6.32002 9.30812 6.71002Z" fill="#3F4447" class="primary-path"></path></svg></button></li><li><button class="component-button secondary small Carousel-module_slide-button_A51nd" aria-label="Slide Content Right" aria-hidden="false" type="button"><svg tabindex="-1" focusable="false" class="svg-icon icon-arrow direction-right" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" d="M9.30812 6.71002C8.91813 7.10002 8.91813 7.73002 9.30812 8.12002L13.1881 12L9.30812 15.88C8.91813 16.27 8.91813 16.9 9.30812 17.29C9.69813 17.68 10.3281 17.68 10.7181 17.29L15.3081 12.7C15.6981 12.31 15.6981 11.68 15.3081 11.29L10.7181 6.70002C10.3381 6.32002 9.69813 6.32002 9.30812 6.71002Z" fill="#3F4447" class="primary-path"></path></svg></button></li></ul><ul class="Carousel-module_carousel_oF6uY" tabindex="0"><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/the-michael-brown-show/"><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/6046b612afe5c0fa1160bdcd?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/6046b612afe5c0fa1160bdcd?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/6046b612afe5c0fa1160bdcd?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Michael Brown" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/the-michael-brown-show/">Michael Brown</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/the-troubleshooter/"><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/5d6e891b52861ec9dab693c7?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5d6e891b52861ec9dab693c7?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5d6e891b52861ec9dab693c7?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of The Troubleshooter" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/the-troubleshooter/">The Troubleshooter</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/ryan-schuiling/"><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/660dd14f20c8fa196a3450a9?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/660dd14f20c8fa196a3450a9?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/660dd14f20c8fa196a3450a9?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Ryan Schuiling" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/ryan-schuiling/">Ryan Schuiling</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/dan-caplis/"><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/612ffd33a40c2583ebde681b?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/612ffd33a40c2583ebde681b?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/612ffd33a40c2583ebde681b?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Dan Caplis " class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/dan-caplis/">Dan Caplis </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/the-joe-pags-show/"><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/e2eadca4bd0363a6b613d2521366398f?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/e2eadca4bd0363a6b613d2521366398f?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/e2eadca4bd0363a6b613d2521366398f?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of The Joe Pags Show" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/the-joe-pags-show/">The Joe Pags Show</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/fox-news-rundown/"><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/5f24a6f5ab6c573016341b70?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5f24a6f5ab6c573016341b70?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5f24a6f5ab6c573016341b70?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Fox News Rundown" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/fox-news-rundown/">Fox News Rundown</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/red-eye-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/5e7a7e4669e5d9dabd324e77?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5e7a7e4669e5d9dabd324e77?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5e7a7e4669e5d9dabd324e77?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Red Eye Radio" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/red-eye-radio/">Red Eye 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"/><input type="hidden" data-id="GUwtl"/><input type="hidden" data-id="XlM5U"/><input type="hidden" data-id="xAMG8"/></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/">Contact</a></li><li><a tabindex="0" href="/advertise/">Advertise on 630 KHOW</a></li><li><a href="https://www.iheart.com/apps/" target="_blank" rel="noopener">Download The Free iHeartRadio App</a></li><li><a href="https://www.iheart.com/podcast/" target="_blank" rel="noopener">Find a Podcast</a></li></ul><div class="component-social-network-icons"><ul class="component-social-icons"><li class="icon-container"><a href="//www.facebook.com/630KHOW" 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/630KHOW" 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/630KHOW" 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><div class="description">630 KHOW | Denver's Talk Station | Denver's exclusive radio station for Michael Brown, Tom Martino, Leland Conway, Dan Caplis and Joe Pags</div><hr/><ul class="lower-footer-national-links"><li><a tabindex="0" href="/sitemap/">Sitemap</a></li><li><a tabindex="0" href="/rules/">Contest Rules</a></li><li><a href="https://www.iheart.com/privacy/" target="_blank" rel="noopener">Privacy Policy</a></li><li><a href="https://privacy.iheart.com/" target="_blank" rel="noopener">Your Privacy Choices<img data-src="http://i-stg.iheart.com/v3/re/new_assets/66fee14066ebdb3465fd0684" alt="Your privacy Logo" class="lazyload" width="13" height="14"/></a></li><li><a href="https://www.iheart.com/terms/" target="_blank" rel="noopener">Terms of Use</a></li><li><a href="https://www.iheart.com/adchoices/" target="_blank" rel="noopener">AdChoices<img data-src="https://i.iheart.com/v3/re/new_assets/faf40618-8c4b-4554-939b-49bce06bbcca" alt="AdChoices Logo" class="lazyload" width="13" height="14"/></a></li><li class="public-inspection-file"><a href="https://publicfiles.fcc.gov/am-profile/KHOW/" target="_blank" rel="noopener">KHOW<!-- --> <!-- -->Public Inspection File</a></li><li><a href="https://politicalfiles.iheartmedia.com/files/location/KHOW/" target="_blank" rel="noopener">KHOW<!-- --> <!-- -->Political File</a></li><li><a href="https://i.iheart.com/v3/re/assets.eeo/6740ef76ad913dcdefdc74be?passthrough=1" target="_blank" rel="noopener">EEO Public File</a></li><li><a tabindex="0" href="/content/public-file-assistance/">Public File Assistance</a></li><li><a tabindex="0" href="/fcc-applications/">FCC Applications</a></li></ul><div class="site-ownership"><div>© <!-- -->2025<!-- --> <!-- -->iHeartMedia, Inc.</div></div></div></div></footer><div class="component-apptray"><div id="recaptcha-badge" class="g-recaptcha"></div></div></div></div></div>
<div id="fb-root" />
<script>window.__PRELOADED_STATE__ = {"site":{"site":{"sites":{"find":{"_id":"%2Fa0d0db354173d2a2352e640bfb90a511","canonicalHostname":"khow.iheart.com","hostnames":[],"facets":["genres/News & Talk","formats/NEWSTALK","brands/KHOW-AM (636)","markets/DENVER-CO","facets/All Sites - English","facets/Rich On Tech Affiliates","facets/WinB4Contest","facets/2025MusicFestivalStations","facets/Q3CashContest","facets/Q3CashContestExclusion","facets/ThankATeacherEnglish","facets/2025MusicFestivalContest"],"slug":"khow-am","market":"markets/DENVER-CO","ownBrand":"brands/KHOW-AM (636)","timeZone":"America/Denver","keys":["hostname:khow.iheart.com","hostname:www.khow.com","hostname:khow.com","hostname:khow-am.radio.iheart.com","id:/a0d0db354173d2a2352e640bfb90a511","brand:brands/KHOW-AM (636)","slug:khow-am","primaryParentOf:/59f34c2f7967147b85b00b90","primaryParentOf:/59f8ba9b3923bad8f8fa7739","primaryParentOf:/59f8bc287951dff890d63861","primaryParentOf:/59f8bc56ec622238be88d494","primaryParentOf:/59f8bd4fbdeadb98f996ca59","primaryParentOf:/59f8ea071663f38a66e27560","primaryParentOf:/59f8ea593923bad8f8fa773a","primaryParentOf:/59f8eaa7bdeadb98f996ca5a","primaryParentOf:/59f8eadcec622238be88d496","primaryParentOf:/59f8eb003923bad8f8fa773b","primaryParentOf:/59f8eb317951dff890d63864","primaryParentOf:/59f8ec49bdeadb98f996ca5b","primaryParentOf:/5a7e0a8d5e8f16e929d84610","primaryParentOf:/5a85ad73d76044a54dd54e56","primaryParentOf:/5a85adc31e4fe3db7087d51d","primaryParentOf:/5a85ade3bdd18619e0cffaae","primaryParentOf:/5a874fdd1e4fe3db7087d51e","primaryParentOf:/5aa175f5147d67f9b5ae6911","primaryParentOf:/5aff4ef59e93cbea57f48b06","primaryParentOf:/5bcf45541311b3e3df7cba89","primaryParentOf:/5cbf1b0abbce19f9ce596da2","primaryParentOf:/5cbf1b7ea39930560ac0bbca","primaryParentOf:/5d49dcf733eb701515a7cd68","primaryParentOf:/5d5d85974ddfc2c9e60f68ac","primaryParentOf:/5d936207926c2983e7726c97","primaryParentOf:/5d9cc460e95d8e57b13a9b8c","primaryParentOf:/5dc2ed9a1bbdd0896cf6294e","primaryParentOf:/c1d327e130bac24770ee0eefa52b8069","primaryParentOf:/d562fe7475dd6e223fa6ae9dab8307d0","stream:377","broadcastFacility:48962","broadcastFacilityCallsign:khow","primaryParentOf:/0b0473bba6a80f93c68dfcbb123bc72f","primaryParentOf:/61ddcf9526054363efee8083","primaryParentOf:/61ddd35dbe081a49bbe468e9","primaryParentOf:/645e3c6b0ed996e9ebc87b76","primaryParentOf:/660bf5976e7fbbc3953118ee","primaryParentOf:/67475143bb77c35f050a7e41","primaryParentOf:/6785a43cb8388cc4cc7db52e"],"stream":{"id":377,"primaryPronouncement":"six thirty k. how","recentlyPlayedEnabled":false,"isActive":"true"},"ownership":{"id":"providers/Clear Channel","taxo":{"source":{"display_name":"iHeartMedia, Inc."}}},"summary":{"name":"630 KHOW","description":"630 KHOW | Denver's Talk Station | Denver's exclusive radio station for Ross Kaminsky, Tom Martino, Michael Brown, Dan Caplis and Joe Pags"},"status":{"hide":{"startDate":0,"endDate":0,"redirectTo":""},"isHidden":false,"isActive":true},"configByLookup":{"_id":"/a0d0db354173d2a2352e640bfb90a511/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":"content","path":"/content/"},{"name":"home_preview","path":"/preview/"},{"name":"music_home","path":"/music/"},{"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":"contests","path":"/contests/"},{"name":"fccappliciations","path":"/fcc-applications/"},{"name":"featured","path":"/from-our-shows/"},{"name":"iheartradio_app","path":"/apps/"},{"name":"newsletter","path":"/newsletter/"},{"name":"onair_schedule","path":"/schedule/"},{"name":"podcasts","path":"/podcasts/"},{"name":"promotions","path":"/promotions/"},{"name":"robots","path":"/robots/"},{"name":"rules","path":"/rules/"},{"name":"traffic","path":"/traffic/"},{"name":"music_recently_played","path":"/music/recently-played/"},{"name":"music_top_songs","path":"/music/top-songs/"},{"name":"error_page","path":"/_error/404/"},{"name":"newsletter_unsubscribe","path":"/newsletter/unsubscribe/"},{"name":"topic_content","path":"/topic/content/"},{"name":"author","path":"/author/\u003cslug>"},{"name":"calendar_content","path":"/calendar/content/\u003cslug>"},{"name":"calendar_content_category","path":"/calendar/category/\u003ctopic>"},{"name":"chart","path":"/charts/\u003cchart_slug>/"},{"name":"contest","path":"/contests/\u003cslug>/"},{"name":"detail","path":"/content/\u003cslug>/"},{"name":"onair_schedule_day","path":"/schedule/\u003cday>/"},{"name":"plaintext","path":"/text/\u003cslug>/"},{"name":"promotion","path":"/promotions/\u003cslug>/"},{"name":"search","path":"/search/\u003ckeyword>/"},{"name":"topic","path":"/topic/\u003ctopic>/"},{"name":"chart_detail","path":"/charts/\u003cchart_slug>/\u003clist_slug>/"}],"redirects":[{"id":"sG5ku","priority":0,"source":"/terms","regex":false,"schedule":{"begin":1495213980000,"end":4115978604802},"destination":{"type":"URL","value":"/content/terms-of-use/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"iVzdH","priority":0,"source":"/privacy","regex":false,"schedule":{"begin":1495214100000,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LoFCm","priority":0,"source":"/village","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1nTyx","priority":0,"source":"/spotlight","regex":false,"schedule":{"begin":1498503600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio Spotlight"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"689Gc","priority":0,"source":"/spotlights","regex":false,"schedule":{"begin":1498503600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio Spotlight"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"WFN6j","priority":0,"source":"/politics","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pHMQ9","priority":0,"source":"/politicaljunkie","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"oLs7Z","priority":0,"source":"/trump","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jaGYj","priority":0,"source":"/election","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"lAdqT","priority":0,"source":"/debate","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hRBn4","priority":0,"source":"/live","regex":false,"schedule":{"begin":1498510800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"NTW8H","priority":0,"source":"/theater","regex":false,"schedule":{"begin":1498510800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"T7NRs","priority":0,"source":"/theaters","regex":false,"schedule":{"begin":1498510800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"lnPpW","priority":0,"source":"/fiestalatina","regex":false,"schedule":{"begin":1532113200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/fiesta-latina/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"M89F6","priority":0,"source":"/fiesta","regex":false,"schedule":{"begin":1532113200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/fiesta-latina/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"oIvoh","priority":0,"source":"/ontheverge","regex":false,"schedule":{"begin":1498672800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio On The Verge (28)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fvFSl","priority":0,"source":"/otv","regex":false,"schedule":{"begin":1498672800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio On The Verge (28)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"0ojeA","priority":0,"source":"/events","regex":false,"schedule":{"begin":1498680000000,"end":4115978604802},"destination":{"type":"URL","value":"/content/iheartradio-events/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"t2qxn","priority":0,"source":"/risingstar","regex":false,"schedule":{"begin":1499313600000,"end":4115978604802},"destination":{"type":"URL","value":"http://macysrisingstar.iheartradio.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QCwSi","priority":0,"source":"/risingstars","regex":false,"schedule":{"begin":1499313600000,"end":4115978604802},"destination":{"type":"URL","value":"http://macysrisingstar.iheartradio.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"FNCWN","priority":0,"source":"/edc","regex":false,"schedule":{"begin":1500656400000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/edc-radio-7355/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QIxAi","priority":0,"source":"/edcradio","regex":false,"schedule":{"begin":1500656400000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/edc-radio-7355/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"novvL","priority":0,"source":"/favicon.ico","regex":false,"schedule":{"begin":1500668040000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/assets/favicon.cf2eff6db48eda72637f3c01d6ce99ae.ico?rev=7.34.3"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"cJ6Ax","priority":0,"source":"/script2/rss.php","regex":false,"schedule":{"begin":1500668040000,"end":4115978604802},"destination":{"type":"URL","value":"/timeline.rss"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dc0Ob","priority":0,"source":"/playlist/","regex":false,"schedule":{"begin":1501782060000,"end":4115978604802},"destination":{"type":"URL","value":"/music/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"otvhW","priority":0,"source":"/calendar/concerts-9/","regex":false,"schedule":{"begin":1503509820000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/events/concerts/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Y0ecD","priority":0,"source":"/index.php","regex":false,"schedule":{"begin":1503515460000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fP9Md","priority":0,"source":"/index.html","regex":false,"schedule":{"begin":1503515460000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IT6c8","priority":0,"source":"/calendar/station-events-1/","regex":false,"schedule":{"begin":1503515520000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"PfvMC","priority":0,"source":"/80sshow","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xXbXZ","priority":0,"source":"/80show","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"SzMPk","priority":0,"source":"/eightiesshow","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gBzKO","priority":0,"source":"/the80sshow","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"0vWcK","priority":0,"source":"/daytimevillage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IoHEa","priority":0,"source":"/iheartnow","regex":false,"schedule":{"begin":1506690000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.facebook.com/iheartnow"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"kGobR","priority":0,"source":"/holidays","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"vR6is","priority":0,"source":"/happyholidays","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tL3jx","priority":0,"source":"/christmas","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"sOdwO","priority":0,"source":"/hanukkah","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6fl6B","priority":0,"source":"/fangirls","regex":false,"schedule":{"begin":1515776400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/FanGirls"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"4pZRU","priority":0,"source":"/fangirl","regex":false,"schedule":{"begin":1515776400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/FanGirls"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Z0psI","priority":0,"source":"/blackhistory","regex":false,"schedule":{"begin":1517007600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"mU8Gz","priority":0,"source":"/blackhistorymonth","regex":false,"schedule":{"begin":1517007600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"scHow","priority":0,"source":"/iheartcountry","regex":false,"schedule":{"begin":1518786000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheartcountry.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tgPDH","priority":0,"source":"/country","regex":false,"schedule":{"begin":1518786000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheartcountry.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"P4kj3","priority":0,"source":"/cc-common/traffic/index.html","regex":false,"schedule":{"begin":1519282980000,"end":4115978604802},"destination":{"type":"URL","value":"/traffic/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"zOavI","priority":0,"source":"/cc-common/radiobase/contests","regex":false,"schedule":{"begin":1519282980000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Kf469","priority":0,"source":"/cc-common/weather/","regex":false,"schedule":{"begin":1519283040000,"end":4115978604802},"destination":{"type":"URL","value":"/weather/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pbxiP","priority":0,"source":"/go/radio_app","regex":false,"schedule":{"begin":1519283040000,"end":4115978604802},"destination":{"type":"URL","value":"/apps/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QxYrG","priority":0,"source":"/pages/streaming.html","regex":false,"schedule":{"begin":1519309560000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tnYcu","priority":0,"source":"/pages/streaming","regex":false,"schedule":{"begin":1519309620000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yBGWM","priority":0,"source":"/pages/war-of-the-roses","regex":false,"schedule":{"begin":1519426260000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast/139-War-Of-The-Roses-25445146/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VfzOG","priority":0,"source":"/contest","regex":false,"schedule":{"begin":1519426380000,"end":4115978604802},"destination":{"type":"URL","value":"/contests"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1Q9F6","priority":0,"source":"/cc-common/globalcontestfinder.html","regex":false,"schedule":{"begin":1519426380000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"oS817","priority":0,"source":"/pages/listenlive.html","regex":false,"schedule":{"begin":1519426380000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"r3T2K","priority":0,"source":"/cc-common/news/sections/entertainmentarticle.html","regex":false,"schedule":{"begin":1519426680000,"end":4115978604802},"destination":{"type":"URL","value":"/topic/trending-pop/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ba6a4","priority":0,"source":"/home.aspx","regex":false,"schedule":{"begin":1519426740000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"JI9OM","priority":0,"source":"/cc-common/streaming_new/index.html","regex":false,"schedule":{"begin":1519426800000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GhyRh","priority":0,"source":"/cc-common/news/videos/player.html","regex":false,"schedule":{"begin":1519426800000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"BSMwK","priority":0,"source":"/event_portal/view/calendar/calendar.html","regex":false,"schedule":{"begin":1519426860000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"szqQp","priority":0,"source":"/cc-common/contests/photo_contest.php","regex":false,"schedule":{"begin":1519426860000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"i54eh","priority":0,"source":"/asp2/codedetail.aspx","regex":false,"schedule":{"begin":1519426920000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"keGyL","priority":0,"source":"/go/register","regex":false,"schedule":{"begin":1519426920000,"end":4115978604802},"destination":{"type":"URL","value":"/newsletter/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xnBQB","priority":0,"source":"/cc-common/iheartradio-music-festival","regex":false,"schedule":{"begin":1519426980000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"7BOqD","priority":0,"source":"/cc-common/contests/index.html","regex":false,"schedule":{"begin":1519427040000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dOvXM","priority":0,"source":"/main.html","regex":false,"schedule":{"begin":1519427100000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"iEGCz","priority":0,"source":"/cc-common/weather","regex":false,"schedule":{"begin":1519427100000,"end":4115978604802},"destination":{"type":"URL","value":"/weather/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"scTdK","priority":0,"source":"/music/recently-played/undefined/","regex":false,"schedule":{"begin":1521464520000,"end":4115978604802},"destination":{"type":"URL","value":"/music/recently-played/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Gje0w","priority":0,"source":"/music/undefined/","regex":false,"schedule":{"begin":1521465300000,"end":4115978604802},"destination":{"type":"URL","value":"/music/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"sko3S","priority":0,"source":"/music/top-songs/undefined/","regex":false,"schedule":{"begin":1521548460000,"end":4115978604802},"destination":{"type":"URL","value":"/music/top-songs/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"d2Y8B","priority":0,"source":"/music/playlist/","regex":false,"schedule":{"begin":1521548760000,"end":4115978604802},"destination":{"type":"URL","value":"/music/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YMOfW","priority":0,"source":"/{{collectionUrl}}/","regex":false,"schedule":{"begin":1521724800000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UZWIc","priority":0,"source":"/stage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qY7Bi","priority":0,"source":"/daytimestage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"soGug","priority":0,"source":"/daystage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UMKHQ","priority":0,"source":"/musicfestival","regex":false,"schedule":{"begin":1528156800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"H7TrY","priority":0,"source":"/music-festival","regex":false,"schedule":{"begin":1528156800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"4e6Mq","priority":0,"source":"/festival","regex":false,"schedule":{"begin":1596513600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QmKB3","priority":0,"source":"/cc.js?ns=_cc","regex":false,"schedule":{"begin":1528381680000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"95ImX","priority":0,"source":"/6663/ccr.newyork.ny/wwpr-fm","regex":false,"schedule":{"begin":1528381680000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"e2TbP","priority":0,"source":"/6663/ccr.newyork.ny.n/wwpr-fm","regex":false,"schedule":{"begin":1528381740000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"rtsWp","priority":0,"source":"/6663/ccr","regex":false,"schedule":{"begin":1528381740000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dDHKJ","priority":0,"source":"/pages/bobbybones.html?article=10164920","regex":false,"schedule":{"begin":1528382220000,"end":4115978604802},"destination":{"type":"URL","value":"https://bobbybones.iheart.com"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Vksoo","priority":0,"source":"/Durginstuff.html/","regex":false,"schedule":{"begin":1528382400000,"end":4115978604802},"destination":{"type":"URL","value":"https://whp580.iheart.com/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ydn7Y","priority":0,"source":"/pages/johnandkenshow/","regex":false,"schedule":{"begin":1528382460000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/john-and-ken/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"JAfTn","priority":0,"source":"/cc-common/hdradio/player.php?staid=WLTW-FM","regex":false,"schedule":{"begin":1528382460000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/1067-lite-fm-1477/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"vmLvG","priority":0,"source":"/spit","regex":false,"schedule":{"begin":1534179720000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast/spit-29676456/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"3jk0L","priority":0,"source":"/content/2018-09-06-actor-bury-reynolds-dead-at-82/","regex":false,"schedule":{"begin":1536262980000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2018-09-06-actor-burt-reynolds-dead-at-821/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"rRiTl","priority":0,"source":"/topic/24/7%20News%20-%20National%20(501855)/","regex":false,"schedule":{"begin":1537971900000,"end":4115978604802},"destination":{"type":"URL","value":"/24-7-news/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"l1YJA","priority":0,"source":"/alterego","regex":false,"schedule":{"begin":1538398200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5uKOW","priority":0,"source":"/podcastawards","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"cVn5o","priority":0,"source":"/podcast-awards","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LcEcm","priority":0,"source":"/podcastaward","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"FgU8x","priority":0,"source":"/podcast-award","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gfVqw","priority":0,"source":"/jingleball","regex":false,"schedule":{"begin":1498755600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/jingle-ball/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LScSz","priority":0,"source":"/sonos","regex":false,"schedule":{"begin":1543208400000,"end":4115978604802},"destination":{"type":"URL","value":"https://sonos.pages.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"T6DSc","priority":0,"source":"/jingle-ball","regex":false,"schedule":{"begin":1544072400000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/jingle-ball/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"DSnll","priority":0,"source":"/admin/ver2/login.php","regex":false,"schedule":{"begin":1544705880000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"P6L0g","priority":0,"source":"Listen","regex":false,"schedule":{"begin":1544705880000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"0Z9RM","priority":0,"source":"/common/top_songs/2009.html","regex":false,"schedule":{"begin":1544706000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/class-of-2009-312064750-TXZD2FPZxDpXUQH2kty9Zf/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Ttcig","priority":0,"source":"/pages/nathan-fast.html","regex":false,"schedule":{"begin":1544706300000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/nathan-fast/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IP3r2","priority":0,"source":"/pages/michaelberry.html","regex":false,"schedule":{"begin":1544706420000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/michael-berry/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VYRMr","priority":0,"source":"/pages/BOBBYOJAY.html","regex":false,"schedule":{"begin":1544706480000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/bobby-o-jay/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"AGrmM","priority":0,"source":"/Listen%20","regex":false,"schedule":{"begin":1544706780000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"l8Hno","priority":0,"source":"/pages/lancesBlog.html","regex":false,"schedule":{"begin":1544707200000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/lance-mcalister/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YSRPT","priority":0,"source":"/flashtalking/ftlocal.html","regex":false,"schedule":{"begin":1544707320000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"XjHIU","priority":0,"source":"/news/terms-of-use-11584658","regex":false,"schedule":{"begin":1544707320000,"end":4115978604802},"destination":{"type":"URL","value":"/terms/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5qzE7","priority":0,"source":"/legal/terms","regex":false,"schedule":{"begin":1544707380000,"end":4115978604802},"destination":{"type":"URL","value":"/terms/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"v37DV","priority":0,"source":"/asp2/usepoints.aspx","regex":false,"schedule":{"begin":1544707380000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jZJSE","priority":0,"source":"/common/quiz/one-direction/match.php","regex":false,"schedule":{"begin":1544707440000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/artist/one-direction-687496/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tqQP1","priority":0,"source":"/tupacshakur","regex":false,"schedule":{"begin":1544707560000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/artist/2pac-39257/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"As3w2","priority":0,"source":"/app2/Contest/8LFQYF","regex":false,"schedule":{"begin":1544707620000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"3CQqZ","priority":0,"source":"/cc-common/contests","regex":false,"schedule":{"begin":1544707680000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5ODwU","priority":0,"source":"/app2/Contest/7LJDFU","regex":false,"schedule":{"begin":1544707680000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"37kZs","priority":0,"source":"/cc-common/seasonal/holiday","regex":false,"schedule":{"begin":1544707740000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/collections/genre-playlists/playlist-genres/christmas/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"84jHC","priority":0,"source":"/pages/bod/thong.html","regex":false,"schedule":{"begin":1544707800000,"end":4115978604802},"destination":{"type":"URL","value":"/topic/whats-hot/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"DPQ86","priority":0,"source":"/event_portal/view/calendar/event.html","regex":false,"schedule":{"begin":1544708100000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dbIgm","priority":0,"source":"/content/2019-01-03-that-hot-backup-dancer-from-taylor-swifts-netflix-film-is-on-instagram/","regex":false,"schedule":{"begin":1546609260000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2019-01-03-the-hot-guy-from-taylor-swifts-netflix-film-has-a-name-and-an-instagram/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"q3tN4","priority":0,"source":"/iheartawards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"A0cPy","priority":0,"source":"/awards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"7UZst","priority":0,"source":"/musicawards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"n8wQt","priority":0,"source":"/music-awards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"o5Bbj","priority":0,"source":"/vote","regex":false,"schedule":{"begin":1604505600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2gp2Q","priority":0,"source":"/award","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IFx3E","priority":0,"source":"/awards%20vote","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jNLvF","priority":0,"source":"/countryfestival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Kzkd2","priority":0,"source":"/iheartcountryfestival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6aIim","priority":0,"source":"/iheartcountry-festival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"WzoLY","priority":0,"source":"/country-festival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Prl6M","priority":0,"source":"/womenofiheartcountry","regex":false,"schedule":{"begin":1550869200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Women of iHeartCountry"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UzDHM","priority":0,"source":"/women","regex":false,"schedule":{"begin":1614601800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gWMcd","priority":0,"source":"/content/2019-03-04-brawl-breaks-out-at-cardi-b-rodeo-concert/","regex":false,"schedule":{"begin":1551799560000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/artist/cardi-b-31246427/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"FpdzN","priority":0,"source":"/payment","regex":false,"schedule":{"begin":1554221040000,"end":4115978604802},"destination":{"type":"URL","value":"/pay"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZBeQF","priority":0,"source":"/billpay","regex":false,"schedule":{"begin":1554221340000,"end":4115978604802},"destination":{"type":"URL","value":"/pay"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"wH7lR","priority":0,"source":"/charts","regex":false,"schedule":{"begin":1597266000000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/featured/charts/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"eIvqD","priority":0,"source":"/wangotango","regex":false,"schedule":{"begin":1555939800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/wango-tango/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GTHXQ","priority":0,"source":"/wango","regex":false,"schedule":{"begin":1555939800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/wango-tango/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LFrEl","priority":0,"source":"/fathersday","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1dAcV","priority":0,"source":"/fathers","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xsEuC","priority":0,"source":"/dads","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VSg8k","priority":0,"source":"/dad","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"nFudb","priority":0,"source":"/pride","regex":false,"schedule":{"begin":1560542400000,"end":4115978604802},"destination":{"type":"URL","value":"https://prideradio.iheart.com"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"9r4Wa","priority":0,"source":"/backtoschool","regex":false,"schedule":{"begin":1565186400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/back-to-school/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UXrDU","priority":0,"source":"/newsletters","regex":false,"schedule":{"begin":1565193600000,"end":4115978604802},"destination":{"type":"URL","value":"/newsletter"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"HDw4Q","priority":0,"source":"/sports","regex":false,"schedule":{"begin":1721764800000,"end":4115978604802},"destination":{"type":"URL","value":"https://sports.iheart.com"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"BRIww","priority":0,"source":"/player/embed.html","regex":false,"schedule":{"begin":1569245520000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Dkdkt","priority":0,"source":"/podcastchart","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Qs1iA","priority":0,"source":"/podcastschart","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5AXp4","priority":0,"source":"/podcastcharts","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"RqjrU","priority":0,"source":"/toppodcasts","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6JcQJ","priority":0,"source":"/top100podcasts","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yg683","priority":0,"source":"/top100","regex":false,"schedule":{"begin":1569945600000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"kX8iG","priority":0,"source":"/legal/ad-choices/en/","regex":false,"schedule":{"begin":1577134320000,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/#choices"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LptCe","priority":0,"source":"/legal/ad-choices/es/","regex":false,"schedule":{"begin":1577134440000,"end":4115978604802},"destination":{"type":"URL","value":"/content/poltica-de-privacidad-y-cookies/#choices"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Z37O8","priority":0,"source":"/capital1","regex":false,"schedule":{"begin":1748523600000,"end":1758427219263},"destination":{"type":"URL","value":"https://www.axs.com/series/26054/iheart-radio-music-festival-tickets?skin=iheart"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"KlqCf","priority":0,"source":"/capitolone","regex":false,"schedule":{"begin":1748523623975,"end":1758427200000},"destination":{"type":"URL","value":"https://www.axs.com/series/26054/iheart-radio-music-festival-tickets?skin=iheart"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"cHhkd","priority":0,"source":"/capitalone","regex":false,"schedule":{"begin":1748523600000,"end":1758427248861},"destination":{"type":"URL","value":"https://www.axs.com/series/26054/iheart-radio-music-festival-tickets?skin=iheart"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fEMxN","priority":0,"source":"/CapitolOnePreSale","regex":false,"schedule":{"begin":1735837200000,"end":1746331200000},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"sFi7g","priority":0,"source":"/Capital1PreSale","regex":false,"schedule":{"begin":1735837200000,"end":1746331200000},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Wo6I5","priority":0,"source":"/Capital1Pre-Sale","regex":false,"schedule":{"begin":1735837200000,"end":1746331200000},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"TxSDp","priority":0,"source":"/content/2017-07-10-11-things-you-didnt-know-the-iheartradio-app-could-do/","regex":false,"schedule":{"begin":1583157600562,"end":4115978604802},"destination":{"type":"URL","value":"/apps"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hVVCt","priority":0,"source":"/LivingRoomConcert","regex":false,"schedule":{"begin":1585152000624,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"HzXTT","priority":0,"source":"/LivingRoomConcertForAmerica","regex":false,"schedule":{"begin":1585152000284,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2Sozz","priority":0,"source":"/LivingRoom","regex":false,"schedule":{"begin":1585152000000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"EtklO","priority":0,"source":"/StandForSmall","regex":false,"schedule":{"begin":1587096000000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Stand For Small"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"w0DY7","priority":0,"source":"/Stand4Small","regex":false,"schedule":{"begin":1587096000000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Stand For Small"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"HpZ6a","priority":0,"source":"/meatdistrict","regex":false,"schedule":{"begin":1624280400535,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"g0xFF","priority":0,"source":"/adchoices/","regex":false,"schedule":{"begin":1589477940047,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/#otnotice-section-5659a3f3-c42c-4200-ab79-b8e9bcf27519"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"E2JKG","priority":0,"source":"/blackmusic","regex":false,"schedule":{"begin":1589472000195,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black Music Month"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"09U7s","priority":0,"source":"/blackmusicmonth","regex":false,"schedule":{"begin":1589472000111,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black Music Month"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"j7cxB","priority":0,"source":"/TheVibe","regex":false,"schedule":{"begin":1589979600973,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/The Vibe"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"AwDzL","priority":0,"source":"/vibe","regex":false,"schedule":{"begin":1589979600948,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/The Vibe"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qJQCj","priority":0,"source":"/privacy/en","regex":false,"schedule":{"begin":1590520500497,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GwuK9","priority":0,"source":"/privacy/es","regex":false,"schedule":{"begin":1590520620941,"end":4115978604802},"destination":{"type":"URL","value":"/content/poltica-de-privacidad-y-cookies/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gso5x","priority":0,"source":"/terms/en","regex":false,"schedule":{"begin":1590520620813,"end":4115978604802},"destination":{"type":"URL","value":"/content/terms-of-use/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"bOoV1","priority":0,"source":"/terms/es","regex":false,"schedule":{"begin":1590520680277,"end":4115978604802},"destination":{"type":"URL","value":"/content/terminos-de-uso-de-iheartmedia/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UjDAc","priority":0,"source":"/optout/en","regex":false,"schedule":{"begin":1590520740882,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/privacy-and-cookie-notice/#optout"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GmqyS","priority":0,"source":"/optout/es","regex":false,"schedule":{"begin":1590520860765,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/poltica-de-privacidad-y-cookies/#optout"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Zg0et","priority":0,"source":"/apple-app-site-association","regex":false,"schedule":{"begin":1594735560064,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/apple-app-site-association/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZDf0k","priority":0,"source":"/capitol1","regex":false,"schedule":{"begin":1748523600274,"end":1758427200274},"destination":{"type":"URL","value":"https://www.axs.com/series/26054/iheart-radio-music-festival-tickets?skin=iheart"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"ZSf9x","priority":0,"source":"/content/2020-08-24-dua-lipa-faces-backlash-over-birthday-party-photos/","regex":false,"schedule":{"begin":1598360040656,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ItDgY","priority":0,"source":"/featured/katie-sommers-radio-network(.*)$","regex":true,"schedule":{"begin":1599848040709,"end":4115978604802},"destination":{"type":"URL","value":"/featured/katie-sommers$1"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xcEXl","priority":0,"source":"/assistance/en/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/content/public-file-assistance/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"e51Gy","priority":0,"source":"/assistance/es/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/content/acceso-al-archivo-publico/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qSDca","priority":0,"source":"/msvibes","regex":false,"schedule":{"begin":1602599400753,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/ms-vibes-radio-8751/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Q8lxq","priority":0,"source":"/hbcu","regex":false,"schedule":{"begin":1602795600908,"end":4115978604802},"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"O6KKd","priority":0,"source":"/hbcus","regex":false,"schedule":{"begin":1602795600114,"end":4115978604802},"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"8VXsE","priority":0,"source":"/hbuc","regex":false,"schedule":{"begin":1602795600874,"end":4115978604802},"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"iUKUQ","priority":0,"source":"/live/schnitt-show-4824/","regex":false,"schedule":{"begin":1608564180914,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/moneytalk-1010-am-6743/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"kEVFd","priority":0,"source":"/contests/","regex":false,"schedule":{"begin":1610479620499,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VWuzz","priority":0,"source":"\\/contests\\/([^\\/]+)/","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/$1/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"zHtlf","priority":0,"source":"/content/2021-01-12-ohio-boe-member-organized-bus-trip-to-dc-for-stop-the-steal-rally/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/news/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"mvQQd","priority":0,"source":"/livingblack","regex":false,"schedule":{"begin":1611075600442,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/livingblack/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hWcd3","priority":0,"source":"/content/2021-01-20-powerball-numbers-live-results-for-12021-7300-million-jackpot-tonight/","regex":false,"schedule":{"begin":1611240360757,"end":4115978604802},"destination":{"type":"URL","value":"/content/2021-01-20-powerball-numbers-live-results-for-12021-730-million-jackpot-tonight/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"K0Xtv","priority":0,"source":"/bhm","regex":false,"schedule":{"begin":1517007600705,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Qwrc7","priority":0,"source":"/taxactfacts","regex":false,"schedule":{"begin":1613166900079,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/taxact-facts-937090/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5S7dn","priority":0,"source":"/womensday","regex":false,"schedule":{"begin":1614601800323,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"bS51A","priority":10,"source":"\\/articles\\/.*","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Y590H","priority":10,"source":"\\/onair\\/.*","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/schedule/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hUSKT","priority":0,"source":"/photos/","regex":false,"schedule":{"begin":1626101520510,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5wsra","priority":0,"source":"/recoverymonth","regex":false,"schedule":{"begin":1631105760296,"end":4115978604802},"destination":{"type":"URL","value":"https://recoveroutloud2021.org/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"g52cm","priority":0,"source":"/iheartradio","regex":false,"schedule":{"begin":1632172920386,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LTCni","priority":0,"source":"/iheart","regex":false,"schedule":{"begin":1632172920942,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"MKbb4","priority":0,"source":"/featured/iheartradio-music-festival/_error/404/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/featured/iheartradio-music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"4V8AS","priority":0,"source":"/ultimate-fan/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/news/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"DeWQ6","priority":0,"source":"/featured/everyday-wealth/","regex":false,"schedule":{"begin":1640705940979,"end":4115978604802},"destination":{"type":"URL","value":"https://www.edelmanfinancialengines.com/everyday-wealth/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Cmjam","priority":0,"source":"^\\/topic\\/(official%20rules%20\\(495693\\)|contest%20rules%20\\(473739\\)|wwyz-fm%20contest%20rules|contest%20rules%20\\(190932\\)|big%2098%20contest%20rules%20\\(469499\\)|contest%20rules%20\\(486700\\)|concerts%20%26%20contests%20\\(267528\\)|whcn-fm%20contest%20rules|wkss-fm%20contest%20rules|wkci-fm%20contest%20rules|contest%20rules%20\\(415036\\)|contest%20rules%20\\(418106\\)|contest%20rules%20\\(418168\\)|promotions%20contests%20\\(501865\\)|contests%20\\(493269\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/contest-rules$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"RFecY","priority":0,"source":"^\\/topic\\/(la%20entertainment%20\\(497503\\)|entertainment-news-national-gossip-celeb-etc|entertainment-news-family-friendly|headlines%20\\(496147\\)|entertainment-news-country|cmt%20cody%20headlines|\\(edms\\)%20what%20we%20talked%20about%20\\(136656\\)|enterate%20primero%20\\(495590\\)|iheartlatino%20\\(2824\\)|on%20air%20exclusives|brooke%20and%20jubal%20stories|that's%20so%20me%20feature|shms%20headlines|bin-entertainment-news)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/entertainment-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qGePT","priority":0,"source":"^\\/topic\\/(premiere%20news|iheartradio-podcasts|iheartradio%20shows%20\\(499522\\)|z100%20news|on%20the%20web|trending%20hq|international-womens-day)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/feel-good$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"aktaZ","priority":0,"source":"^\\/topic\\/(local%20news%20\\(465708\\)|houston%20news%20\\(121300\\)|wood%20radio%20local%20news|rochester%20news%20\\(122742\\)|1110%20kfab%20local%20news%20\\(122285\\)|local%20news%20\\(119078\\)|wmt%20local%20news|local%20news%20\\(122520\\)|texas%20news%20\\(489524\\)|570%20wsyr%20news%20\\(125739\\)|local%20news%20stories%20\\(chillicothe\\)%20\\(106759\\)|madison%20news%20\\(500610\\)|who%20radio%20news%20\\(121648\\)|local%20news%20\\(135361\\)|trending|local%20news%20(\\||%7c)wor-am(\\||%7c)|sacramento's%20latest%20news|wman%20-%20local%20news%20\\(122687\\)|wjbo%20am%20local%20news|wood%20news%20\\(125494\\)|portland%20local%20news%20\\(123543\\)|providence%20local%20news%20\\(122060\\)|local%20news%20feed%20\\(435110\\)|local%20news%20\\(122300\\)|local%20news%20\\(late%20breaking\\)%20\\(119585\\)|dsc|whyn%20local%20news%20\\(470415\\)|home%20promotions|local%20news%20stories%20wch%20\\(226193\\)|the%20feed%20\\(498513\\)|wvoc%20news|tampa%20local%20news|texas%20news%20\\(499381\\)|woc%20local%20news%20\\(498282\\)|fox59|local%20news%20-%20toledo%20\\(315557\\)|cky%20local%20news%20\\(484675\\)|newsradio%20840%20whas%20local%20news%20\\(283307\\)|lowcountry%20headlines|community%20access|capital%20region%20news%20\\(312698\\)|iheart80s%40103\\.7%20articles%20\\(502302\\)|lynchburg-roanoke%20local%20news|wtvn%20local%20news%20\\(268656\\)|local%20news%20\\(119442\\)|breaking-news|1450%20wkip%20news%20feed%20\\(454843\\)|winz%20local%20news%20and%20sports%20\\(479897\\)|top%20local%20news%20for%20columbia%20greene%20counties|articles%20\\(497186\\)|defiance%20local%20news%20\\(108238\\)|arizona%20news%20\\(118695\\)|kogo%20local%20news%20\\(125548\\)|trending%20\\(496938\\)|local%20news%20\\(121298\\)|wima%20-%20local%20news%20\\(120919\\)|wima%20news%20archive%20\\(359580\\)|wraw%20newsroom|real%20news%20\\(497042\\)|trending%20in%20the%20bay%20\\(497802\\)|local%20newsstand|local%20news%20\\(122546\\)|tejano%20nation%20news%20\\(458093\\)|z100%20news%20\\(451815\\)|105\\.5%20werc-fm%20local%20news%20\\(118702\\)|roanoke-lynchburg%20breaking%20news|stormwatch|local%20news%20\\(499395\\)|news%20around%20the%20lone%20star%20state%20\\(497586\\)|wcjm%20local%20news%20\\(501582\\)|knn%20headlines%20\\(393284\\)|did%20you%20see%20that%3f%20\\(421790\\)|news%20\\(478054\\)|coronavirus%20news|woai%20breaking%20news%20\\(467835\\)|kfbk%20news%20\\(461777\\)|local%20news%20stories%20wch|reading%20and%20harrisburg%20breaking%20news|wmzq%20trending|who%20-%20information%20\\(190192\\)|wwva-local%20news%20\\(119921\\)|kiis%20articles%20\\(493280\\)|san%20diego|florida%20news%20\\(499647\\)|iheartsocal|106\\.1%20fm%20wtkk%20\\(418990\\)|going%20viral%20(\\||%7c)wktu-fm(\\||%7c)|atl%20news|pittsburgh-news|tucson%20happenings|sunny%20story%20of%20the%20day|trending%20boston|northern%20colorado%20news|the%20wood%20insider|california%20news%20\\(489209\\)|weekends%20\\(279270\\)|the%20buzz%20(\\||%7c)wksc-fm(\\||%7c)|features%20\\(351976\\)|news%20\\(478876\\)|the%20morning%20news|iheart%20communities%20central%20pa|local-homepage-pinned-content|the%20latest%20from%20rock|featured%20promotions%20\\(468727\\)|local%20news%20\\(465659\\)|wnok%20\\(473617\\)|breaking%20news%20-%20toledo%20\\(487796\\)|the%20arkansas%20edge%20\\(255170\\)|106%20kmel%20articles%20\\(502301\\)|z%20trending|features%20\\(353133\\)|koa%20newsradio%20programming|boston%20news|featured%20\\(487430\\)|what's%20rockin'%20at%20the%20q%20\\(472633\\)|jacksonville%20local%20news|trending%20wkss-fm|pa%20education|mojoe|dfw%20news|kogo%20news%20file%20\\(497368\\)|featured%20\\(253029\\)|minnesota%20news|oh%20florida|communities|cat%20country%20107\\.1%20\\(486314\\)|going%20viral%20(\\||%7c)wltw-fm(\\||%7c)|what's%20happening%20-%20kmod-fm%20\\(501830\\)|hot%20on%20the%20web%20\\(423478\\)|so%20hot%20right%20now%20\\(353806\\)|lynchburg%20roanoke%20around%20town|95\\.3%20the%20river%20\\(486315\\)|okc%20breaking%20news|what's%20new%20at%20101-3%20kiss-fm%20\\(453463\\)|wkci-fm%20trending|pee%20dee%20news|hawaii%20news|local%20news%20\\(476751\\)|articleswmks|what's%20new%20at%20mix%2096%20\\(107642\\)|around%20the%20valley|what's%20new%20at%20woc%201420%20\\(252965\\)|breaking%20news%20\\(498614\\)|news%20wdcg-fm|kix%20country%2092\\.9%20\\(489438\\)|95x%20\\(465517\\)|what's%20new%20on%20fox%20sports%20radio%201230%20\\(284776\\)|wqmf%20social%20\\(501527\\)|q102%20online%20\\(484348\\)|what's%20happening%20-%20ktgx-fm%20\\(501828\\)|san%20diego%20business%20saturday|wrfx%20news%20\\(464606\\)|dmv%20storm%20center|south%20texas%20winter%20storm%20update|national%20news%20(\\||%7c)wor-am(\\||%7c)|articleswmag|whats%20new%20(\\||%7c)wltw-fm(\\||%7c)|birmingham-news|boston%20weather|wzlx%20updates|wildfire%20alerts|local%20news%20\\(129497\\)|from%20the%20newsroom|waks-hd2%20features|las%20vegas|local%20\\(498389\\)|all%20things%20brunswick|keep%20pennsylvania%20working|what's%20trending%20on%20kmag%2099\\.1%20\\(497527\\)|what's%20up%20at%20y100|kwhn-local%20news%20\\(119423\\)|kfi%20news%20presents|760%20local%20news|whas%20on-air%20schedule|local%20buzz|concerts|seaview%20104\\.9%20\\(487434\\)|dmv%20stormwatch|graduation%20radio%20990|houston%20%26%20texas%20news|q104\\.3%20news%20\\(457573\\)|right%20now|icymi%20in%20chicago|georgia%20news%20network|san%20diego%20news%20%26%20updates)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/local-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"P0Qib","priority":0,"source":"^\\/topic\\/(iheartradio-music-news|trending-pop|trending-hip-hop-rnb|national%20-%20trending%20\\(chr%20rhythmic\\)%20\\(501919\\)|national%20-%20trending%20\\(hot%20ac\\)%20\\(501921\\)|at40-news|rock-news-classic-rock|rock-news-active-main-rock|trending-rock-alt-news|iheartcountry|trending-rnb|iheartpride%20\\(2768\\)|home%20lead|lgbt%20pride%20news%20\\(493621\\)|country%20news%20wwyz-fm|q104\\.3%20music%20news%20\\(476123\\)|new%20music%20discovery%20of%20the%20week|\\(cmt\\)%20cody%20%2b%20crew%20\\(481920\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/music-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"66uMb","priority":0,"source":"^\\/topic\\/(bin-national-news|covid-19%20coronavirus|national%20news%20\\(500965\\)|national%20news%20\\(483313\\)|national%20news%20\\(120357\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/national-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZFT3D","priority":0,"source":"^\\/topic\\/(photos%3a%20main|pop-pics)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ycIHn","priority":0,"source":"^\\/topic\\/(political-junkie)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/politics$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"aylLm","priority":0,"source":"^\\/topic\\/(breaking%20sports%20news|wisconsin%20sports%20\\(125287\\)|houston%20sports%20news%20\\(478486\\)|sports-top-stories|woai%20sports%20\\(501263\\)|local%20sports%20stories%20\\(chillicothe\\)%20\\(107551\\)|louisiana%20sports|local%20sports%20stories%20-%20wcho%20\\(226197\\)|the%20locker%20room%20\\(486404\\)|high%20school%20sports|florida%20sports|bin-sports-news|the%20sports%20grind|dallas%20cowboys%20\\(499622\\)|wmrn%20sports%20\\(403428\\)|au%20sports|sports%20chowder|majic%20sports%20\\(403352\\)|east%20alabama%20hs%20football|espn%20pittsburgh%20plus|seattle%20-%20sports%20\\(501789\\)|orioles%20\\(487400\\)|fox%20sports%20radio%3a%20trending%20now%20\\(478012\\)|mid-ohio%20athlete%20of%20the%20week|sports%20\\(501357\\)|san%20diego%20sports%20news|sports%20\\(121849\\)|wch%20-%20local%20sports%20scores%20\\(226544\\)|chillicothe%20-%20local%20sports%20links%20\\(108930\\)|local%20sports%20scores%20\\(108966\\)|sports%20\\(500088\\)|\\(fsr\\)%20line%20up%20\\(381855\\)|hawaii%20sports%20news)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/sports$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"9eLtV","priority":0,"source":"^\\/topic\\/(must%20see%20popular%20videos%20(\\||%7c)%20what's%20good%20\\(497247\\)|videos%20\\(495778\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/videos$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2XDEK","priority":0,"source":"^\\/topic\\/(iheartradio-weird-news|jjar%20headlines|big%20boy%20interviews)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/weird-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fxOzl","priority":0,"source":"/topic/BIN-National-News.rss","regex":false,"schedule":{"begin":1651186560889,"end":4115978604802},"destination":{"type":"URL","value":"/topic/national-news.rss"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZDVmY","priority":0,"source":"/topic/BIN-Sports-News.rss","regex":false,"schedule":{"begin":1651186920317,"end":4115978604802},"destination":{"type":"URL","value":"/topic/sports.rss"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6QmXI","priority":0,"source":"/topic/BIN-Entertainment-News.rss","regex":false,"schedule":{"begin":1651186920489,"end":4115978604802},"destination":{"type":"URL","value":"/topic/entertainment-news.rss"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"RFODd","priority":0,"source":"/fortnite","regex":false,"schedule":{"begin":1660849200393,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5GKMa","priority":0,"source":"/fortnight","regex":false,"schedule":{"begin":1660849200267,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"8NnC5","priority":0,"source":"/calendar/legacy/","regex":false,"schedule":{"begin":1662745980550,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fL071","priority":0,"source":"/roblox","regex":false,"schedule":{"begin":1663005600645,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"wzUfe","priority":0,"source":"/roblocks","regex":false,"schedule":{"begin":1663005600974,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"a6DmF","priority":0,"source":"/rowblox","regex":false,"schedule":{"begin":1663005600907,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"rgbJY","priority":0,"source":"/rowblocks","regex":false,"schedule":{"begin":1663005600371,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"uXQLc","priority":0,"source":"/iheartland","regex":false,"schedule":{"begin":1663970400642,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/visit-iheartland/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"NH1T0","priority":0,"source":"/photos/main/","regex":false,"schedule":{"begin":1670941440072,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"XVqR6","priority":0,"source":"/photos/hot-shots/","regex":false,"schedule":{"begin":1670941500360,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Iaa8F","priority":0,"source":"/content/2023-01-25-sister-wife-spectacle-cody-brown-turned-down-by-potential-new-wife/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/content/2023-01-26-sister-wife-spectacle-kody-brown-turned-down-by-potential-new-wife/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fWgRP","priority":0,"source":"/content/2023-02-05-lisa-marie-presely-reportedly-scared-to-go-to-golden-globes-before-death/","regex":false,"schedule":{"begin":1675652280789,"end":4115978604802},"destination":{"type":"URL","value":"/content/2023-02-05-lisa-marie-presley-reportedly-scared-to-go-to-golden-globes-before-death/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"frEV2","priority":0,"source":"/CPRPlaylist","regex":false,"schedule":{"begin":1676306700098,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/cpr-playlist-312064750-KJZ1fL1kfpQS67hwpze1SV/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jMkkw","priority":0,"source":"//apps/","regex":false,"schedule":{"begin":1681392840097,"end":4115978604802},"destination":{"type":"URL","value":"/apps/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"K1aCb","priority":0,"source":"/featured/dj-xtreme/","regex":false,"schedule":{"begin":1694790120151,"end":4115978604802},"destination":{"type":"URL","value":"https://www.lamezclafuego.com/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pcY27","priority":0,"source":"/wttm","regex":false,"schedule":{"begin":1707487200357,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tJP4V","priority":0,"source":"/womentakethemic","regex":false,"schedule":{"begin":1707487200200,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pxq4R","priority":0,"source":"/.well-known/apple-app-site-association/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/apple-app-site-association/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"OCpsh","priority":0,"source":"/sitemap/historical-timeline.xml","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/sitemap.xml"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yCxqb","priority":0,"source":"/petradio","regex":false,"schedule":{"begin":1712592000522,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/pet-radio-10231/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yCmw3","priority":0,"source":"/timeline.rss","regex":false,"schedule":{"begin":1718371440806,"end":4115978604802},"destination":{"type":"URL","value":"/content.rss"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YENnS","priority":0,"source":"/olympics","regex":false,"schedule":{"begin":1718942400292,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Olympics"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"CZm4o","priority":0,"source":"/houseofmusic","regex":false,"schedule":{"begin":1753365600390,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/featured/iheartradio-music-festival/content/2024-09-23-house-of-music-offers-immersive-experience-at-iheartradio-music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ncKRo","priority":0,"source":"/morganwallen","regex":false,"schedule":{"begin":1747317600768,"end":1751342400768},"destination":{"type":"URL","value":"https://albumrelease.iheart.com/MorganWallen/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ubOEu","priority":0,"source":"/teachers","regex":false,"schedule":{"begin":1753113480018,"end":1767242700018},"destination":{"type":"URL","value":"https://www.donorschoose.org/iheartradio"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jrcq6","priority":0,"source":"/stormready","regex":false,"schedule":{"begin":1753297200957,"end":1755748800958},"destination":{"type":"URL","value":"/promotions/solar-source-battery-back-up-giveaway-1795764/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"wrpmS","priority":0,"source":"/vpn","regex":false,"schedule":{"begin":1500312600000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/ross-kaminsky/content/pia-vpn-discount-for-ross-kaminsky-listeners/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Hvdl8","priority":0,"source":"/eclipse","regex":false,"schedule":{"begin":1502383080000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/ross-kaminsky/content/2017-08-10-eclipse-info-for-the-ross-kaminsky-show-82117/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"OVuYH","priority":0,"source":"/rosskaminsky","regex":false,"schedule":{"begin":1547590200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Ross Kaminsky (57121)"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Qq77L","priority":0,"source":"/troubleshooter","regex":false,"schedule":{"begin":1547590260000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/The Troubleshooter"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pSqWP","priority":0,"source":"/dancaplis","regex":false,"schedule":{"begin":1547590260000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Dan Caplis & Krista Kafer"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"61rlN","priority":0,"source":"/kristakafer","regex":false,"schedule":{"begin":1547590320000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Krista Kafer"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YcafQ","priority":0,"source":"/pay","regex":false,"schedule":{"begin":1548775019038,"end":4115978604802},"destination":{"type":"URL","value":"https://pay.iheartmedia.com/secure/checkout.ssp?MarketID=190"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GEu6l","priority":0,"source":"/legal","regex":false,"schedule":{"begin":1548882660000,"end":4115978604802},"destination":{"type":"URL","value":"https://khow.iheart.com/content/2019-02-06-news-you-can-use-khow/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gbBFV","priority":0,"source":"/disgracelandpodcast","regex":false,"schedule":{"begin":1552578360000,"end":4115978604802},"destination":{"type":"URL","value":"https://khow.iheart.com/content/2019-03-14-disgraceland-podcast-explores-kurt-cobains-disillusionment-addiction/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QmXa0","priority":0,"source":"/featured/guarding-nest-egg/","regex":false,"schedule":{"begin":1666125300087,"end":4115978604802},"destination":{"type":"URL","value":"https://guardingyournestegg.com/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"DhRAh","priority":0,"source":"/featured/real-money-pros/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://www.therealmoneypros.com/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"my6EP","priority":0,"source":"/ceo","regex":false,"schedule":{"begin":1751058881186,"end":4115978604802},"destination":{"type":"URL","value":"/content/ceo-you-should-know/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"}],"searchOverrides":[{"id":"AvRa8","keywords":["iHeartRadio Spotlight","Spotlight"],"destination":{"type":"BRAND","value":"brands/iHeartRadio Spotlight"},"disabled":false,"schedule":{"begin":1498503600000,"end":4115978604802}},{"id":"6MRdl","keywords":["Politics","Political Junkie","Political News","Debate","Elections","President"," PresidentTrump"],"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"schedule":{"begin":1498507200000,"end":4115978604802}},{"id":"WTbqt","keywords":["iHeartRadio LIVE","iHeartRadio Theater","iHeartRadioTheater","The iHeartRadio Theater","iHeartRadio Theater New York","iHeartRadio Theater New York City","iHeartRadio Theater NYC","iHeartRadio Theater Los Angeles","iHeartRadio Theater LA"],"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"schedule":{"begin":1498510800000,"end":4115978604802}},{"id":"IpRHU","keywords":["Fiesta","Fiesta Latina","Latin Festival","iHeart Fiesta Latina","iHeartRadio Fiesta Latina","iHeartRadio Latin Festival"],"destination":{"type":"URL","value":"https://www.iheart.com/fiesta-latina/"},"disabled":false,"schedule":{"begin":1532113200000,"end":4115978604802}},{"id":"NKNzM","keywords":["iHeartRadio On The Verge","iHeartRadio On The Verge Artist","On the Verge","Verge"],"destination":{"type":"BRAND","value":"brands/iHeartRadio On The Verge (28)"},"disabled":false,"schedule":{"begin":1498672800000,"end":4115978604802}},{"id":"mDAGh","keywords":["iHeartRadio Guest DJ","Guest DJ"],"destination":{"type":"URL","value":"/content/iheartradio-guest-dj/"},"disabled":false,"schedule":{"begin":1498680000000,"end":1690905649036}},{"id":"syhf9","keywords":["Jingle Ball","Jingle Ball Tour","iHeartRadio Jingle Ball","iHeart Jingle Ball","JingleBall","Jingle Ball Tickets","iHeartRadio JingleBall"],"destination":{"type":"URL","value":"https://www.iheart.com/jingle-ball/"},"disabled":false,"schedule":{"begin":1498755600000,"end":4115978604802}},{"id":"4Jh0T","keywords":["pay","payment","invoice"],"destination":{"type":"URL","value":"/pay"},"disabled":false,"schedule":{"begin":1498837560000,"end":4115978604802}},{"id":"vtcZ6","keywords":["Macys","Macy's iHeartRadio Rising Star","Macys iHeartRadio Rising Star","Rising Star","Macys Rising Star","iHeartRadio Rising Star"],"destination":{"type":"URL","value":"http://macysrisingstar.iheartradio.com"},"disabled":false,"schedule":{"begin":1499313600000,"end":4115978604802}},{"id":"lqpg0","keywords":["EDC","EDC Radio"],"destination":{"type":"URL","value":"https://www.iheart.com/live/edc-radio-7355/"},"disabled":false,"schedule":{"begin":1500656400000,"end":4115978604802}},{"id":"Tdn07","keywords":["iHeartRadio Daytime Village","Village","Daytime Village"],"destination":{"type":"URL","value":"https://www.iheart.com/daytime-stage/"},"disabled":false,"schedule":{"begin":1653336000000,"end":4115978604802}},{"id":"Hs7M6","keywords":["The 80s Show","80s Show","Eighties Show"],"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"schedule":{"begin":1504040400000,"end":4115978604802}},{"id":"odm3R","keywords":["iHeartNow"],"destination":{"type":"URL","value":"https://www.facebook.com/iheartnow"},"disabled":false,"schedule":{"begin":1506690000000,"end":4115978604802}},{"id":"ZAUyY","keywords":["Happy Holidays","Holidays","Christmas","Hanukkah","Xmas"],"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"schedule":{"begin":1508331600000,"end":4115978604802}},{"id":"Z9eHx","keywords":["FanGirls","Fan Girls","Fan Girl","FanGirl"],"destination":{"type":"BRAND","value":"brands/FanGirls"},"disabled":false,"schedule":{"begin":1515776400000,"end":4115978604802}},{"id":"V3xvs","keywords":["Daytime Stage","iHeartRadio Daytime Stage","Stage"],"destination":{"type":"URL","value":"https://www.iheart.com/daytime-stage/"},"disabled":false,"schedule":{"begin":1653336000000,"end":4115978604802}},{"id":"aldaB","keywords":["Festival","iHeartRadio Music Festival","iHeart Festival","iHeart Music Festival","Music Festival","Las Vegas","iHeart Radio Music Festival","iHeartRadio Festival"],"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"schedule":{"begin":1528156800000,"end":4115978604802}},{"id":"xMD7N","keywords":["ALTar EGO","ALTer EGO","ALTerEGO","iHeart ALTar EGO","iHeart ALTer EGO","iHeartALT","iHeartRadio ALTar EGO","iHeartRadio ALTer EGO"],"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"schedule":{"begin":1538398200000,"end":4115978604802}},{"id":"WDePf","keywords":["Podcast Award","Podcast Awards","iHeart Podcast Awards","iHeart Radio Podcast Awards","iHeartRadio Podcast Awards"],"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"schedule":{"begin":1539921600000,"end":4115978604802}},{"id":"bbq2k","keywords":["Awards","Music Awards","iHeart Awards","iHeart Music Awards","iHeartRadio Awards","iHeartRadio Music Awards"],"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"schedule":{"begin":1546984800000,"end":4115978604802}},{"id":"FR9jT","keywords":["country festival","iHeart Country Festival","iHeartCountry Festival","iHeartCountry Music Festival","iHeartRadio Country Festival"],"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"schedule":{"begin":1548705600000,"end":4115978604802}},{"id":"VRKj9","keywords":["Women of iHeartCountry"],"destination":{"type":"BRAND","value":"brands/Women of iHeartCountry"},"disabled":false,"schedule":{"begin":1550869200000,"end":1767243540000}},{"id":"CVAUd","keywords":["Charts","Music Charts"],"destination":{"type":"URL","value":"https://news.iheart.com/featured/charts/"},"disabled":false,"schedule":{"begin":1597266000000,"end":4115978604802}},{"id":"2vU3Z","keywords":["Wango","Wango Tango","WangoTango","iHeart Radio Wango Tango","iHeart Wango Tango","iHeartRadio Wango Tango"],"destination":{"type":"URL","value":"https://www.iheart.com/wango-tango/"},"disabled":false,"schedule":{"begin":1555939800000,"end":4115978604802}},{"id":"kvTSU","keywords":["Pride"],"destination":{"type":"URL","value":"https://prideradio.iheart.com"},"disabled":false,"schedule":{"begin":1560542400000,"end":4115978604802}},{"id":"iUYD7","keywords":["Back To School"],"destination":{"type":"URL","value":"https://news.iheart.com/back-to-school/"},"disabled":false,"schedule":{"begin":1565186400000,"end":4115978604802}},{"id":"J6cBT","keywords":["Podcast Chart","Podcasts Chart","Top 100","Top 100 Podcasts","Top Podcasts","Top Podcasts Chart"],"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"schedule":{"begin":1569902400000,"end":4115978604802}},{"id":"p2xVk","keywords":["brantley gilbert"],"destination":{"type":"URL","value":"https://country.iheart.com/featured/iheartradio-live/content/2019-10-07-brantley-gilbert-on-new-album-and-monday-night-football-halftime-show-debut/"},"disabled":false,"schedule":{"begin":1570550400000,"end":1575176400000}},{"id":"9W2IO","keywords":["Heat","Heating"],"destination":{"type":"URL","value":"/contests/iheartradio-wants-to-help-735208/"},"disabled":false,"schedule":{"begin":1574193600000,"end":1576904400000}},{"id":"7OXfp","keywords":["Capital 1","Capital One","Capitol 1","Capitol One","capitalone"],"destination":{"type":"URL","value":"https://www.axs.com/series/26054/iheart-radio-music-festival-tickets?skin=iheart"},"disabled":false,"schedule":{"begin":1748523642079,"end":1758513600000}},{"id":"uqVj1","keywords":["downhill"],"destination":{"type":"URL","value":"/contests/you-can-win-778740/"},"disabled":false,"schedule":{"begin":1581022800998,"end":1581742800000}},{"id":"qeVVE","keywords":["Coronavirus","COVID-19"],"destination":{"type":"BRAND","value":"brands/Coronavirus"},"disabled":false,"schedule":{"begin":1584018000242,"end":4115978604802}},{"id":"Tn5Ib","keywords":["Living Room Concert","Living Room"],"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"schedule":{"begin":1585152000009,"end":4115978604802}},{"id":"xKumV","keywords":["Small Business","Small Businesses"],"destination":{"type":"BRAND","value":"brands/Small Business"},"disabled":false,"schedule":{"begin":1586458800821,"end":1651014006656}},{"id":"44fNv","keywords":["First Responder Fridays","First Responder Friday","First Responder","First Responders"],"destination":{"type":"URL","value":"/content/2020-05-04-kelsea-ballerini-to-tribute-first-responders-with-special-performance/"},"disabled":false,"schedule":{"begin":1588608000000,"end":1596254400000}},{"id":"hMYFW","keywords":["Stand For Small","StandForSmall","Stand For Small Business","Stand For Small Businesses"],"destination":{"type":"BRAND","value":"brands/Stand For Small"},"disabled":false,"schedule":{"begin":1587096000000,"end":4115978604802}},{"id":"55Ybe","keywords":["Meat District"],"destination":{"type":"URL","value":"/contests/enter-daily-for-861832/"},"disabled":false,"schedule":{"begin":1597773600503,"end":1600066800000}},{"id":"dcsrV","keywords":["Extra Gum","Extra","Gratitude Radio"],"destination":{"type":"URL","value":"/content/gratitude-radio-frontline-dedications-presented-by-extra-gum/"},"disabled":false,"schedule":{"begin":1588021200082,"end":1609477200000}},{"id":"RSH6H","keywords":["nurse","nurses"],"destination":{"type":"URL","value":"/contests/nominate-a-nurse-824762/"},"disabled":false,"schedule":{"begin":1588348800605,"end":1589342400000}},{"id":"bMHoZ","keywords":["Prom","iHeartRadio Prom","iHeart Prom"],"destination":{"type":"BRAND","value":"brands/iHeartRadio Prom"},"disabled":false,"schedule":{"begin":1588359600959,"end":1609477200000}},{"id":"z9Tuz","keywords":["Black Music","Black Music Month"],"destination":{"type":"BRAND","value":"brands/Black Music Month"},"disabled":false,"schedule":{"begin":1589472000532,"end":4115978604802}},{"id":"9Uz11","keywords":["The Vibe","Vibe"],"destination":{"type":"BRAND","value":"brands/The Vibe"},"disabled":false,"schedule":{"begin":1589979600371,"end":4115978604802}},{"id":"qum6C","keywords":["George Floyd"],"destination":{"type":"URL","value":"/content/2020-06-09-how-to-watch-george-floyds-hometown-funeral-service/"},"disabled":false,"schedule":{"begin":1591711200596,"end":1601524800000}},{"id":"36lhT","keywords":["Bud Light","Bud Lite","BudLight"],"destination":{"type":"URL","value":"/contests/celebrate-hispanic-heritage-868922/"},"disabled":false,"schedule":{"begin":1600272000486,"end":1602486000486}},{"id":"P301q","keywords":["Dr Pepper","Doctor Pepper","DrPepper","DoctorPepper"],"destination":{"type":"URL","value":"/contests/enter-to-win-871510/"},"disabled":false,"schedule":{"begin":1600214419906,"end":1601870400037}},{"id":"4JLhv","keywords":["Ultimate Jam","UltimateJam"],"destination":{"type":"URL","value":"/contests/capital-one-cardholders-846250/"},"disabled":false,"schedule":{"begin":1596038400866,"end":1597636800866}},{"id":"p4ex6","keywords":["Vote","Voting"],"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"schedule":{"begin":1604505600927,"end":4115978604802}},{"id":"I8bwh","keywords":["Front Row","FrontRow"],"destination":{"type":"URL","value":"/featured/iheartradio-music-festival/front-row/"},"disabled":false,"schedule":{"begin":1596812400489,"end":1600660800489}},{"id":"8qAEF","keywords":["Sittercity","Sitter City"],"destination":{"type":"URL","value":"/contests/enter-to-win-1000-863794/"},"disabled":false,"schedule":{"begin":1598475600511,"end":1600920000511}},{"id":"OItps","keywords":["Phantoms","Fantoms","Phantom","Fantom","Julie and the Phantoms","Julie and the Fantoms"],"destination":{"type":"URL","value":"/contests/julie-and-the-phantoms-866540/"},"disabled":false,"schedule":{"begin":1599055200123,"end":1600401600123}},{"id":"mWi5V","keywords":["Stella Rosa","StellaRosa","Stella Roza","Stellah Rosa","Stellah Roza","StellaRoza"],"destination":{"type":"URL","value":"/contests/stellabrate-the-holidays-903274/"},"disabled":false,"schedule":{"begin":1605848400651,"end":1609131600651}},{"id":"QtSa2","keywords":["Capital One Trivia","Capitol One Trivia","Capital 1 Trivia","Capitol 1 Trivia","CapitalOneTrivia","Capital1Trivia"],"destination":{"type":"URL","value":"/contests/capital-one-cardholders-867836/"},"disabled":false,"schedule":{"begin":1600455600775,"end":1601870400775}},{"id":"YFsMq","keywords":["MS Vibes","MS Vibes Radio","Multiple Sclerosis","Multiple Sclerosis Vibes"],"destination":{"type":"URL","value":"https://www.iheart.com/live/ms-vibes-radio-8751/"},"disabled":false,"schedule":{"begin":1602599400749,"end":4115978604802}},{"id":"zvsNK","keywords":["HBCU","HBCUs","HBUC","HBCU Homecoming","HBCU Celebration"],"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"schedule":{"begin":1602795600498,"end":4115978604802}},{"id":"Jqkzz","keywords":["Trick or Treat","TrickOrTreat","iHeartHalloween","iHeart Halloween"],"destination":{"type":"BRAND","value":"brands/iHeartHalloween"},"disabled":false,"schedule":{"begin":1603116000860,"end":1606798800860}},{"id":"5kWI4","keywords":["Flight","Flight Fit N Fun"],"destination":{"type":"URL","value":"/contests/win-4-tickets-886476/"},"disabled":false,"schedule":{"begin":1603141200900,"end":1603857600900}},{"id":"uklA8","keywords":["Veterans","Veterans Day"],"destination":{"type":"URL","value":"/contests/share-a-salute-890794/"},"disabled":false,"schedule":{"begin":1603726200598,"end":1605157200598}},{"id":"gzicc","keywords":["Ulta","Ulta Beauty"],"destination":{"type":"URL","value":"https://news.iheart.com/featured/ulta-hbcu/"},"disabled":false,"schedule":{"begin":1604073650564,"end":1605200400483}},{"id":"LnEe8","keywords":["Jingle Ball Playlist"],"destination":{"type":"URL","value":"/contests/listen-to-win-892162/"},"disabled":false,"schedule":{"begin":1604088000781,"end":1605502800781}},{"id":"MDFLy","keywords":["Jingle Jangle","JingleJangle","Jingle Jangel","JingleJangel"],"destination":{"type":"URL","value":"/contests/enter-to-win-898226/"},"disabled":false,"schedule":{"begin":1605063600996,"end":1605330000996}},{"id":"e8lnx","keywords":["The Ice Cream Shop","Ice Cream Shop"],"destination":{"type":"URL","value":"/contests/win-a-chance-898800/"},"disabled":false,"schedule":{"begin":1605218415274,"end":1606798800029}},{"id":"BvZEs","keywords":["Game Night","GameNight"],"destination":{"type":"URL","value":"/contests/win-a-game-night-898752/"},"disabled":false,"schedule":{"begin":1605290400803,"end":1609477200803}},{"id":"Qupti","keywords":["Visit Jamaica"],"destination":{"type":"URL","value":"/contests/win-a-trip-898768/"},"disabled":false,"schedule":{"begin":1605560400606,"end":1607144400606}},{"id":"uooMg","keywords":["Hero","Heroes"],"destination":{"type":"URL","value":"/contests/stellabrate-our-military-901608/"},"disabled":false,"schedule":{"begin":1605643200803,"end":1607922000803}},{"id":"mQfMq","keywords":["Wish","Christmas Wish"],"destination":{"type":"URL","value":"/promotions/let-iheartradio-grant-your-christmas-wish-1129066/"},"disabled":false,"schedule":{"begin":1637769600774,"end":1643691600774}},{"id":"Wtnin","keywords":["Airtab","air tab"],"destination":{"type":"URL","value":"/contests/airtab-25-million-916478/"},"disabled":false,"schedule":{"begin":1607140800281,"end":1613106000281}},{"id":"2BL2K","keywords":["MMS","M and Ms","M&MS","M & Ms"],"destination":{"type":"URL","value":"/contests/mms-battle-909650/"},"disabled":false,"schedule":{"begin":1607529600083,"end":1608354000083}},{"id":"AKdiw","keywords":["Bake Box","BakeBox","Baker Box","BakerBox"],"destination":{"type":"URL","value":"/contests/win-the-ultimate-909648/"},"disabled":false,"schedule":{"begin":1607529600292,"end":1607914800292}},{"id":"AZwnn","keywords":["Living Black","LivingBlack","iHeart Living Black","iHeartRadio Living Black"],"destination":{"type":"URL","value":"https://www.iheart.com/livingblack/"},"disabled":false,"schedule":{"begin":1611075600603,"end":4115978604802}},{"id":"LHuAb","keywords":["BHM","Black History","Black History Month"],"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"schedule":{"begin":1611950400153,"end":4115978604802}},{"id":"BcYU9","keywords":["taxact facts","taxact fact","tax act facts","tax act fact"],"destination":{"type":"URL","value":"/promotions/taxact-facts-937090/"},"disabled":false,"schedule":{"begin":1613166960238,"end":4115978604802}},{"id":"v28dw","keywords":["tickets"],"destination":{"type":"URL","value":"https://www.axs.com/series/12038/iheartradio-music-festival-tickets?skin=iheart"},"disabled":false,"schedule":{"begin":1620748800046,"end":1632013200046}},{"id":"twjRb","keywords":["Splat Halloween","splat"],"destination":{"type":"URL","value":"https://news.iheart.com/promotions/transform-and-win-with-splat-1097082/"},"disabled":false,"schedule":{"begin":0,"end":1635739200252}},{"id":"a5Fiz","keywords":["VIPx","VIPex"],"destination":{"type":"URL","value":"https://link.vatom.com/s/vipx"},"disabled":false,"schedule":{"begin":1668016800294,"end":1677646800294}},{"id":"YHpCH","keywords":["fortnite","fortnight","fort nite","fort night"],"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"schedule":{"begin":1660849200229,"end":4115978604802}},{"id":"OtSEl","keywords":["scratch off","scratchoff"],"destination":{"type":"URL","value":"https://news.iheart.com/featured/iheartradio-music-festival/scratch-and-win/"},"disabled":false,"schedule":{"begin":1660765500332,"end":1664078400332}},{"id":"Itj9E","keywords":["Capital One NFT","Capital 1 NFT","Capitol One NFT","Capitol 1 NFT","CapitalOneNFT","Capital1NFT","CapitolOneNFT","Capitol1NFT"],"destination":{"type":"URL","value":"https://start.vatom.com/iheart-festival/"},"disabled":false,"schedule":{"begin":1661450400766,"end":1664164800766}},{"id":"31EeP","keywords":["roblox","roblocks","rowblox","rowblocks"],"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"schedule":{"begin":1663005600930,"end":4115978604802}},{"id":"nbQet","keywords":["iheartland","iheart land","i heart land","eye heart land","eyeheartland"],"destination":{"type":"URL","value":"https://www.iheart.com/content/visit-iheartland/"},"disabled":false,"schedule":{"begin":1663970400429,"end":4115978604802}},{"id":"Y2SAb","keywords":["Capital One ALTer EGO","Capitol One ALTer EGO","Capital 1 ALTer EGO","Capitol 1 ALTer EGO","capitalonealterego"],"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/09005D4E3665A282"},"disabled":false,"schedule":{"begin":1664467200253,"end":1673769600253}},{"id":"c1c8O","keywords":["Fall Out Boy","FallOutBoy","Fallout Boy"],"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"schedule":{"begin":1673553600119,"end":1675670400119}},{"id":"whuuQ","keywords":["The Rolling Stones","Rolling Stones","TheRollingStones","RollingStones"],"destination":{"type":"URL","value":"/promotions/win-a-trip-for-you-and-1604361/"},"disabled":false,"schedule":{"begin":1700573400283,"end":1701752400283}},{"id":"EXXfK","keywords":["International Women's Day","International Womens Day","Women's Day","Womens Day","womensday","IWD","wttm","Women Take The Mic","WomenTakeTheMic"],"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"schedule":{"begin":1707487200899,"end":4115978604802}},{"id":"0Fptw","keywords":["petradio","pet radio","dog radio","cat radio","petsradio","pets radio","radio for pet","radio for pets"],"destination":{"type":"URL","value":"https://www.iheart.com/live/pet-radio-10231/"},"disabled":false,"schedule":{"begin":1712592000464,"end":4115978604802}},{"id":"nhLgg","keywords":["olympics","summer olympics","summer games","winter olympics","winter games","paris olympics"],"destination":{"type":"BRAND","value":"brands/Olympics"},"disabled":false,"schedule":{"begin":1718942400705,"end":4115978604802}},{"id":"MVdEv","keywords":["vpn"],"destination":{"type":"URL","value":"/featured/ross-kaminsky/content/pia-vpn-discount-for-ross-kaminsky-listeners/"},"disabled":false,"schedule":{"begin":1500312600000,"end":4115978604802}},{"id":"dhgf7","keywords":["kaminsky","ross","rosskaminsky"],"destination":{"type":"BRAND","value":"brands/Ross Kaminsky (57121)"},"disabled":false,"schedule":{"begin":1547590320000,"end":4115978604802}},{"id":"t3xQT","keywords":["martino","tom","troubleshooter"],"destination":{"type":"BRAND","value":"brands/The Troubleshooter"},"disabled":false,"schedule":{"begin":1547590500000,"end":4115978604802}},{"id":"8AASe","keywords":["Legal"],"destination":{"type":"URL","value":"https://khow.iheart.com/content/2018-04-10-news-you-can-use/"},"disabled":false,"schedule":{"begin":1548882720000,"end":4115978604802}}],"sections":{"general":{"name":"630 KHOW","positioner":"Denver's Talk Station","description":"630 KHOW | Denver's Talk Station | Denver's exclusive radio station for Michael Brown, Tom Martino, Leland Conway, Dan Caplis and Joe Pags","keywords":[{"id":"khow"},{"id":"radio"},{"id":"denver"},{"id":"martino"},{"id":"beck"},{"id":"brown"},{"id":"advertising"},{"id":"commercials"},{"id":"keywords/news talk"},{"id":"keywords/news talk denver"},{"id":"keywords/talk radio"},{"id":"keywords/talk radio denver"},{"id":"keywords/dan caplis"},{"id":"keywords/michael brown"},{"id":"keywords/tom martino"},{"id":"keywords/the troubleshooter"}],"default_content":[{"id":"collections/breaking-news"},{"id":"collections/Dan Caplis Show"},{"id":"collections/Political Junkie (1077)"},{"id":"collections/The Michael Brown Show Blog (50198)"},{"id":"collections/The Michael Brown Show"}],"additional_distributions":[],"default_podcasts":[{"id":"49108867"},{"id":"20710606"},{"id":"166438128"},{"id":"30500024"}],"default_shows":[{"id":"brands/The Michael Brown Show","sites":{"_id":"%2F5d5d85974ddfc2c9e60f68ac","slug":"the-michael-brown-show","ownBrand":"brands/The Michael Brown Show","configByLookup":{"common":{"branding":{"name":"Michael Brown"}}}}},{"id":"brands/The Troubleshooter","sites":{"_id":"%2F5a7e0a8d5e8f16e929d84610","slug":"the-troubleshooter","ownBrand":"brands/The Troubleshooter","configByLookup":{"common":{"branding":{"name":"The Troubleshooter"}}}}},{"id":"brands/Ryan Schuiling","sites":{"_id":"%2F660bf5976e7fbbc3953118ee","slug":"ryan-schuiling","ownBrand":"brands/Ryan Schuiling","configByLookup":{"common":{"branding":{"name":"Ryan Schuiling"}}}}},{"id":"brands/Dan Caplis Show","sites":{"_id":"%2F5bcf45541311b3e3df7cba89","slug":"dan-caplis","ownBrand":"brands/Dan Caplis Show","configByLookup":{"common":{"branding":{"name":"Dan Caplis "}}}}},{"id":"brands/The Joe Pags Show (10)","sites":{"_id":"%2F46c85c261c4cbb52149091e37759754c","slug":"the-joe-pags-show","ownBrand":"brands/The Joe Pags Show (10)","configByLookup":{"common":{"branding":{"name":"The Joe Pags Show"}}}}},{"id":"brands/Fox News Rundown","sites":{"_id":"%2F5f248042642166486676e904","slug":"fox-news-rundown","ownBrand":"brands/Fox News Rundown","configByLookup":{"common":{"branding":{"name":"Fox News Rundown"}}}}},{"id":"brands/Red Eye Radio","sites":{"_id":"%2F5a85ad73d76044a54dd54e56","slug":"red-eye-radio","ownBrand":"brands/Red Eye Radio","configByLookup":{"common":{"branding":{"name":"Red Eye Radio"}}}}}],"default_playlists":[],"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":"Denver, CO","country":{"id":"countries/US"},"geo_latitude":"39.6281633","geo_longitude":"-104.9119329","locale":{"taxo":{"name":"en-US"}},"additional_copyright":null},"alert":{"title":"Buy Your Tickets To Our 2025 iHeartRadio Musical Festival NOW!","link":"https://www.iheart.com/music-festival/?campid=localalert","target":"_blank","start_date":{"timestampMs":1749834000000},"end_date":{"timestampMs":1758254420912}},"navigation":{"contact_menu_switch":true,"listen_live_switch":true,"contest_nav_switch":true,"search_switch":true,"user_menu_switch":true,"show_public_file_switch":true,"advertise_switch":true,"find_your_station_switch":null,"enable_podcasts_links_switch":null,"national_promotions":[],"menu":[{"id":"FRv8V","type":"link","label":"On-Air","target":"_self","ref":"#","children":[{"id":"pS7nq","type":"link","label":"On-Air Schedule","target":"_self","ref":"/schedule/","href":"/schedule/"},{"id":"sV7Ga","type":"brand","label":"Fox News Rundown","target":"_self","ref":"%2F5f248042642166486676e904","href":"/featured/fox-news-rundown/"},{"id":"gVeRu","type":"brand","label":"Michael Brown","target":"_self","ref":"%2F5d5d85974ddfc2c9e60f68ac","href":"/featured/the-michael-brown-show/"},{"id":"ggJzY","type":"link","label":"Tom Martino","target":"_self","ref":"https://khow.iheart.com/featured/the-troubleshooter/about/","href":"https://khow.iheart.com/featured/the-troubleshooter/about/"},{"id":"CjqEI","type":"brand","label":"Ryan Schuiling","target":"_self","ref":"%2F660bf5976e7fbbc3953118ee","href":"/featured/ryan-schuiling/"},{"id":"9fCa8","type":"brand","label":"Dan Caplis Show","target":"_self","ref":"%2F5bcf45541311b3e3df7cba89","href":"/featured/dan-caplis/"},{"id":"xRuP6","type":"link","label":"Joe Pags","target":"_blank","ref":"https://www.iheart.com/podcast/the-joe-pags-show-22959056/","href":"https://www.iheart.com/podcast/the-joe-pags-show-22959056/"},{"id":"C8CYu","type":"brand","label":"Red Eye Radio","target":"_self","ref":"%2F5a85ad73d76044a54dd54e56","href":"/featured/red-eye-radio/"},{"id":"4nJ61","type":"brand","label":"The Ben Ferguson Show","target":"_self","ref":"%2F55e358e0ca46b894e45128c6cd038a43","href":"/featured/the-ben-ferguson-show/"}],"href":"#"},{"id":"wLzJ5","type":"link","label":"Podcasts","target":"_self","ref":"#","children":[{"id":"P9y2y","type":"link","label":"Michael Brown","target":"_blank","ref":"https://www.iheart.com/podcast/269-michael-brown-heckuva-show-49108867/","href":"https://www.iheart.com/podcast/269-michael-brown-heckuva-show-49108867/"},{"id":"azU1U","type":"link","label":"Tom Martino","target":"_blank","ref":"https://www.iheart.com/show/The-Troubleshooter/","href":"https://www.iheart.com/show/The-Troubleshooter/"},{"id":"OYxPs","type":"link","label":"Ryan Schuiling","target":"_blank","ref":"https://www.iheart.com/podcast/53-ryan-schuiling-166438128/","href":"https://www.iheart.com/podcast/53-ryan-schuiling-166438128/"},{"id":"cT6dp","type":"link","label":"Dan Caplis","target":"_blank","ref":"https://www.iheart.com/podcast/759-dan-caplis-30500024/","href":"https://www.iheart.com/podcast/759-dan-caplis-30500024/"},{"id":"vlgz1","type":"link","label":"Joe Pags ","target":"_blank","ref":"https://www.iheart.com/show/The-Joe-Pags-Show/","href":"https://www.iheart.com/show/The-Joe-Pags-Show/"},{"id":"vOzHg","type":"link","label":"Peace to You","target":"_blank","ref":"https://www.iheart.com/podcast/1248-peace-to-you-49307024/","href":"https://www.iheart.com/podcast/1248-peace-to-you-49307024/"}],"href":"#"},{"id":"L6564","type":"link","label":"Listen","target":"_self","ref":"#","children":[{"id":"K5TGt","type":"page","label":"Listen on iHeartRadio","target":"_self","ref":"iheartradio_app","href":"/apps/"},{"id":"V2nlj","type":"link","label":"CEO You Should Know","target":"_self","ref":"https://khow.iheart.com/content/ceo-you-should-know-khow/","href":"https://khow.iheart.com/content/ceo-you-should-know-khow/"}],"href":"#"},{"id":"sS2KK","type":"link","label":"Events & Info","target":"_self","ref":"#","children":[{"id":"fSvLF","type":"page","label":"Calendar","target":"_self","ref":"calendar_content_all","href":"/calendar/"},{"id":"8uPUg","type":"page","label":"Contact Us","target":"_self","ref":"contact","href":"/contact/"},{"id":"fJYz2","type":"page","label":"Advertise with Us","target":"_self","ref":"advertise","href":"/advertise/"}],"href":"#"}],"menu_footer":[]},"design":{"theme":"default","color_scheme":{"id":"light"},"logo_best_res":{"id":"asset://assets.brands/5e6a5ef54b5295736a8f19fc","asset":{"bucket":"assets.brands","resourceId":"%2F5e6a5ef54b5295736a8f19fc","href":"https://i.iheart.com/v3/re/assets.brands/5e6a5ef54b5295736a8f19fc"}},"station_logo":{"id":"asset://assets.brands/5e6a5e964b5295736a8f19fa","asset":{"bucket":"assets.brands","resourceId":"%2F5e6a5e964b5295736a8f19fa","href":"https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa"}},"logo_favicon":{"id":"asset://assets.brands/5e6a5af94b5295736a8f19f8","asset":{"bucket":"assets.brands","resourceId":"%2F5e6a5af94b5295736a8f19f8","href":"https://i.iheart.com/v3/re/assets.brands/5e6a5af94b5295736a8f19f8"}},"font":{"id":"Roboto"},"accent_color":"#660000","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":"630KHOW","facebook_app_id":"191486867609285","facebook_fan_page_id":"186417071033","twitter_switch":true,"twitter_name":"630KHOW","youtube_switch":null,"youtube_name":null,"instagram_switch":true,"instagram_name":"630KHOW","snapchat_switch":null,"snapchat_name":null,"pinterest_switch":null,"pinterest_name":null,"tiktok_switch":null,"tiktok_name":null},"contact":{"page_intro":"","show_social_switch":true,"phone_text_numbers_switch":true,"request_phone_number":"303-713-8255 (TALK) or 855-405-82-55 (TALK)","business_phone_number":"303-713-8000","traffic_tip_phone":"","newsroom_phone":"","sms_number":"","prize_pickup_directions_switch":true,"prize_pickup_info":"","location_address1":"4695 South Monaco St.","location_address2":"Suite 400","location_city":"Denver","location_state":"CO","location_zip":"80237","office_hours":"Open Mondays, Wednesdays and Fridays 10am-5pm\nClosed major holidays and usually close early the day before a holiday","email_form_switch":true,"employment_info_switch":true,"contacts":[{"type":"Station Feedback"},{"type":"Website Questions"},{"type":"Commercials & Advertising"},{"type":"Prizes"}],"eeo_report_asset":{"id":"asset://assets.eeo/6740ef76ad913dcdefdc74be"},"employment_link_override":"","public_file_assistance_link_override":null,"email_ip_blacklist":"","enable_contest_promotions":true},"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":"KHOW-AM","aptivada_switch":true,"aptivada_id":"1781993","google_webmaster_verification":null,"auth_type":null},"ads":{"dfp_switch":true,"header_bidding":true,"facebook_ad_track_pixel_switch":true,"facebook_ad_track_pixel_id":"270798540384083"},"analytics":{"adobe_library":"dtm","parsely_switch":false,"parsely_account_id":null}}},"integration":{"type":"broadcast-facilities","plugin":{"broadcastFacilities":[{"facilityId":"48962","broadcastFrequency":"630.0","broadcastBand":"AM","broadcastCallLetters":"KHOW","applicationNotices":[],"politicalLinkOverride":null}]}},"liveConfig":{"sections":{"design":{"ihr_embed_player_bar_stream_override":null}}}}}},"micrositeReferences":[{"_id":"%2F55e358e0ca46b894e45128c6cd038a43","slug":"the-ben-ferguson-show","ownBrand":"brands/The Ben Ferguson Show (56740)","configByLookup":{"common":{"branding":{"name":"The Ben Ferguson Show"}}}},{"_id":"%2F5d5d85974ddfc2c9e60f68ac","slug":"the-michael-brown-show","ownBrand":"brands/The Michael Brown Show","configByLookup":{"common":{"branding":{"name":"Michael Brown"}}}},{"_id":"%2F5a7e0a8d5e8f16e929d84610","slug":"the-troubleshooter","ownBrand":"brands/The Troubleshooter","configByLookup":{"common":{"branding":{"name":"The Troubleshooter"}}}},{"_id":"%2F660bf5976e7fbbc3953118ee","slug":"ryan-schuiling","ownBrand":"brands/Ryan Schuiling","configByLookup":{"common":{"branding":{"name":"Ryan Schuiling"}}}},{"_id":"%2F5bcf45541311b3e3df7cba89","slug":"dan-caplis","ownBrand":"brands/Dan Caplis Show","configByLookup":{"common":{"branding":{"name":"Dan Caplis "}}}},{"_id":"%2F46c85c261c4cbb52149091e37759754c","slug":"the-joe-pags-show","ownBrand":"brands/The Joe Pags Show (10)","configByLookup":{"common":{"branding":{"name":"The Joe Pags Show"}}}},{"_id":"%2F5f248042642166486676e904","slug":"fox-news-rundown","ownBrand":"brands/Fox News Rundown","configByLookup":{"common":{"branding":{"name":"Fox News Rundown"}}}},{"_id":"%2F5a85ad73d76044a54dd54e56","slug":"red-eye-radio","ownBrand":"brands/Red Eye Radio","configByLookup":{"common":{"branding":{"name":"Red Eye Radio"}}}}],"surrogateKeys":[]},"cache":[["\"/\"",{"data":{"_id":"/5e419286691a216632db14ab/Inferno News/Talk/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":[{"id":"display-hints/hide-listen-now"}],"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/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,"link":null,"min_size":0,"position":null,"size":1,"title":""},"tags":["display-hints/feed-date-stamp","display-hints/horizontal","display-hints/primary","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688d2ccd2e24d7fcac0823f4","type":"PUBLISHING","record":{"ref_id":"%2F688d2ccd2e24d7fcac0823f4","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"b7735486-1904-4c20-8d44-af7a35b36f39","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":"Police officer enforces message on warning tape. DO NOT CROSS. ","id":"%2F688d2e0b2425089862b569fa","new_tab":false,"schedule":{},"source_credit":"ChristopherBernard / E+ / Getty Images","title":"Police line","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Four people were killed in a \u003ca href=\"https://www.nbcnews.com/news/us-news/anaconda-montana-shooting-rcna222565\" target=\"_blank\">shooting at The Owl Bar in Anaconda, Montana\u003c/a>, on Friday (August 1), prompting a manhunt for the suspect. The Montana Division of Criminal Investigation confirmed that the shooting occurred around 10:30 a.m. and that four victims were pronounced dead at the scene. The suspect, identified as 45-year-old \u003cstrong>Michael Paul Brown\u003c/strong>, lived next door to the bar. He was last seen in the Stump Town area, just west of Anaconda, and is believed to be armed, according to the Montana Highway Patrol.\u003c/p>\n\n\u003cp>Local and state police officers have converged on the area, \u003ca href=\"https://www.cnn.com/2025/08/01/us/anaconda-montana-shooting\" target=\"_blank\">searching for Brown in the nearby woods\u003c/a>. His home in Anaconda was cleared by a SWAT team earlier in the day. Anaconda, a small town with a population of about 9,000, is located approximately 75 miles southeast of Missoula. The town, known for its historical ties to copper mining, is now on high alert as authorities continue their search.\u003c/p>\n\n\u003cp>\u003cstrong>Barbie Nelson\u003c/strong>, owner of the Firefly Café in Anaconda, expressed the community's shock, \u003ca href=\"https://montanafreepress.org/2025/08/01/four-dead-in-shooting-at-anaconda-bar/\" target=\"_blank\">telling the \u003c/a>\u003ca href=\"https://montanafreepress.org/2025/08/01/four-dead-in-shooting-at-anaconda-bar/\" target=\"_blank\">\u003cem>Associated Press\u003c/em>\u003c/a>\u003ca href=\"https://montanafreepress.org/2025/08/01/four-dead-in-shooting-at-anaconda-bar/\" target=\"_blank\">, "We are Montana, so guns are not new to us\u003c/a>. For our town to be locked down, everybody’s pretty rattled." She mentioned that the town is small, and many residents likely know someone affected by the shooting.\u003c/p>\n\n\u003cp>Authorities have not yet released details on what led to the shooting. The investigation is ongoing, and the community remains on edge as the search for the suspect continues.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-multiple-people-killed-in-montana-bar-shooting/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-multiple-people-killed-in-montana-bar-shooting/","primary_image":{"bucket":"assets.getty","id":"%2F688d2e0b2425089862b569fa"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754082660000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-multiple-people-killed-in-montana-bar-shooting","social_title":"","summary":"The suspect lived next door to the bar and remains on the run from the police.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Multiple People Killed In Montana Bar Shooting"},"slug":"2025-08-01-multiple-people-killed-in-montana-bar-shooting","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d2e0b2425089862b569fa","title":"Multiple People Killed In Montana Bar Shooting","description":"The suspect lived next door to the bar and remains on the run from the police.","author":"iHeartRadio"},"pub_start":1754082660000,"pub_until":4115978604802,"pub_changed":1754083062900,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d2ccd2e24d7fcac0823f4","slug:2025-08-01-multiple-people-killed-in-montana-bar-shooting","slug:2025-08-01-multiple-people-killed-in-montana-bar-shooting","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"KjHUu","region":"main:dynamic","type":"html","ordinal":3,"value":{"content":"\u003cstyle>\n .main {\n background-color: #e8ecef;\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 20px;\n border-radius: 8px;\n max-width: 100%;\n font-family: Arial, sans-serif;\n width: 100%;\n box-sizing: border-box;\n }\n\n .label {\n margin: 0;\n font-size: 24px;\n font-weight: bold;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n }\n\n .label-2 {\n display: none;\n }\n\n @media (max-width: 600px) {\n .label {\n display: none;\n line-clamp: 3;\n }\n\n .main {\n flex-direction: column;\n align-items: unset;\n }\n\n .label-2 {\n display: block;\n display: -webkit-box;\n -webkit-line-clamp: 3;\n -webkit-box-orient: vertical;\n overflow: hidden;\n }\n\n .news-img {\n width: 90px !important;\n height: 90px !important\n }\n }\n\u003c/style>\n\u003cbody>\n \u003cdiv class=\"main\">\n \u003cdiv style=\"display: flex; align-items: center; margin-right: 20px\">\n \u003cimg class=\"news-img\" src=\"https://i.iheart.com/v3/re/new_assets/687e8027f16f136db0520cf3?ops=fit%28200%2C200%29\" alt=\"24/7 News: The Latest Logo\" style=\"\n\n width: 120px;\n\n height: 120px;\n\n border-radius: 8px;\n\n margin-right: 10px;\n\n \" />\n \u003ch2 class=\"label-2\">The Latest News in 4 Minutes\u003c/h2>\n \u003c/div>\n \u003cdiv style=\"flex: 1; min-width: 0\">\n \u003cdiv style=\"width: 100%\">\n \u003ch2 class=\"label\">The Latest News in 4 Minutes\u003c/h2>\n \u003ciframe allow=\"autoplay\" width=\"100%\" height=\"50\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&keyid=infernofeaturedpodcast&ihmnetwork=true&pname={index.slug}\" frameborder=\"0\" style=\"\n\n border-radius: 8px;\n\n border: none;\n\n margin-top: 10px;\n\n display: block;\n\n \">\u003c/iframe>\n \u003c/div>\n \u003c/div>\n \u003c/div>\n\u003c/body>","link":null,"title":null},"tags":[],"schedule":{"begin":0,"end":4115978604802}},{"id":"lP0Ih","region":"main:dynamic","type":"feed","ordinal":4,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":1,"link":null,"position":null,"size":5,"title":""},"tags":["display-hints/feed-date-stamp","display-hints/xxsmall"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688d1d802e24d7fcac0823e9","type":"PUBLISHING","record":{"ref_id":"%2F688d1d802e24d7fcac0823e9","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d1a7e4b9-2df3-4653-8ccd-d2eccf5f4134","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":"Washington DC cityscape","id":"%2F65f9b1d3fc271fe5ecf343a2","new_tab":false,"schedule":{},"source_credit":"ANDREY DENISYUK / Moment / Getty Images","title":"United States Capitol. Day. Flag.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The Corporation for Public Broadcasting (CPB) announced on Friday (August 1) that it will \u003ca href=\"https://www.reuters.com/world/us/corporation-public-broadcasting-close-after-funding-cut-blow-local-media-2025-08-01/\" target=\"_blank\">shut down operations by September 30\u003c/a>, following the loss of all federal funding. President Trump signed a law retracting $1.1 billion in funds for public broadcasting through fiscal year 2027. This decision was part of a $9 billion rescissions package passed largely along party lines, which also included cuts to foreign aid.\u003c/p>\n\n\u003cp>CPB President and CEO \u003cstrong>Patricia de Stacy Harrison\u003c/strong> expressed disappointment, stating, "Despite the extraordinary efforts of millions of Americans who called, wrote, and petitioned Congress to preserve federal funding for CPB, we now face the difficult reality of closing our operations." \u003c/p>\n\n\u003cp>She emphasized \u003ca href=\"https://www.nbcnews.com/politics/congress/cpb-funder-npr-pbs-says-will-shut-congress-cuts-money-rcna222524\" target=\"_blank\">CPB's commitment to supporting partners through the transition\u003c/a> with transparency and care.\u003c/p>\n\n\u003cp>The shutdown marks the \u003ca href=\"https://www.cnn.com/2025/08/01/media/trump-cpb-corporation-public-media-shuts-down\" target=\"_blank\">first time in nearly 60 years that Congress has refused to fund CPB\u003c/a>, a nonprofit corporation established to distribute federal money to public media stations across the nation. These stations, especially those in rural and poor areas, rely heavily on CPB grants for their operations. \u003c/p>\n\n\u003cp>The CPB will retain a small team until January to manage compliance, fiscal distributions, and long-term financial obligations. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding/","primary_image":{"bucket":"assets.getty","id":"%2F65f9b1d3fc271fe5ecf343a2"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1754079000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","social_title":"","summary":"The shutdown marks the first time in nearly 60 years that Congress has refused to fund CPB.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Corporation For Public Broadcasting To Shut Down After Congress Cut Funding"},"slug":"2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/65f9b1d3fc271fe5ecf343a2","title":"Corporation For Public Broadcasting To Shut Down After Congress Cut Funding","description":"The shutdown marks the first time in nearly 60 years that Congress has refused to fund CPB.","author":"iHeartRadio"},"pub_start":1754079000000,"pub_until":4115978604802,"pub_changed":1754079383935,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d1d802e24d7fcac0823e9","slug:2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","slug:2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688d179e2e24d7fcac0823dd","type":"PUBLISHING","record":{"ref_id":"%2F688d179e2e24d7fcac0823dd","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"bf63dba6-4bd1-44e0-a81c-29fe24594a85","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Long-fingered bat (Myotis capaccinii) flying from entrance of colony cave in Spanish Pyrenees, Aragon, Spain. April.","id":"%2F688d18732425089862b569d3","new_tab":false,"schedule":{},"source_credit":"CreativeNature_nl / iStock / Getty Images","title":"Long-fingered bat flying from cave","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Erica Kahn\u003c/strong>, a Massachusetts resident, \u003ca href=\"https://www.nbcnews.com/news/us-news/bat-flies-womans-mouth-arizona-costing-nearly-21000-medical-bills-rcna222463\" target=\"_blank\">faced nearly $21,000 in medical bills after a bat flew into her mouth\u003c/a> during a vacation in Northern Arizona last August. The incident occurred while Kahn, then 33, was photographing the night sky at Glen Canyon National Recreation Area. Despite not feeling a bite, her father, a physician, advised her to seek rabies vaccinations as a precaution.\u003c/p>\n\n\u003cp>Kahn, who had recently lost her job as a biomedical engineer, had \u003ca href=\"https://kffhealthnews.org/news/article/tourist-rabies-treatment-wild-bat-in-mouth-surprise-bill-of-the-month/\" target=\"_blank\">opted to temporarily forgo health insurance\u003c/a>. After the bat encounter, she quickly purchased a policy from Innovative Partners LP, believing it would cover emergency treatments. However, the policy had a 30-day waiting period, and her claims were denied, leaving her with a bill of $20,749. The majority of the charges came from Flagstaff Medical Center, where she received her initial treatment.\u003c/p>\n\n\u003cp>Rabies, a fatal disease if untreated, requires immediate medical attention. Kahn \u003ca href=\"https://www.washingtonpost.com/wellness/2025/07/31/rabies-vaccine-cost/\" target=\"_blank\">received four doses of the rabies vaccine\u003c/a> and immunoglobulin shots across multiple states. Despite her efforts to appeal the denied claims, Kahn faced challenges in navigating the insurance process.\u003c/p>\n\n\u003cp>"I felt so powerless against these companies," she told \u003cem>NBC News\u003c/em>. "It should be a human right to have lifesaving care covered. In most other countries, like in Europe, you just go to the hospital, you get your rabies vaccines and you pay nothing."\u003c/p>\n\n\u003cp>Kahn says that she hopes others will learn from her mistake and ensure they have health insurance coverage.\u003c/p>\n\n\u003cp>"If one person gets covered because they saw this story, then I would be happy about that," she added.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/","primary_image":{"bucket":"assets.getty","id":"%2F688d18732425089862b569d3"},"primary_target":{"categories":["categories/national-news","categories/weird-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754077260000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","social_title":"","summary":"The woman didn't have health insurance and must pay the bill out of her own pocket.","targets":[{"categories":["categories/national-news","categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth"},"slug":"2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3","title":"Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth","description":"The woman didn't have health insurance and must pay the bill out of her own pocket.","author":"iHeartRadio"},"pub_start":1754077260000,"pub_until":4115978604802,"pub_changed":1754077653902,"subscription":[{"tags":["categories/national-news","categories/weird-news","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d179e2e24d7fcac0823dd","slug:2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","slug:2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688d0f6d2e24d7fcac0823d1","type":"PUBLISHING","record":{"ref_id":"%2F688d0f6d2e24d7fcac0823d1","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"5b5ee02a-1117-4969-955a-eea826b246b4","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":"new_assets","caption":"NEW YORK, NY - OCTOBER 18: Ghislaine Maxwell attends VIP Evening of Conversation for Women's Brain Health Initiative, Moderated by Tina Brown at Spring Studios on October 18, 2016 in New York City. (Photo by Sylvain Gaboury/Patrick McMullan via Getty Images)","id":"%2F6889114bb875662d198a3d06","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Ghislaine Maxwell\u003c/strong>, the former associate of \u003cstrong>Jeffrey Epstein\u003c/strong>, has been \u003ca href=\"https://www.nbcnews.com/politics/justice-department/ghislaine-maxwell-moved-federal-prison-texas-rcna222497\" target=\"_blank\">moved from a federal prison in Florida to a minimum-security prison camp\u003c/a> in Bryan, Texas. The federal Bureau of Prisons confirmed the transfer but did not provide specific reasons for the move. Maxwell's attorney also declined to comment on the circumstances surrounding the transfer.\u003c/p>\n\n\u003cp>Maxwell was convicted in 2021 for her role in helping Epstein sexually abuse underage girls and is \u003ca href=\"https://www.iheart.com/content/2022-06-28-ghislaine-maxwell-sentenced-following-sex-trafficking-conviction/\" target=\"_blank\">serving a 20-year sentence\u003c/a>. She was previously held at a low-security prison in Tallahassee, Florida. The prison camp in Texas, where she is now located, houses inmates considered to be the lowest security risk. These facilities often have minimal security measures, sometimes lacking fences, and are designed to allow inmates to perform work such as landscaping and maintenance without the need for frequent check-ins at a main facility.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.cnn.com/2025/08/01/politics/ghislaine-maxwell-federal-prison-texas\" target=\"_blank\">transfer comes amid renewed public interest in Maxwell's case\u003c/a> following the Justice Department's recent decision not to release additional documents from the Epstein sex trafficking investigation. This decision has prompted calls for transparency, with administration officials seeking to unseal grand jury transcripts related to the case.\u003c/p>\n\n\u003cp>Maxwell was \u003ca href=\"https://www.iheart.com/content/2025-07-24-ghislaine-maxwell-preparing-new-epstein-evidence-for-feds-meeting-report/\" target=\"_blank\">recently interviewed by Deputy Attorney General \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-24-ghislaine-maxwell-preparing-new-epstein-evidence-for-feds-meeting-report/\" target=\"_blank\">\u003cstrong>Todd Blanche\u003c/strong>\u003c/a> at a Florida courthouse. Additionally, the House Oversight Committee has expressed interest in speaking with Maxwell. Her lawyers have indicated that she would be willing to participate in an interview, provided she receives immunity from prosecution for anything she might disclose.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp/","primary_image":{"bucket":"new_assets","id":"%2F6889114bb875662d198a3d06"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio","brands/True Crime Tonight","brands/TCT-IP"]},"publish_date":1754074980000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp","social_title":"","summary":"Maxwell was convicted in 2021 for her role in helping Epstein sexually abuse underage girls and is serving a 20-year sentence. ","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Ghislaine Maxwell Moved From Federal Jail In Florida To Texas Prison Camp"},"slug":"2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6889114bb875662d198a3d06","title":"Ghislaine Maxwell Moved From Federal Jail In Florida To Texas Prison Camp","description":"Maxwell was convicted in 2021 for her role in helping Epstein sexually abuse underage girls and is serving a 20-year sentence. ","author":"iHeartRadio"},"pub_start":1754074980000,"pub_until":4115978604802,"pub_changed":1754075347208,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio","brands/True Crime Tonight","brands/TCT-IP"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d0f6d2e24d7fcac0823d1","slug:2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp","slug:2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688d07102e24d7fcac0823c6","type":"PUBLISHING","record":{"ref_id":"%2F688d07102e24d7fcac0823c6","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"dbf5a490-61b9-4ec2-a295-a072408ed648","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":"US Navy Los Angeles class submarine slipping out to sea under cover of fog in San Francisco Bay, California, USA. Historical photo from 1996. Alcatraz Island in background. Scanned film, some grain.","id":"%2F688d08fdfe9037a39187a1d1","new_tab":false,"schedule":{},"source_credit":"NNehring / E+ / Getty Images","title":"submarine slipping out to sea under fog San Francisco Bay","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President \u003cstrong>Donald Trump\u003c/strong> announced the \u003ca href=\"https://www.nbcnews.com/politics/white-house/trump-deploying-two-nuclear-subs-provocative-statements-russia-rcna222520\" target=\"_blank\">deployment of two nuclear submarines\u003c/a> in response to what he described as "highly provocative" statements made by \u003cstrong>Dmitry Medvedev\u003c/strong>, the former Russian President and current deputy chairman of the Security Council of the Russian Federation. Trump made this announcement via social media, emphasizing the importance of words and their potential consequences. He stated that the submarines would be positioned in "appropriate regions," though he did not specify their exact locations.\u003c/p>\n\n\u003cp>"Words are very important, and can often lead to unintended consequences, I hope this will not be one of those instances," \u003ca href=\"https://truthsocial.com/@realDonaldTrump/posts/114954549017557270\" target=\"_blank\">Trump wrote on Truth Social\u003c/a>.\u003c/p>\n\n\u003cp>The tension arose after Medvedev made several comments in response to Trump's ultimatum for Moscow to agree to a ceasefire in Ukraine or face severe sanctions. Medvedev accused Trump of engaging in "the ultimatum game with Russia" and \u003ca href=\"https://www.cnn.com/2025/08/01/politics/nuclear-submaries-russia-trump-medvedev\" target=\"_blank\">warned that such ultimatums are steps towards war\u003c/a>. In a post on X, Medvedev described Trump's ultimatum as "theatrical" and asserted that "Russia didn't care."\u003c/p>\n\n\u003cp>In a more ominous note, Medvedev referenced a "dead hand" threat on Telegram, which some analysts interpreted as a nod to Russia's nuclear retaliatory control system. This escalating rhetoric has prompted concerns about potential military confrontations between the two nations.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev/","primary_image":{"bucket":"assets.getty","id":"%2F688d08fdfe9037a39187a1d1"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1754073060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","social_title":"","summary":"President Trump's decision comes after \"highly provocative\" remarks made by former Russian President Dmitry Medvedev.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Trump Deploys 2 Nuclear Subs Over Comments By Russia's Dmitry Medvedev"},"slug":"2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d08fdfe9037a39187a1d1","title":"Trump Deploys 2 Nuclear Subs Over Comments By Russia's Dmitry Medvedev","description":"President Trump's decision comes after \"highly provocative\" remarks made by former Russian President Dmitry Medvedev.","author":"iHeartRadio"},"pub_start":1754073060000,"pub_until":4115978604802,"pub_changed":1754073395902,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d07102e24d7fcac0823c6","slug:2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","slug:2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688d04502e24d7fcac0823bb","type":"PUBLISHING","record":{"ref_id":"%2F688d04502e24d7fcac0823bb","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a64e44aa-c212-4a8a-9c52-26c0b21e5150","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":"Floodwaters rush through a drain culvert, carrying fresh rainwater to the saltwater bay, creating a dynamic interplay of currents.","id":"%2F688d059451aba98b79003af0","new_tab":false,"schedule":{},"source_credit":"TerryKelly / iStock / Getty Images","title":"Floodwaters rush through a drain culvert, carrying fresh rainwater to the saltwater bay, creating a dynamic interplay of currents.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://www.washingtonpost.com/dc-md-va/2025/08/01/maryland-boy-storm-drain-death-mount-airy-flooding/\" target=\"_blank\">13-year-old boy died after being swept into a storm drain\u003c/a> during heavy rainfall in Mount Airy, Maryland, on Thursday (July 31). The incident occurred as the boy played with friends near an apartment complex during a torrential downpour that caused widespread flooding across the Northeast.\u003c/p>\n\n\u003cp>The Mount Airy Volunteer Fire Company spokesperson, \u003cstrong>Doug Alexander\u003c/strong>, explained that the \u003ca href=\"https://www.fox5dc.com/news/13-year-old-maryland-boy-dies-after-being-swept-storm-drain-amid-severe-weather\" target=\"_blank\">children were playing with a ball in a grassy area when the rain intensified\u003c/a>. The water quickly rose, turning the area into a fast-moving river, and swept the boy into the drain pipe. Despite efforts by about 50 firefighters and police officers, who worked for over an hour to rescue him, the boy could not be saved.\u003c/p>\n\n\u003cp>Parts of the Baltimore area received between 2.5 to 4 inches of rain, with Mount Airy experiencing up to 5 inches. The heavy rain led to flash flooding in several areas, including New York and New Jersey, where states of emergency were declared.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://abcnews.go.com/US/flash-flooding-northeast-dangerous-heat-humidity-pushes-south/story?id=124237066\" target=\"_blank\">storm caused significant disruptions across the East Coast\u003c/a>, including flooded transportation systems in New York and power outages affecting thousands of homes and businesses. Emergency services were also involved in multiple rescues, including saving an 8-year-old child from a submerged car in Montgomery County, Maryland.\u003c/p>\n\n\u003cp>The National Weather Service warned of potential further flooding in the northern mid-Atlantic and southern New England regions through Friday night.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain/","primary_image":{"bucket":"assets.getty","id":"%2F688d059451aba98b79003af0"},"primary_target":{"categories":["categories/national-news","categories/weather"],"distribution":["brands/iHeartRadio"]},"publish_date":1754072160000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain","social_title":"","summary":"The boy's tragic death comes as flooding rains inundated the Northeast and Mid-Atlantic.","targets":[{"categories":["categories/national-news","categories/weather"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"13-Year-Old Boy Drowns After Being Swept Into Storm Drain"},"slug":"2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d059451aba98b79003af0","title":"13-Year-Old Boy Drowns After Being Swept Into Storm Drain","description":"The boy's tragic death comes as flooding rains inundated the Northeast and Mid-Atlantic.","author":"iHeartRadio"},"pub_start":1754072160000,"pub_until":4115978604802,"pub_changed":1754072516565,"subscription":[{"tags":["categories/national-news","categories/weather","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/weather","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d04502e24d7fcac0823bb","slug:2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain","slug:2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"WQJCS","region":"main:dynamic","type":"feed","ordinal":5,"value":{"feed_id":"USAGE:feed-usecases/Default Promotions","feed_index":0,"size":4,"title":""},"tags":["display-hints/xsmall"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6255a67baecfbbee4df775a9","type":"LEADS","record":{"title":"CEO Spotlight","subtitle":"","image":"https://i.iheart.com/v3/re/assets.brands/62321c2d7c855515e38dd4e4","img_meta":{"base_id":"%2F62321c2d7c855515e38dd4e4","bucket":"assets.brands"},"link":{"target":"_self","urls":{"device":"/content/2022-03-16-ceo-spotlight/","web":"/content/2022-03-16-ceo-spotlight/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F687aaea4875b23cab49ddde2","type":"LEADS","record":{"title":"Nominate An Exceptional Teacher Who Is Making A Lasting Impact!","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/687aae40875b23cab49ddde1","img_meta":{"base_id":"%2F687aae40875b23cab49ddde1","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"","web":"https://www.donorschoose.org/iheartradio"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F6079b51efb4812277fc29f5b","type":"LEADS","record":{"title":"Whenever and wherever you are, 24/7, listen to 630 KHOW on the iHeartRadio App","subtitle":"Listen","image":"https://i.iheart.com/v3/re/new_assets/6079b4d6fb4812277fc29f5a","img_meta":{"base_id":"%2F6079b4d6fb4812277fc29f5a","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"","web":"/listen"},"name":"LISTEN HERE","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}}],"resume":{"id":"ID:promotions-feed","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IjRZUE0xIjoxfSwiZW5kcyI6eyJQVG9PSyI6LTEsIndtZU5LIjotMSwiSkFyUk4iOjJ9fQ==","scopes":[]}}},{"id":"Ghum3","region":"main:dynamic","type":"weather","ordinal":7,"value":{"forecast_type":null,"geo_latitude":"{config.general.geo_latitude}","geo_longitude":"{config.general.geo_longitude}","title":null},"tags":["display-hints/tile","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802}},{"id":"Fx4YF","region":"main:dynamic","type":"traffic","ordinal":8,"value":{"geo_latitude":null,"geo_longitude":null,"traffic_zoom":null},"tags":["display-hints/tile"],"schedule":{"begin":0,"end":4115978604802}},{"id":"kIdtO","region":"main:dynamic","type":"feed","ordinal":9,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":4,"link":null,"position":null,"size":1,"title":"More Stories"},"tags":["display-hints/feed-date-stamp","display-hints/horizontal-reverse"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688cff3f2e24d7fcac0823af","type":"PUBLISHING","record":{"ref_id":"%2F688cff3f2e24d7fcac0823af","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"25d5ca72-6873-474f-8403-ef91ebd707ad","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Nearly 200,000 KidKraft Farm to Table Play Kitchens have been recalled after a child died while playing with it. ","id":"%2F688cffcc2e24d7fcac0823b9","new_tab":false,"schedule":{},"source_credit":"Consumer Products Safety Comission","title":"Recall On KidKraft Farm to Table Play Kitchens","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Nearly \u003ca href=\"https://abcnews.go.com/GMA/Family/192000-kids-play-kitchens-recalled-after-1-death/story?id=124241619\" target=\"_blank\">200,000 KidKraft Farm to Table Model Play Kitchen sets are being recalled\u003c/a> after a tragic incident led to the death of a toddler. The recall, announced by Backyard Kids, LLC and the Consumer Product Safety Commission, follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook of the play kitchen set in February 2023.\u003c/p>\n\n\u003cp>The play kitchens, sold between 2018 and July 2025, \u003ca href=\"https://www.usatoday.com/story/money/2025/08/01/kidkraft-play-kitchens-recall/85471428007/\" target=\"_blank\">pose a risk of strangulation and asphyxia if a child climbs on the counter\u003c/a> or crawls through the opening in the back. The recalled units are black and light gray with wood-like countertops and measure 44 inches in length, 13 3/4 inches in width, and 43 inches high. They were intended for children aged three and above.\u003c/p>\n\n\u003cp>Although 192,000 units are impacted, only 400 were sold to consumers by Backyard Kids. The play kitchens were available online on Amazon, Walmart, and KidKraft's websites, retailing between $120 and $270.\u003c/p>\n\n\u003cp>Backyard Kids is \u003ca href=\"https://www.cpsc.gov/Recalls/2025/Backyard-Kids-Recalls-KidKraft-Farm-to-Table-Play-Kitchens-Due-to-Strangulation-Hazard-One-Death-Reported\" target=\"_blank\">offering free replacement hooks to consumers\u003c/a> with affected units. They can be contacted via email at recall@kidkraft.com or by phone at (800) 882-0234, Monday through Friday from 8:30 a.m. to 5 p.m. ET.\u003c/p>\n\n\u003cp>KidKraft, Inc., which manufactured the sets, filed for bankruptcy in May 2024. As of now, no other incidents have been reported involving the hooks catching on children's clothing.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","primary_image":{"bucket":"new_assets","id":"%2F688cffcc2e24d7fcac0823b9"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754070900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","social_title":"","summary":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death"},"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9","title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death","description":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","author":"iHeartRadio"},"pub_start":1754070900000,"pub_until":4115978604802,"pub_changed":1754071336411,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cff3f2e24d7fcac0823af","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"LSixG","region":"main:dynamic","type":"feed","ordinal":10,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":5,"link":null,"position":null,"size":5,"title":""},"tags":["display-hints/feed-date-stamp","display-hints/xxsmall","display-hints/feed-load-more"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688ceda27135b159e1ecd884","type":"PUBLISHING","record":{"ref_id":"%2F688ceda27135b159e1ecd884","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"411221e6-1fd9-4d14-a266-f85bf3d3a572","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Bill Galluccio","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":"new_assets","caption":"Andres Caceres Jaldin is accused of kidnapping a toddler from a mall in Virginia.","id":"%2F688cede37135b159e1ecd88e","new_tab":false,"schedule":{},"source_credit":"Fairfax County Police Department","title":"Surveillance footage of Andres Caceres Jaldin","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Authorities in Virginia said they have arrested \u003ca href=\"https://www.foxnews.com/us/surveillance-video-shows-26-year-old-man-grabbing-toddler-mall-play-area-arrest-abduction\" target=\"_blank\">a 26-year-old man accused of trying to kidnap a young girl\u003c/a> at Fair Oaks Shopping Center in Fair Oaks, Virginia. The Fairfax County Police Department said the toddler wandered away from the play area at the mall and was picked up by Andres Caceres Jaldin.\u003c/p>\n\n\u003cp>Surveillance video released by the police \u003ca href=\"https://www.wusa9.com/article/news/crime/chilling-video-attempted-abduction-fair-oaks-mall/65-a9a3996b-4e57-46ec-b5d5-99b8c5c46b96\" target=\"_blank\">shows Jaldin picking up the young girl and walking away\u003c/a>. The girl’s parents found Jaldin on the second floor and confronted him. He returned their daughter and then fled the mall.\u003c/p>\n\n\u003cp>Jaldin was taken into custody at a hotel about five miles from the mall. He was charged with abduction of a minor and grand larceny, for allegedly stealing a car before the abduction attempt.\u003c/p>\n\n\u003cp>"It's striking that somebody could do this in broad daylight and no one would notice," \u003ca href=\"https://wjla.com/news/local/child-abductor-fairfax-county-mall-abduction-toddler-indoor-mall-play-area-criminal-cases-felony-grand-larcent-police-department-commonwealth-attorney-history\" target=\"_blank\">Virginians For Safe Communities President \u003c/a>\u003ca href=\"https://wjla.com/news/local/child-abductor-fairfax-county-mall-abduction-toddler-indoor-mall-play-area-criminal-cases-felony-grand-larcent-police-department-commonwealth-attorney-history\" target=\"_blank\">\u003cstrong>Sean Kennedy\u003c/strong>\u003c/a>\u003ca href=\"https://wjla.com/news/local/child-abductor-fairfax-county-mall-abduction-toddler-indoor-mall-play-area-criminal-cases-felony-grand-larcent-police-department-commonwealth-attorney-history\" target=\"_blank\"> told \u003c/a>\u003ca href=\"https://wjla.com/news/local/child-abductor-fairfax-county-mall-abduction-toddler-indoor-mall-play-area-criminal-cases-felony-grand-larcent-police-department-commonwealth-attorney-history\" target=\"_blank\">\u003cem>WJLA\u003c/em>\u003c/a>. "This can happen right under people's noses and no one would know the better."\u003c/p>\n\n\u003cp>You can watch the heart-stopping video of the abduction below:\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DtNW2EWogn90","@url":"https://www.youtube.com/watch?v=tNW2EWogn90","author_name":"New York Post","author_url":"https://www.youtube.com/@nypost","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/tNW2EWogn90?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=\"SHOCKING video shows man abducting toddler from Virginia mall\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/tNW2EWogn90/hqdefault.jpg","thumbnail_width":480,"title":"SHOCKING video shows man abducting toddler from Virginia mall","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/tNW2EWogn90?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=\"SHOCKING video shows man abducting toddler from Virginia mall\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/watch?v=tNW2EWogn90"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area/","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":[],"permalink":"https://khow.iheart.com/content/2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area/","primary_image":{"bucket":"new_assets","id":"%2F688cede37135b159e1ecd88e"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754070060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area","social_title":"","summary":"The suspect fled the mall but was arrested a short time later.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Parents Rescue Toddler After Man Grabbed Her From Mall Play Area"},"slug":"2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cede37135b159e1ecd88e","title":"Parents Rescue Toddler After Man Grabbed Her From Mall Play Area","description":"The suspect fled the mall but was arrested a short time later.","author":"Bill Galluccio"},"pub_start":1754070060000,"pub_until":4115978604802,"pub_changed":1754070438634,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688ceda27135b159e1ecd884","slug:2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area","slug:2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area","author:user"]}},{"id":"%2F688cceea07c0a55a94a22842","type":"PUBLISHING","record":{"ref_id":"%2F688cceea07c0a55a94a22842","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Bill Galluccio","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":"WASHINGTON, DC - MAY 14: Patrons view a portrait of former U.S. President Donald Trump in the America’s Presidents exhibition at the National Portrait Gallery as the Smithsonian Institution begins to slowly re-open its museums May 14, 2021 in Washington, DC. Trump’s portrait, a photograph made by Pari Dukovic is on display to the public for the first time since the closure of the museums due to the coronavirus pandemic. (Photo by Win McNamee/Getty Images)","id":"%2F688ce32551aba98b79003a97","new_tab":false,"schedule":{},"source_credit":"Win McNamee / Getty Images News / Getty Images","title":"Trump Portrait Exhibited As National Portrait Gallery Reopens To Public","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The \u003ca href=\"https://www.washingtonpost.com/entertainment/2025/07/31/trump-impeachment-smithsonian/\" target=\"_blank\">Smithsonian’s National Museum of American History has removed references to President \u003c/a>\u003ca href=\"https://www.washingtonpost.com/entertainment/2025/07/31/trump-impeachment-smithsonian/\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>\u003ca href=\"https://www.washingtonpost.com/entertainment/2025/07/31/trump-impeachment-smithsonian/\" target=\"_blank\">'s impeachments\u003c/a> from The American Presidency exhibit. According to \u003cem>The Washington Post\u003c/em>, the change happened in July and was part of what the museum said was a review of "legacy content."\u003c/p>\n\n\u003cp>The review was made following pressure from the White House to remove an art museum director. \u003c/p>\n\n\u003cp>The exhibit, which was added in 2008, originally featured information about the impeachments of Presidents \u003cstrong>Andrew Johnson \u003c/strong>and \u003cstrong>Bill Clinton\u003c/strong>. It also explained the impeachment process of President \u003cstrong>Richard Nixon\u003c/strong>, who resigned before he was formally impeached.\u003c/p>\n\n\u003cp>In September 2021, \u003ca href=\"https://www.cnn.com/2025/08/01/politics/smithsonian-trump-impeachment-exhibit-museum\" target=\"_blank\">the exhibit was updated to note that President Trump was the first president to be impeached twice\u003c/a>, once in 2019 for abuse of power and obstruction of Congress, and then again in 2021 for incitement of insurrection. Both impeachments resulted in an acquittal from the Senate.\u003c/p>\n\n\u003cp>The Smithsonian told the \u003cem>Post \u003c/em>that the exhibit "was intended to be a short-term measure to address current events at the time, however, the label remained in place until July 2025."\u003c/p>\n\n\u003cp>The museum said that it \u003ca href=\"https://www.newsweek.com/trump-smithsonian-impeachment-exhibit-2107421\" target=\"_blank\">plans to revamp the exhibit\u003c/a> and will include information about Trump's impeachments.\u003c/p>\n\n\u003cp>"A large permanent gallery like The American Presidency that opened in 2000, requires significant amount of time and funding to update and renew. A future and updated exhibit will include all impeachments," the museum added.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit/","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":[],"permalink":"https://khow.iheart.com/content/2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit/","primary_image":{"bucket":"assets.getty","id":"%2F688ce32551aba98b79003a97"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1754065680000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","social_title":"","summary":"The museum said that it plans to revamp the exhibit.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]}],"title":"Smithsonian Removes Mention Of Trump's Impeachments From Presidency Exhibit"},"slug":"2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688ce32551aba98b79003a97","title":"Smithsonian Removes Mention Of Trump's Impeachments From Presidency Exhibit","description":"The museum said that it plans to revamp the exhibit.","author":"Bill Galluccio"},"pub_start":1754065680000,"pub_until":4115978604802,"pub_changed":1754066117021,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cceea07c0a55a94a22842","slug:2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","slug:2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","author:user"]}},{"id":"%2F688cc994d3ad2eeed018e86e","type":"PUBLISHING","record":{"ref_id":"%2F688cc994d3ad2eeed018e86e","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"WASHINGTON, DC - FEBRUARY 11: U.S. President Donald Trump speaks during an executive order signing in the Oval Office at the White House on February 11, 2025 in Washington, DC. Trump is to sign an executive order implementing the Department of Government ","id":"%2F67b71f68963277286f4e1d51","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Elon Musk Joins President Trump For Signing Executive Orders In The Oval Office","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-31-trump-fires-back-at-failed-ex-russian-president-over-war-threat/\" target=\"_blank\">President \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-31-trump-fires-back-at-failed-ex-russian-president-over-war-threat/\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>'s approval rating reportedly dropped to 40%, the lowest percentage of his second term in office, according to the latest \u003ca href=\"https://www.reuters.com/data/trumps-approval-rating-2025-01-21/\" target=\"_blank\">\u003cem>Reuters\u003c/em>\u003c/a>\u003ca href=\"https://www.reuters.com/data/trumps-approval-rating-2025-01-21/\" target=\"_blank\">/Ipsos poll\u003c/a> released on Wednesday (July 30).\u003c/p>\n\n\u003cp>The poll, which was conducted through Monday (July 28), surveyed 1,023 U.S. adults and had a 3% margin of error. Trump began his second term with a 47% approval rating in January, which has steadily dropped through his first few months in office, including a 1% drop since July 16.\u003c/p>\n\n\u003cp>About one-third of independents were reported to approve Trump's job performance, while 83% of Republicans still supported the president and only 3% of Democrats approved his performance. Earlier this week, the \u003ca href=\"https://d3nkl3psvxxpe9.cloudfront.net/documents/econTabReport_7Bn59Tx.pdf\" target=\"_blank\">Economist/YouGov poll\u003c/a> showed that Trump's net approval rating was at -15, the lowest of his second term.\u003c/p>\n\n\u003cp>The survey, which polled 1,777 U.S. adult citizens between July 25 and July 28, showed that 40% of respondents approved Trump's job performance while 55% disapproved. The Economist/YouGov poll previously had the president at a -14 net approval rating with a 41% approval and a 55% disapproval for the past two weeks and a -11 net approval with a 42% approval and 53% disapproval for the two weeks prior to that.\u003c/p>\n\n\u003cp>\u003ca href=\"https://news.gallup.com/poll/692879/independents-drive-trump-approval-second-term-low.aspx\" target=\"_blank\">\u003cem>Gallup\u003c/em>\u003c/a> had previously reported that \u003ca href=\"https://www.iheart.com/content/2025-07-28-trumps-approval-rating-sets-record-for-second-term/\" target=\"_blank\">Trump's approval rating dropped to 37%\u003c/a>, his lowest of his second term and just 3% points higher than his all-time worst rating set in his first term, in its poll conducted last week. Trump's approval rating fell 10% since taking office in January, which includes a 17% decline among independents to 29%, matching his all-time lowest rating among the group.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-trumps-approval-rating-sets-new-record/","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/Donald Trump","keywords/approval rating","keywords/record","keywords/approval","keywords/job approval","keywords/job approval rating","keywords/president","keywords/poll","keywords/survey","keywords/term","keywords/Second term","keywords/Reuters","keywords/Ipsos"],"permalink":"https://khow.iheart.com/content/2025-08-01-trumps-approval-rating-sets-new-record/","primary_image":{"bucket":"new_assets","id":"%2F67b71f68963277286f4e1d51"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["facets/All Sites - English"]},"publish_date":1754057700000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-trumps-approval-rating-sets-new-record","social_title":"","summary":"President Donald Trump's approval rating has set a new record.","targets":[{"categories":["syndications/news"],"distribution":[]}],"title":"Trump's Approval Rating Sets New Record"},"slug":"2025-08-01-trumps-approval-rating-sets-new-record","summary":{"image":"https://i.iheart.com/v3/re/new_assets/67b71f68963277286f4e1d51","title":"Trump's Approval Rating Sets New Record","description":"President Donald Trump's approval rating has set a new record.","author":"Jason Hall"},"pub_start":1754057700000,"pub_until":4115978604802,"pub_changed":1754058273017,"subscription":[{"tags":["categories/national-news","categories/politics","facets/All Sites - English"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cc994d3ad2eeed018e86e","slug:2025-08-01-trumps-approval-rating-sets-new-record","slug:2025-08-01-trumps-approval-rating-sets-new-record","keyword:keywords/Donald Trump","keyword:keywords/approval rating","keyword:keywords/record","keyword:keywords/approval","keyword:keywords/job approval","keyword:keywords/job approval rating","keyword:keywords/president","keyword:keywords/poll","keyword:keywords/survey","keyword:keywords/term","keyword:keywords/Second term","keyword:keywords/Reuters","keyword:keywords/Ipsos","author:user"]}},{"id":"%2F688cc512b89c599f3fb57038","type":"PUBLISHING","record":{"ref_id":"%2F688cc512b89c599f3fb57038","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"536f438a-c394-4488-b038-f5bcc1ff47ad","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Luggage and disabled people carrying vehicle inside international airport terminal parked no people.","id":"%2F688cc59db89c599f3fb57043","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Luggage and disabled people carrying vehicle inside international airport terminal parked no people","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A video shared online shows a \u003ca href=\"https://www.iheart.com/content/2025-07-22-man-arrested-for-allegedly-driving-lawnmower-drunk-down-highway/\" target=\"_blank\">drunk\u003c/a> traveler destructively driving an unoccupied golf cart through an \u003ca href=\"https://www.iheart.com/content/2025-07-13-plane-explodes-into-massive-fireball-on-runway/\" target=\"_blank\">airport\u003c/a>, which included driving the electric vehicle onto a moving walkway.\u003c/p>\n\n\u003cp>\u003cstrong>Kevin Sinning\u003c/strong>, 29, of Wyoming, was charged with criminal mischief, disorderly conduct, criminal possession of stolen property, criminal nuisance and grand larceny in relation to the incident New York's Buffalo Niagara International Airport, \u003ca href=\"https://nypost.com/2025/08/01/us-news/drunk-wyoming-traveler-kevin-sinning-steals-golf-cart-goes-on-destructive-joyride-at-buffalo-niagara-international-airport-police/\" target=\"_blank\">\u003cem>the New York Post\u003c/em>\u003c/a> reports. A video recorded by a witness showed the cart breaking the glass paneling of the moving walkway as airport staff pleaded with Sinning to stop.\u003c/p>\n\n\u003cp>Sinning, who was described as being "visibly intoxicated" by Niagara Frontier Transportation Authority officials, freed the cart from one side of the walkway before careening towards the end.\u003c/p>\n\n\u003cp>“I think he’s drunk,” one witness was heard saying in the video clip.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40bpro_d%2Fvideo%2F7532255091068374303%3Flang%3Den","@url":"https://www.tiktok.com/@bpro_d/video/7532255091068374303?lang=en","author_name":"bpro_d","author_unique_id":"bpro_d","author_url":"https://www.tiktok.com/@bpro_d","embed_product_id":"7532255091068374303","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@bpro_d/video/7532255091068374303\" data-video-id=\"7532255091068374303\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@bpro_d\" href=\"https://www.tiktok.com/@bpro_d?refer=embed\">@bpro_d\u003c/a> \u003cp>what is the goal here \u003ca title=\"fyp\" target=\"_blank\" href=\"https://www.tiktok.com/tag/fyp?refer=embed\">#fyp\u003c/a> \u003ca title=\"viral\" target=\"_blank\" href=\"https://www.tiktok.com/tag/viral?refer=embed\">#viral\u003c/a> \u003ca title=\"foryou\" target=\"_blank\" href=\"https://www.tiktok.com/tag/foryou?refer=embed\">#foryou\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ Jet2 Advert - ✈️A7-BBH | MAN 🇬🇧\" href=\"https://www.tiktok.com/music/Jet2-Advert-7398162320411429664?refer=embed\">♬ Jet2 Advert - ✈️A7-BBH | MAN 🇬🇧\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1024,"thumbnail_url":"https://p16-pu-sign-useast8.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oESj2LqB0A87mV2iiSwflAI4CiJHvQUALIIjKP~tplv-tiktokx-origin.image?dr=9636&x-expires=1754229600&x-signature=fHtuYx8dQ61MgU7v2XIJpJ%2FmkIM%3D&t=4d5b0474&ps=13740610&shp=b59d6b55&shcp=43f4a2f9&idc=useast5","thumbnail_width":576,"title":"what is the goal here #fyp #viral #foryou ","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@bpro_d/video/7532255091068374303\" data-video-id=\"7532255091068374303\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@bpro_d\" href=\"https://www.tiktok.com/@bpro_d?refer=embed\">@bpro_d\u003c/a> \u003cp>what is the goal here \u003ca title=\"fyp\" target=\"_blank\" href=\"https://www.tiktok.com/tag/fyp?refer=embed\">#fyp\u003c/a> \u003ca title=\"viral\" target=\"_blank\" href=\"https://www.tiktok.com/tag/viral?refer=embed\">#viral\u003c/a> \u003ca title=\"foryou\" target=\"_blank\" href=\"https://www.tiktok.com/tag/foryou?refer=embed\">#foryou\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ Jet2 Advert - ✈️A7-BBH | MAN 🇬🇧\" href=\"https://www.tiktok.com/music/Jet2-Advert-7398162320411429664?refer=embed\">♬ Jet2 Advert - ✈️A7-BBH | MAN 🇬🇧\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@bpro_d/video/7532255091068374303?lang=en"},{"html":"\u003cp>Sinning turned around at the end of the concourse and drove the car through an area where several wet floor signs were placed before driving toward the other side of the conveyor belt.\u003c/p>\n\n\u003cp>“Oh s**t he’s going down the other one,” a person was heard shouting.\u003c/p>\n\n\u003cp>Sinning forced the cart into the opening and drove down the aisle, which resulted in even more destruction as employees continued as employees continued to plead for him to stop.\u003c/p>\n\n\u003cp>“You can tell something was not right with him,” said \u003cstrong>Tom Brennon\u003c/strong>, who witnessed the incident, via \u003ca href=\"https://youtu.be/93_JS8mSRmk?si=1e65S-H1CoUanom2\" target=\"_blank\">\u003cem>WGRZ\u003c/em>\u003c/a>. “He was not responding to demands and the people telling him to stop and they had it all. He was totally disregarding the people around him.”\u003c/p>\n\n\u003cp>The cart continued to bounce as it drove through the narrow walkway and a haze appeared to fill the building as its left side tires rode the low rail of the machine. Sinning is accused of causing extensive damage to the walkway, glass panels and the cart during the incident, according to the Niagara Frontier Transportation Authority.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport/","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/airport","keywords/golf cart","keywords/Sinning","keywords/walkway","keywords/Video","keywords/cart","keywords/traveler","keywords/video","keywords/vehicle","keywords/Tom Brennon","keywords/witness"],"permalink":"https://khow.iheart.com/content/2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport/","primary_image":{"bucket":"new_assets","id":"%2F688cc59db89c599f3fb57043"},"primary_target":{"categories":["categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1754056560000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport","social_title":"","summary":"A video shared online shows a drunk traveler destructively driving an unoccupied golf cart through an airport.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Video Shows Drunk Traveler Driving Golf Cart Through Airport"},"slug":"2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cc59db89c599f3fb57043","title":"Video Shows Drunk Traveler Driving Golf Cart Through Airport","description":"A video shared online shows a drunk traveler destructively driving an unoccupied golf cart through an airport.","author":"Jason Hall"},"pub_start":1754056560000,"pub_until":4115978604802,"pub_changed":1754056927149,"subscription":[{"tags":["categories/national-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cc512b89c599f3fb57038","slug:2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport","slug:2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport","keyword:keywords/airport","keyword:keywords/golf cart","keyword:keywords/Sinning","keyword:keywords/walkway","keyword:keywords/Video","keyword:keywords/cart","keyword:keywords/traveler","keyword:keywords/video","keyword:keywords/vehicle","keyword:keywords/Tom Brennon","keyword:keywords/witness","author:user"]}},{"id":"%2F688cbfa873bef47acd186b83","type":"PUBLISHING","record":{"ref_id":"%2F688cbfa873bef47acd186b83","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6c50e5e4-d23a-42ea-a4fe-352ef37c4860","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F688cc0f573bef47acd186b8e","new_tab":false,"schedule":{},"source_credit":"Miami Police Department","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A celebrity hairstylist was arrested on accusations of preying on a \u003ca href=\"https://www.iheart.com/content/2024-06-05-married-tv-anchor-resigns-after-sexting-vigilantes-posing-as-15-year-old/\" target=\"_blank\">15-year-old\u003c/a> client at a luxury Miami salon on Wednesday (July 30), \u003ca href=\"https://www.local10.com/news/local/2025/07/31/celebrity-hair-colorist-accused-of-sexually-preying-on-a-minor-in-miami-dade/\" target=\"_blank\">\u003cem>Local 10 News\u003c/em>\u003c/a> reports.\u003c/p>\n\n\u003cp>\u003cstrong>Ryan Pearl\u003c/strong>, 37, a hair colorist and Redken brand ambassador, was charged with cocaine possession, contributing tot he delinquency of a child, using a computer to seduce a child into engaging in sexual conduct, traveling to meet a child after using a computer to lure them, and two counts of transmitting harmful content to a minor electronically. Miami Police began investigating Pearl after the victim's mother discovered money deposits made in her daughter's Apple Wallet account, at which point she found "alarming" texts exchanged between Pearl and the victim.\u003c/p>\n\n\u003cp>“During controlled conversations, Pearl made sexual remarks and sent explicit photographs, fully aware he was communicating with a minor,” a detective’s arrest report obtained by \u003cem>Local 10 News\u003c/em> states.\u003c/p>\n\n\u003cp>Pearl began communicating with the victim two years ago, when she was a 13-year-old client.\u003c/p>\n\n\u003cp>“I was furious, I was very upset. I couldn’t believe someone that has a reputation, and works in a very luxury hair salon was capable of doing this,” the victim’s mother said via \u003cem>Local 10 News\u003c/em>.\u003c/p>\n\n\u003cp>Police took the phone and an undercover detective texted Pearl, who allegedly sent a nude photo from his couch, \u003ca href=\"https://www.cbsnews.com/miami/news/celebrity-hair-stylist-ryan-pearl-arrested-miami-trying-lure-child-police/\" target=\"_blank\">\u003cem>CBS Miami\u003c/em>\u003c/a> reports.\u003c/p>\n\n\u003cp>“I am very shy please don’t, do U care that I am 15? How old R U? Explain things to me, I only know things from my friends when they talk,” the undercover detective texted back to Pearl after receiving the photo.\u003c/p>\n\n\u003cp>Pearl was allegedly found with pink cocaine, condoms and vaping devices at the time of his arrest and booked into the Turner Guilford Knight Correctional Center Thursday (July 31) morning. The hairstylist's past celebrity clients include \u003cstrong>Hailey Bieber\u003c/strong>, \u003ca href=\"https://www.iheart.com/content/2025-07-03-julio-cesar-chaves-jr-arrested-by-ice-days-after-jake-paul-fight/\" target=\"_blank\">\u003cstrong>Jake Paul\u003c/strong>\u003c/a> and \u003cstrong>Sophie Turner\u003c/strong>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old/","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/ryan Pearl","keywords/Pearl","keywords/mother","keywords/celebrity hairstylist","keywords/client","keywords/salon","keywords/victim","keywords/accusations"],"permalink":"https://khow.iheart.com/content/2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old/","primary_image":{"bucket":"new_assets","id":"%2F688cc0f573bef47acd186b8e"},"primary_target":{"categories":["categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1754055420000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old","social_title":"","summary":"A celebrity hairstylist was arrested on accusations of preying on a 15-year-old client.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Celeb Hairstylist Ryan Pearl Arrested For Sexually Preying On 15-Year-Old"},"slug":"2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cc0f573bef47acd186b8e","title":"Celeb Hairstylist Ryan Pearl Arrested For Sexually Preying On 15-Year-Old","description":"A celebrity hairstylist was arrested on accusations of preying on a 15-year-old client.","author":"Jason Hall"},"pub_start":1754055420000,"pub_until":4115978604802,"pub_changed":1754055802025,"subscription":[{"tags":["categories/national-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cbfa873bef47acd186b83","slug:2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old","slug:2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old","keyword:keywords/ryan Pearl","keyword:keywords/Pearl","keyword:keywords/mother","keyword:keywords/celebrity hairstylist","keyword:keywords/client","keyword:keywords/salon","keyword:keywords/victim","keyword:keywords/accusations","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"beE6F","region":"main:dynamic","type":"feed","ordinal":13,"value":{"feed_id":"ID:weekly-widget-feed","feed_index":3,"size":10,"title":""},"tags":["display-hints/cume"],"schedule":null,"feed":{"results":[],"resume":null}},{"id":"Vj1NU","region":"main:dynamic","type":"podcasts","ordinal":14,"value":{"shows":[{"ref":"config://field/general.default_podcasts","scope":null,"type":"VAR"}]},"tags":[],"schedule":null,"podcasts":["49108867","20710606","166438128","30500024"]},{"id":"fvUic","region":"main:dynamic","type":"feed","ordinal":19,"value":{"ad_split":50,"feed_id":"ID:sports-news-feed","feed_index":1,"link":null,"position":null,"size":1,"title":"Sports"},"tags":["display-hints/feed-date-stamp","display-hints/horizontal"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688d15da924f4f602e30f8f3","type":"PUBLISHING","record":{"ref_id":"%2F688d15da924f4f602e30f8f3","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1157-the-season-with-peter-sch-103089479%2F","@url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","author_name":"The Season with Peter Schrager","author_url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2YzMzFiYjZmLWNkYTgtNDYyNy1iODJiLWFmMmEwMTUzODZlNi9pbWFnZS5qcGc_dD0xNzUwNDM0OTQ4JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Season with Peter Schrager","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"KANSAS CITY, MO - JANUARY 21: A view of a football with the NFL logo before an AFC divisional playoff game between the Jacksonville Jaguars and Kansas City Chiefs on January 21, 2023 at GEHA Field at Arrowhead Stadium in Kansas City, MO. (Photo by Scott W","id":"%2F63e17c1750981945cfbf00db","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"NFL: JAN 21 AFC Divisional Playoffs - Jaguars at Chiefs","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The \u003ca href=\"https://www.iheart.com/content/2025-07-29-roger-goodell-breaks-silence-on-shooting-at-nfl-headquarters/\" target=\"_blank\">NFL\u003c/a> and \u003ca href=\"https://www.iheart.com/content/2025-07-31-shannon-sharpe-breaks-silence-after-espn-firing/\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a> have reportedly reached an agreement on a massive media deal worth "billions," in which the network will control much of NFL media and the league will have equity in \u003cem>ESPN\u003c/em>, \u003ca href=\"https://www.nytimes.com/athletic/6530655/2025/08/01/nfl-espn-media-deal-tv-broadcast/\" target=\"_blank\">\u003cem>the Athletic\u003c/em>\u003c/a>\u003ca href=\"https://www.nytimes.com/athletic/6530655/2025/08/01/nfl-espn-media-deal-tv-broadcast/\" target=\"_blank\">'s \u003c/a>\u003ca href=\"https://www.nytimes.com/athletic/6530655/2025/08/01/nfl-espn-media-deal-tv-broadcast/\" target=\"_blank\">\u003cstrong>Andrew Marchand\u003c/strong>\u003c/a> reported on Friday (August 1).\u003c/p>\n\n\u003cp>\u003cem>ESPN\u003c/em> is reportedly expected to merge with \u003cem>NFL RedZone\u003c/em>, \u003cem>NFL Network\u003c/em> and the league's fantasy football business, while also broadcasting seven additional regular-season games, while the NFL will own 10% of the network. The deal, which is pending regulatory approval, will also reportedly improve \u003cem>NFL Network\u003c/em>'s programming.\u003c/p>\n\n\u003cp>The deal will reportedly go into effect next season, which will happen ahead of \u003cem>ESPN\u003c/em> hosting its first Super Bowl -- also airing on \u003cem>ABC\u003c/em>, a fellow Walt Disney Company property -- after the 2026-27 season. \u003cem>ESPN\u003c/em> is already set to launch its direct-to-consumer service in the coming weeks, which it has marketed as the 'Next Era' at a monthly price of $29.99, while those who already have \u003cem>ESPN\u003c/em> access through cable or satellite services will also have access to the app.\u003c/p>\n\n\u003cp>\u003cem>ESPN\u003c/em> reportedly had various discussions with professional sports leagues but the NFL was long suspected to be its top target given their close working relationship and the league's consistent success. \u003cem>ESPN\u003c/em> was already paying the NFL $2.7 billion annually for broadcasting rights to Super Bowls in 2027 and 2031.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-nfl-major-network-reach-massive-media-equity-deal-report/","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/NFL","keywords/media deal","keywords/network","keywords/report","keywords/ESPN","keywords/agreement","keywords/media"],"permalink":"https://khow.iheart.com/content/2025-08-01-nfl-major-network-reach-massive-media-equity-deal-report/","primary_image":{"bucket":"new_assets","id":"%2F63e17c1750981945cfbf00db"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1754076900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-nfl-major-network-reach-massive-media-equity-deal-report","social_title":"","summary":"The NFL and a major network have reportedly reached a massive media and equity deal.","targets":[{"categories":["syndications/news"],"distribution":[]}],"title":"NFL, Major Network Reach Massive Media, Equity Deal: Report"},"slug":"2025-08-01-nfl-major-network-reach-massive-media-equity-deal-report","summary":{"image":"https://i.iheart.com/v3/re/new_assets/63e17c1750981945cfbf00db","title":"NFL, Major Network Reach Massive Media, Equity Deal: Report","description":"The NFL and a major network have reportedly reached a massive media and equity deal.","author":"Jason Hall"},"pub_start":1754076900000,"pub_until":4115978604802,"pub_changed":1754079841503,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d15da924f4f602e30f8f3","slug:2025-08-01-nfl-major-network-reach-massive-media-equity-deal-report","slug:2025-08-01-nfl-major-network-reach-massive-media-equity-deal-report","keyword:keywords/NFL","keyword:keywords/media deal","keyword:keywords/network","keyword:keywords/report","keyword:keywords/ESPN","keyword:keywords/agreement","keyword:keywords/media","author:user"]}}],"resume":{"id":"ID:sports-news-feed","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImJxaUk1IjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"fO6Qt","region":"main:dynamic","type":"feed","ordinal":20,"value":{"ad_split":50,"feed_id":"ID:sports-news-feed","feed_index":2,"link":null,"position":null,"size":5,"title":null},"tags":["display-hints/xxsmall","display-hints/feed-date-stamp","display-hints/feed-load-more"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688d04ac274132b8c9e00710","type":"PUBLISHING","record":{"ref_id":"%2F688d04ac274132b8c9e00710","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"9295328f-acc4-47f0-9c64-78086a0528df","revision_id":"AAAAAAAAAAAAAAAAAAAAAQ=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1157-the-season-with-peter-sch-103089479%2F","@url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","author_name":"The Season with Peter Schrager","author_url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2YzMzFiYjZmLWNkYTgtNDYyNy1iODJiLWFmMmEwMTUzODZlNi9pbWFnZS5qcGc_dD0xNzUwNDM0OTQ4JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Season with Peter Schrager","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"ARLINGTON, TEXAS - SEPTEMBER 22: Dallas Cowboys linebacker Micah Parsons #11 walks on the field before the game against the Baltimore Ravens at AT&T Stadium on September 22, 2024 in Arlington, Texas. (Photo by Sam Hodde/Getty Images)","id":"%2F66f6f2dd0b1eb7365ccb037c","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Baltimore Ravens v Dallas Cowboys","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-06-cowboys-texans-make-large-donations-to-texas-flood-relief/\" target=\"_blank\">Dallas Cowboys\u003c/a> defensive end \u003ca href=\"https://www.iheart.com/content/2025-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report/\" target=\"_blank\">\u003cstrong>Micah Parsons\u003c/strong>\u003c/a> publicly requested a trade, sharing a lengthy statement on his social media accounts Friday (August 1).\u003c/p>\n\n\u003cp>"Yes I wanted to be here," Parson wrote. "I did everything I could to show that I wanted to be a Cowboys and wear the star on my helmet. I wanted to play in front of the best fans in sports and make this Americas team once again. The team my pops and I grew up cheering for way up in Harrisburg, PA. Unfortunately I no longer want to be here. I no longer want to be held to close door negotiations without my agent present. I no longer want shots taken at me for getting injured while laying it on the line for the organization our fans and my teammates. I no longer want narratives created and spread to the media about me. I had purposely stayed quiet in hopes of getting something done."\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%2FMicahhParsons11%2Fstatus%2F1951346210067095890","@url":"https://x.com/MicahhParsons11/status/1951346210067095890","author_name":"Micah Parsons","author_url":"https://twitter.com/MicahhParsons11","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Thank you Dallas 🦁👑 🙏🏾! I \u003ca href=\"https://t.co/EUnEj9uRUt\">pic.twitter.com/EUnEj9uRUt\u003c/a>\u003c/p>— Micah Parsons (@MicahhParsons11) \u003ca href=\"https://twitter.com/MicahhParsons11/status/1951346210067095890?ref_src=twsrc%5Etfw\">August 1, 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/MicahhParsons11/status/1951346210067095890","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Thank you Dallas 🦁👑 🙏🏾! I \u003ca href=\"https://t.co/EUnEj9uRUt\">pic.twitter.com/EUnEj9uRUt\u003c/a>\u003c/p>— Micah Parsons (@MicahhParsons11) \u003ca href=\"https://twitter.com/MicahhParsons11/status/1951346210067095890?ref_src=twsrc%5Etfw\">August 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/MicahhParsons11/status/1951346210067095890"},{"html":"\u003cp>Parsons' confirmation came hours after \u003ca href=\"https://www.nytimes.com/athletic/6530081/2025/08/01/micah-parsons-jerry-jones-contract-negotiation/\" target=\"_blank\">\u003cem>the Athletic\u003c/em>\u003c/a>\u003ca href=\"https://www.nytimes.com/athletic/6530081/2025/08/01/micah-parsons-jerry-jones-contract-negotiation/\" target=\"_blank\">'s \u003c/a>\u003ca href=\"https://www.nytimes.com/athletic/6530081/2025/08/01/micah-parsons-jerry-jones-contract-negotiation/\" target=\"_blank\">\u003cstrong>Dianna Russini\u003c/strong>\u003c/a> reported that Parsons' relationship with the Cowboys had "deteriorated" among ongoing contract negotiations to the point that he's considering a trade request or even "severing his relationship with the team."\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%2FDMRussini%2Fstatus%2F1951292871417483410","@url":"https://x.com/DMRussini/status/1951292871417483410","author_name":"Dianna Russini","author_url":"https://twitter.com/DMRussini","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">BREAKING: The Micah Parsons-Cowboys relationship has deteriorated to the point where the star pass rusher is considering drastic measures which could include a trade request or even a declaration that he is severing his relationship with the team, per multiple league sources… \u003ca href=\"https://t.co/7Yujmv4JQ2\">pic.twitter.com/7Yujmv4JQ2\u003c/a>\u003c/p>— Dianna Russini (@DMRussini) \u003ca href=\"https://twitter.com/DMRussini/status/1951292871417483410?ref_src=twsrc%5Etfw\">August 1, 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/DMRussini/status/1951292871417483410","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">BREAKING: The Micah Parsons-Cowboys relationship has deteriorated to the point where the star pass rusher is considering drastic measures which could include a trade request or even a declaration that he is severing his relationship with the team, per multiple league sources… \u003ca href=\"https://t.co/7Yujmv4JQ2\">pic.twitter.com/7Yujmv4JQ2\u003c/a>\u003c/p>— Dianna Russini (@DMRussini) \u003ca href=\"https://twitter.com/DMRussini/status/1951292871417483410?ref_src=twsrc%5Etfw\">August 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/DMRussini/status/1951292871417483410"},{"html":"\u003cp>"BREAKING: The Micah Parsons-Cowboys relationship has deteriorated to the point where the star pass rusher is considering drastic measures which could include a trade request or even a declaration that he is severing his relationship with the team, per multiple league sources familiar with the situation. The two sides remain far apart heading into the second week of training camp, and are not currently negotiating," Russini wrote on her X account.\u003c/p>\n\n\u003cp>Several Cowboys teammates appeared to support Parsons amid his reported rift with the team's front office, with safety \u003cstrong>Juanyeh Thomas\u003c/strong> and \u003cstrong>Demarvion Overshown\u003c/strong> changing their X profile pictures to include Parsons.\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%2FAGENT0__%2Fstatus%2F1951316288438935720%3Fref_src%3Dtwsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1951316288438935720%257Ctwgr%255E39d8a4a478d5e23429e5bdb8adacfa60028af5f7%257Ctwcon%255Es1_%26ref_url%3Dhttps%253A%252F%252Fwww.si.com%252Fnfl%252Fcowboys%252Fnews%252Fdallas-cowboys-stars-continue-rallying-behind-micah-parsons-amid-contract-fiasco","@url":"https://x.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1951316288438935720%7Ctwgr%5E39d8a4a478d5e23429e5bdb8adacfa60028af5f7%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwww.si.com%2Fnfl%2Fcowboys%2Fnews%2Fdallas-cowboys-stars-continue-rallying-behind-micah-parsons-amid-contract-fiasco","author_name":"DeMarvion Overshown","author_url":"https://twitter.com/AGENT0__","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"qme\" dir=\"ltr\">\u003ca href=\"https://twitter.com/hashtag/NewProfilePic?src=hash&ref_src=twsrc%5Etfw\">#NewProfilePic\u003c/a> \u003ca href=\"https://t.co/gyr1njkHuU\">pic.twitter.com/gyr1njkHuU\u003c/a>\u003c/p>— DeMarvion Overshown (@AGENT0__) \u003ca href=\"https://twitter.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw\">August 1, 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/AGENT0__/status/1951316288438935720","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"qme\" dir=\"ltr\">\u003ca href=\"https://twitter.com/hashtag/NewProfilePic?src=hash&ref_src=twsrc%5Etfw\">#NewProfilePic\u003c/a> \u003ca href=\"https://t.co/gyr1njkHuU\">pic.twitter.com/gyr1njkHuU\u003c/a>\u003c/p>— DeMarvion Overshown (@AGENT0__) \u003ca href=\"https://twitter.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw\">August 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1951316288438935720%7Ctwgr%5E39d8a4a478d5e23429e5bdb8adacfa60028af5f7%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwww.si.com%2Fnfl%2Fcowboys%2Fnews%2Fdallas-cowboys-stars-continue-rallying-behind-micah-parsons-amid-contract-fiasco"},{"html":"\u003cp>Several Cowboys fans were heard yelling "Pay Micah" when team owner and general manager \u003ca href=\"https://www.iheart.com/content/2024-11-19-jerry-jones-addresses-mike-mccarthys-status/\" target=\"_blank\">\u003cstrong>Jerry Jones\u003c/strong>\u003c/a> at training camp last weekend amid their ongoing contract dispute, referencing a similar situation with wide receiver \u003ca href=\"https://www.iheart.com/content/2024-08-26-cowboys-ceedee-lamb-agree-to-historic-new-deal/\" target=\"_blank\">\u003cstrong>CeeDee Lamb\u003c/strong>\u003c/a>'s contract dispute last offseason.\u003c/p>\n\n\u003cp>"I heard it light, but not compared to how I heard them say, 'Pay Lamb [last year],'" Jones said last Sunday (July 26). "That was a faint little sound compared to the way they were hollering last year, 'Pay Lamb.' ... Whoever's not in, you can count on a few hollering that. But it was a big loud chant last year on Lamb."\u003c/p>\n\n\u003cp>The Cowboys exercised the fifth-year option on Parsons' rookie contract, which is set to expire after the 2025 season. The former Penn State standout, winning the 2021 Defensive Player of the Year award and has been selected as an All-Pro and Pro Bowler during each of his first three NFL seasons.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-micah-parsons-requests-trade/","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/Micah Parsons","keywords/trade","keywords/Dallas Cowboys","keywords/statement","keywords/social media accounts","keywords/NFL","keywords/football"],"permalink":"https://khow.iheart.com/content/2025-08-01-micah-parsons-requests-trade/","primary_image":{"bucket":"new_assets","id":"%2F66f6f2dd0b1eb7365ccb037c"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1754072040000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-micah-parsons-requests-trade","social_title":"","summary":"Dallas Cowboys defensive end Micah Parsons publicly requested a trade.","targets":[{"categories":["syndications/content"],"distribution":["markets/DALLAS-TX"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Micah Parsons Requests Trade"},"slug":"2025-08-01-micah-parsons-requests-trade","summary":{"image":"https://i.iheart.com/v3/re/new_assets/66f6f2dd0b1eb7365ccb037c","title":"Micah Parsons Requests Trade","description":"Dallas Cowboys defensive end Micah Parsons publicly requested a trade.","author":"Jason Hall"},"pub_start":1754072040000,"pub_until":4115978604802,"pub_changed":1754072823307,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/content","markets/DALLAS-TX"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d04ac274132b8c9e00710","slug:2025-08-01-micah-parsons-requests-trade","slug:2025-08-01-micah-parsons-requests-trade","keyword:keywords/Micah Parsons","keyword:keywords/trade","keyword:keywords/Dallas Cowboys","keyword:keywords/statement","keyword:keywords/social media accounts","keyword:keywords/NFL","keyword:keywords/football","author:user"]}},{"id":"%2F688cff1116259b42ba9118fe","type":"PUBLISHING","record":{"ref_id":"%2F688cff1116259b42ba9118fe","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"27405d50-5407-46c7-9fc1-9baa92ceb26f","revision_id":"AAAAAAAAAAAAAAAAAAAAAw=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1157-the-season-with-peter-sch-103089479%2F","@url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","author_name":"The Season with Peter Schrager","author_url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2YzMzFiYjZmLWNkYTgtNDYyNy1iODJiLWFmMmEwMTUzODZlNi9pbWFnZS5qcGc_dD0xNzUwNDM0OTQ4JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Season with Peter Schrager","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PHILADELPHIA, PENNSYLVANIA - DECEMBER 29: Micah Parsons #11 of the Dallas Cowboys warms up before a game against the Philadelphia Eagles at Lincoln Financial Field on December 29, 2024 in Philadelphia, Pennsylvania. (Photo by Emilee Chinn/Getty Images)","id":"%2F688cd348d77381cd1fb3e84a","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Dallas Cowboys v Philadelphia Eagles","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The \u003ca href=\"https://www.iheart.com/content/2025-07-06-cowboys-texans-make-large-donations-to-texas-flood-relief/\" target=\"_blank\">Dallas Cowboys\u003c/a>' relationship with star defensive end \u003ca href=\"https://www.iheart.com/content/2024-10-04-micah-parsons-injury-status-determined/\" target=\"_blank\">\u003cstrong>Micah Parsons\u003c/strong>\u003c/a> has reportedly "deteriorated" among ongoing contract negotiations to the point that he's considering a trade request or even "severing his relationship with the team," \u003ca href=\"https://www.nytimes.com/athletic/6530081/2025/08/01/micah-parsons-jerry-jones-contract-negotiation/\" target=\"_blank\">\u003cem>the Athletic\u003c/em>\u003c/a>\u003ca href=\"https://www.nytimes.com/athletic/6530081/2025/08/01/micah-parsons-jerry-jones-contract-negotiation/\" target=\"_blank\">'s \u003c/a>\u003ca href=\"https://www.nytimes.com/athletic/6530081/2025/08/01/micah-parsons-jerry-jones-contract-negotiation/\" target=\"_blank\">\u003cstrong>Dianna Russini\u003c/strong>\u003c/a> reported on Friday (August 1), citing multiple sources.\u003c/p>\n\n\u003cp>"BREAKING: The Micah Parsons-Cowboys relationship has deteriorated to the point where the star pass rusher is considering drastic measures which could include a trade request or even a declaration that he is severing his relationship with the team, per multiple league sources familiar with the situation. The two sides remain far apart heading into the second week of training camp, and are not currently negotiating," Russini wrote on her X account.\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%2FDMRussini%2Fstatus%2F1951292871417483410","@url":"https://x.com/DMRussini/status/1951292871417483410","author_name":"Dianna Russini","author_url":"https://twitter.com/DMRussini","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">BREAKING: The Micah Parsons-Cowboys relationship has deteriorated to the point where the star pass rusher is considering drastic measures which could include a trade request or even a declaration that he is severing his relationship with the team, per multiple league sources… \u003ca href=\"https://t.co/7Yujmv4JQ2\">pic.twitter.com/7Yujmv4JQ2\u003c/a>\u003c/p>— Dianna Russini (@DMRussini) \u003ca href=\"https://twitter.com/DMRussini/status/1951292871417483410?ref_src=twsrc%5Etfw\">August 1, 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/DMRussini/status/1951292871417483410","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">BREAKING: The Micah Parsons-Cowboys relationship has deteriorated to the point where the star pass rusher is considering drastic measures which could include a trade request or even a declaration that he is severing his relationship with the team, per multiple league sources… \u003ca href=\"https://t.co/7Yujmv4JQ2\">pic.twitter.com/7Yujmv4JQ2\u003c/a>\u003c/p>— Dianna Russini (@DMRussini) \u003ca href=\"https://twitter.com/DMRussini/status/1951292871417483410?ref_src=twsrc%5Etfw\">August 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/DMRussini/status/1951292871417483410"},{"html":"\u003cp>Additionally, Parsons shared a gif from the film \u003cem>Bad Boys: Ride or Die\u003c/em> with \u003ca href=\"https://www.iheart.com/artist/will-smith-36637/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"36637\" data-catalog-related-id=\"\">\u003cstrong>Will Smith\u003c/strong>\u003c/a> saying "one last time" before bumping fists with \u003ca href=\"https://www.iheart.com/artist/martin-lawrence-58998/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"58998\" data-catalog-related-id=\"\">\u003cstrong>Martin Lawrence\u003c/strong>\u003c/a>.\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%2FMicahhParsons11%2Fstatus%2F1951128632249688086%3Fref_src%3Dtwsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1951128632249688086%257Ctwgr%255Ed5ed1398b939c5807a314ccb247c087e8d1e58bb%257Ctwcon%255Es1_%26ref_url%3Dhttps%253A%252F%252Fsports.yahoo.com%252Fnfl%252Fbreaking-news%252Farticle%252Fmicah-parsons-contract-dispute-cowboys-star-posts-one-last-time-gif-amid-growing-frustrations-with-team-153357995.html","@url":"https://x.com/MicahhParsons11/status/1951128632249688086?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1951128632249688086%7Ctwgr%5Ed5ed1398b939c5807a314ccb247c087e8d1e58bb%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fsports.yahoo.com%2Fnfl%2Fbreaking-news%2Farticle%2Fmicah-parsons-contract-dispute-cowboys-star-posts-one-last-time-gif-amid-growing-frustrations-with-team-153357995.html","author_name":"Micah Parsons","author_url":"https://twitter.com/MicahhParsons11","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"zxx\" dir=\"ltr\">\u003ca href=\"https://t.co/hba9RPG9IR\">https://t.co/hba9RPG9IR\u003c/a> \u003ca href=\"https://t.co/dfXnZfBkK4\">pic.twitter.com/dfXnZfBkK4\u003c/a>\u003c/p>— Micah Parsons (@MicahhParsons11) \u003ca href=\"https://twitter.com/MicahhParsons11/status/1951128632249688086?ref_src=twsrc%5Etfw\">August 1, 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/MicahhParsons11/status/1951128632249688086","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"zxx\" dir=\"ltr\">\u003ca href=\"https://t.co/hba9RPG9IR\">https://t.co/hba9RPG9IR\u003c/a> \u003ca href=\"https://t.co/dfXnZfBkK4\">pic.twitter.com/dfXnZfBkK4\u003c/a>\u003c/p>— Micah Parsons (@MicahhParsons11) \u003ca href=\"https://twitter.com/MicahhParsons11/status/1951128632249688086?ref_src=twsrc%5Etfw\">August 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/MicahhParsons11/status/1951128632249688086?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1951128632249688086%7Ctwgr%5Ed5ed1398b939c5807a314ccb247c087e8d1e58bb%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fsports.yahoo.com%2Fnfl%2Fbreaking-news%2Farticle%2Fmicah-parsons-contract-dispute-cowboys-star-posts-one-last-time-gif-amid-growing-frustrations-with-team-153357995.html"},{"html":"\u003cp>Several Cowboys teammates appeared to support Parsons amid his reported rift with the team's front office, with safety \u003cstrong>Juanyeh Thomas\u003c/strong> and \u003cstrong>Demarvion Overshown\u003c/strong> changing their X profile pictures to include Parsons.\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%2FAGENT0__%2Fstatus%2F1951316288438935720%3Fref_src%3Dtwsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1951316288438935720%257Ctwgr%255E39d8a4a478d5e23429e5bdb8adacfa60028af5f7%257Ctwcon%255Es1_%26ref_url%3Dhttps%253A%252F%252Fwww.si.com%252Fnfl%252Fcowboys%252Fnews%252Fdallas-cowboys-stars-continue-rallying-behind-micah-parsons-amid-contract-fiasco","@url":"https://x.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1951316288438935720%7Ctwgr%5E39d8a4a478d5e23429e5bdb8adacfa60028af5f7%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwww.si.com%2Fnfl%2Fcowboys%2Fnews%2Fdallas-cowboys-stars-continue-rallying-behind-micah-parsons-amid-contract-fiasco","author_name":"DeMarvion Overshown","author_url":"https://twitter.com/AGENT0__","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"qme\" dir=\"ltr\">\u003ca href=\"https://twitter.com/hashtag/NewProfilePic?src=hash&ref_src=twsrc%5Etfw\">#NewProfilePic\u003c/a> \u003ca href=\"https://t.co/gyr1njkHuU\">pic.twitter.com/gyr1njkHuU\u003c/a>\u003c/p>— DeMarvion Overshown (@AGENT0__) \u003ca href=\"https://twitter.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw\">August 1, 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/AGENT0__/status/1951316288438935720","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"qme\" dir=\"ltr\">\u003ca href=\"https://twitter.com/hashtag/NewProfilePic?src=hash&ref_src=twsrc%5Etfw\">#NewProfilePic\u003c/a> \u003ca href=\"https://t.co/gyr1njkHuU\">pic.twitter.com/gyr1njkHuU\u003c/a>\u003c/p>— DeMarvion Overshown (@AGENT0__) \u003ca href=\"https://twitter.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw\">August 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1951316288438935720%7Ctwgr%5E39d8a4a478d5e23429e5bdb8adacfa60028af5f7%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwww.si.com%2Fnfl%2Fcowboys%2Fnews%2Fdallas-cowboys-stars-continue-rallying-behind-micah-parsons-amid-contract-fiasco"},{"html":"\u003cp>Several Cowboys fans were heard yelling "Pay Micah" when team owner and general manager \u003ca href=\"https://www.iheart.com/content/2024-11-19-jerry-jones-addresses-mike-mccarthys-status/\" target=\"_blank\">\u003cstrong>Jerry Jones\u003c/strong>\u003c/a> at training camp last weekend amid their ongoing contract dispute, referencing a similar situation with wide receiver \u003ca href=\"https://www.iheart.com/content/2024-08-26-cowboys-ceedee-lamb-agree-to-historic-new-deal/\" target=\"_blank\">\u003cstrong>CeeDee Lamb\u003c/strong>\u003c/a>'s contract dispute last offseason.\u003c/p>\n\n\u003cp>"I heard it light, but not compared to how I heard them say, 'Pay Lamb [last year],'" Jones said last Sunday (July 26). "That was a faint little sound compared to the way they were hollering last year, 'Pay Lamb.' ... Whoever's not in, you can count on a few hollering that. But it was a big loud chant last year on Lamb."\u003c/p>\n\n\u003cp>The Cowboys exercised the fifth-year option on Parsons' rookie contract, which is set to expire after the 2025 season. The former Penn State standout, winning the 2021 Defensive Player of the Year award and has been selected as an All-Pro and Pro Bowler during each of his first three NFL seasons.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report/","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/Micah Parsons","keywords/relationship","keywords/measures","keywords/report","keywords/Dianna Russini","keywords/Dallas Cowboys","keywords/point","keywords/star pass rusher","keywords/NFL","keywords/football"],"permalink":"https://khow.iheart.com/content/2025-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report/","primary_image":{"bucket":"new_assets","id":"%2F688cd348d77381cd1fb3e84a"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1754070540000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report","social_title":"","summary":"The Dallas Cowboys' relationship with star defensive end Micah Parsons has reportedly 'deteriorated.'","targets":[{"categories":["syndications/content"],"distribution":["markets/DALLAS-TX"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Micah Parsons' Relationship With Cowboys 'Has Deteriorated': Report"},"slug":"2025-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cd348d77381cd1fb3e84a","title":"Micah Parsons' Relationship With Cowboys 'Has Deteriorated': Report","description":"The Dallas Cowboys' relationship with star defensive end Micah Parsons has reportedly 'deteriorated.'","author":"Jason Hall"},"pub_start":1754070540000,"pub_until":4115978604802,"pub_changed":1754071987007,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/content","markets/DALLAS-TX"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cff1116259b42ba9118fe","slug:2025-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report","slug:2025-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report","keyword:keywords/Micah Parsons","keyword:keywords/relationship","keyword:keywords/measures","keyword:keywords/report","keyword:keywords/Dianna Russini","keyword:keywords/Dallas Cowboys","keyword:keywords/point","keyword:keywords/star pass rusher","keyword:keywords/NFL","keyword:keywords/football","author:user"]}},{"id":"%2F688bfa0746a275ce1c3d4360","type":"PUBLISHING","record":{"ref_id":"%2F688bfa0746a275ce1c3d4360","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d4683bff-df3d-4679-b1d3-bac2e2db4ff5","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1157-the-season-with-peter-sch-103089479%2F","@url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","author_name":"The Season with Peter Schrager","author_url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2YzMzFiYjZmLWNkYTgtNDYyNy1iODJiLWFmMmEwMTUzODZlNi9pbWFnZS5qcGc_dD0xNzUwNDM0OTQ4JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Season with Peter Schrager","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"DETROIT, MICHIGAN - JANUARY 18: Terry McLaurin #17 of the Washington Commanders looks on during warmups prior to playing the Detroit Lions during the NFC Divisional Playoff at Ford Field on January 18, 2025 in Detroit, Michigan. (Photo by Nic Antaya/Gett","id":"%2F687686a1a8c4b2c20e6003dc","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"NFC Divisional Playoffs: Washington Commanders v Detroit Lions","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2024-12-30-watch-commanders-player-proposes-to-girlfriend-after-snf-overtime-win/\" target=\"_blank\">Washington Commanders\u003c/a> All-Pro wide receiver \u003ca href=\"https://www.iheart.com/content/2025-07-15-commanders-all-pro-terry-mclaurin-ive-been-pretty-frustrated/\" target=\"_blank\">\u003cstrong>Terry McLaurin\u003c/strong>\u003c/a> reportedly requested a trade amid stalled negotiations on a new contract, sources with knowledge of the situation confirmed to \u003cem>NFL Network\u003c/em>'s \u003cstrong>Ian Rapoport\u003c/strong> on Thursday (July 31).\u003c/p>\n\n\u003cp>"With negotiations stalled and Terry McLaurin holding in with no progress, the \u003ca href=\"https://x.com/hashtag/Commanders?src=hashtag_click\" target=\"_blank\">#Commanders\u003c/a> WR has requested a trade, sources say," Rapoport wrote on his X account. "It wouldn’t be unprecedented if the \u003ca href=\"https://x.com/hashtag/Commanders?src=hashtag_click\" target=\"_blank\">#Commanders\u003c/a> moved their top WR on a playoff-ready. But close to it."\u003c/p>\n\n\u003cp>McLaurin ended his holdout and reported to training camp on Sunday (July 27) after having already been placed on the reserve/did not report list after missing the Commanders' conditioning test last week. The All-Pro receiver said he's "been pretty frustrated" with offseason contract negotiations while speaking to reporters.\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%2FRapSheet%2Fstatus%2F1951051570134585414","@url":"https://x.com/RapSheet/status/1951051570134585414","author_name":"Ian Rapoport","author_url":"https://twitter.com/RapSheet","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">It wouldn’t be unprecedented if the \u003ca href=\"https://twitter.com/hashtag/Commanders?src=hash&ref_src=twsrc%5Etfw\">#Commanders\u003c/a> moved their top WR on a playoff-ready. But close to it. \u003ca href=\"https://t.co/hIKyltIQBQ\">https://t.co/hIKyltIQBQ\u003c/a>\u003c/p>— Ian Rapoport (@RapSheet) \u003ca href=\"https://twitter.com/RapSheet/status/1951051570134585414?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/RapSheet/status/1951051570134585414","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">It wouldn’t be unprecedented if the \u003ca href=\"https://twitter.com/hashtag/Commanders?src=hash&ref_src=twsrc%5Etfw\">#Commanders\u003c/a> moved their top WR on a playoff-ready. But close to it. \u003ca href=\"https://t.co/hIKyltIQBQ\">https://t.co/hIKyltIQBQ\u003c/a>\u003c/p>— Ian Rapoport (@RapSheet) \u003ca href=\"https://twitter.com/RapSheet/status/1951051570134585414?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/RapSheet/status/1951051570134585414"},{"html":"\u003cp>The All-Pro previously receiver said he's "been pretty frustrated" with offseason contract negotiations while speaking to reporters.\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%2FJPFinlayNBCS%2Fstatus%2F1948006081571254691","@url":"https://x.com/JPFinlayNBCS/status/1948006081571254691","author_name":"JP Finlay","author_url":"https://twitter.com/JPFinlayNBCS","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Terry McLaurin at yoga this morning in VA. So we know he’s in town. Photo from \u003ca href=\"https://twitter.com/pwhala10?ref_src=twsrc%5Etfw\">@pwhala10\u003c/a> \u003ca href=\"https://t.co/HoAXs0VScw\">pic.twitter.com/HoAXs0VScw\u003c/a>\u003c/p>— JP Finlay (@JPFinlayNBCS) \u003ca href=\"https://twitter.com/JPFinlayNBCS/status/1948006081571254691?ref_src=twsrc%5Etfw\">July 23, 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/JPFinlayNBCS/status/1948006081571254691","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Terry McLaurin at yoga this morning in VA. So we know he’s in town. Photo from \u003ca href=\"https://twitter.com/pwhala10?ref_src=twsrc%5Etfw\">@pwhala10\u003c/a> \u003ca href=\"https://t.co/HoAXs0VScw\">pic.twitter.com/HoAXs0VScw\u003c/a>\u003c/p>— JP Finlay (@JPFinlayNBCS) \u003ca href=\"https://twitter.com/JPFinlayNBCS/status/1948006081571254691?ref_src=twsrc%5Etfw\">July 23, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/JPFinlayNBCS/status/1948006081571254691"},{"html":"\u003cp>"I've been pretty frustrated, not gonna lie. Everything that has transpired up until this point has been disappointing and frustrating. I want to continue my career here, I've created my life here, my wife and I have bought our first home here so this is somewhere I've always wanted to be," McLaurin said via \u003cem>NBC 4 Sports\u003c/em>' \u003cstrong>JP Finlay\u003c/strong>.\u003c/p>\n\n\u003cp>McLaurin, who signed an extension in 2022, is entering the final year of his contract and already sat out of the Commanders' mandatory minicamp before his training camp absence.\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%2FJPFinlayNBCS%2Fstatus%2F1945162791041560877","@url":"https://x.com/JPFinlayNBCS/status/1945162791041560877","author_name":"JP Finlay","author_url":"https://twitter.com/JPFinlayNBCS","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Terry McLaurin- I’m pretty frustrated, not going to lie \u003ca href=\"https://t.co/YdCdP9d6Dk\">pic.twitter.com/YdCdP9d6Dk\u003c/a>\u003c/p>— JP Finlay (@JPFinlayNBCS) \u003ca href=\"https://twitter.com/JPFinlayNBCS/status/1945162791041560877?ref_src=twsrc%5Etfw\">July 15, 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/JPFinlayNBCS/status/1945162791041560877","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Terry McLaurin- I’m pretty frustrated, not going to lie \u003ca href=\"https://t.co/YdCdP9d6Dk\">pic.twitter.com/YdCdP9d6Dk\u003c/a>\u003c/p>— JP Finlay (@JPFinlayNBCS) \u003ca href=\"https://twitter.com/JPFinlayNBCS/status/1945162791041560877?ref_src=twsrc%5Etfw\">July 15, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/JPFinlayNBCS/status/1945162791041560877"},{"html":"\u003cp>McLaurin was a Second-team All-Pro for the first time in his career and a Pro Bowler for the second time in 2024, recording 82 receptions for 1,096 yards and a career-best 13 touchdowns, while the Commanders made the NFC Conference Championship Game for the first time in 33 years and second playoff appearance in McLaurin's first six seasons.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-terry-mclaurin-requests-trade-report/","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/Terry McLaurin","keywords/negotiations","keywords/Ian Rapoport","keywords/Washington Commanders","keywords/NFL","keywords/football","keywords/trade","keywords/request","keywords/trade request","keywords/All-Pro"],"permalink":"https://khow.iheart.com/content/2025-07-31-terry-mclaurin-requests-trade-report/","primary_image":{"bucket":"new_assets","id":"%2F687686a1a8c4b2c20e6003dc"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1754004000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-terry-mclaurin-requests-trade-report","social_title":"","summary":"Washington Commanders All-Pro wide receiver Terry McLaurin reportedly requested a trade","targets":[{"categories":["syndications/content"],"distribution":["markets/WASHINGTON-DC"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Terry McLaurin Requests Trade: Report"},"slug":"2025-07-31-terry-mclaurin-requests-trade-report","summary":{"image":"https://i.iheart.com/v3/re/new_assets/687686a1a8c4b2c20e6003dc","title":"Terry McLaurin Requests Trade: Report","description":"Washington Commanders All-Pro wide receiver Terry McLaurin reportedly requested a trade","author":"Jason Hall"},"pub_start":1754004000000,"pub_until":4115978604802,"pub_changed":1754004379674,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/content","markets/WASHINGTON-DC"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bfa0746a275ce1c3d4360","slug:2025-07-31-terry-mclaurin-requests-trade-report","slug:2025-07-31-terry-mclaurin-requests-trade-report","keyword:keywords/Terry McLaurin","keyword:keywords/negotiations","keyword:keywords/Ian Rapoport","keyword:keywords/Washington Commanders","keyword:keywords/NFL","keyword:keywords/football","keyword:keywords/trade","keyword:keywords/request","keyword:keywords/trade request","keyword:keywords/All-Pro","author:user"]}},{"id":"%2F688bd13ccae80a26b6e5667a","type":"PUBLISHING","record":{"ref_id":"%2F688bd13ccae80a26b6e5667a","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"16a30d10-7228-43c8-852f-b5dea2c15c54","revision_id":"AAAAAAAAAAAAAAAAAAAAAQ=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F867-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/867-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/867-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/867-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/aHR0cHM6Ly9pbWFnZS5zaW1wbGVjYXN0Y2RuLmNvbS9pbWFnZXMvNmNiMGEyNzUtNWFkYi00OTVhLTk1OTYtM2ViM2Y2ZjExYjBmLzRjNGQwMTM3LWI5MTEtNDRiNy04ODBlLWM2NjUzMGYxNzBiNS8zMDAweDMwMDAvaW1hZ2UuanBnP2FpZD1yc3NfZmVlZA?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/867-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/867-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"MINNEAPOLIS, MN - JULY 26: Carlos Correa #4 of the Minnesota Twins looks on during the game between the Washington Nationals and the Minnesota Twins at Target Field on Saturday, July 26, 2025 in Minneapolis, Minnesota. (Photo by Rob Tringali/MLB Photos vi","id":"%2F688bd196cae80a26b6e56685","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Washington Nationals v. Minnesota Twins","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The Minnesota Twins have reportedly agreed to a trade that will send shortstop \u003ca href=\"https://www.iheart.com/content/2023-01-10-carlos-correa-now-finalizing-deal-with-another-team-not-mets-report/\" target=\"_blank\">\u003cstrong>Carlos Correa\u003c/strong>\u003c/a> back to the \u003ca href=\"https://www.iheart.com/content/2023-10-24-dusty-bakers-future-with-astros-revealed-report/\" target=\"_blank\">Houston Astros\u003c/a>, his original MLB team, sources with knowledge of the situation confirmed to \u003cem>ESPN\u003c/em>'s \u003cstrong>Jeff Passan\u003c/strong> on Thursday (July 31) prior to the MLB trade deadline.\u003c/p>\n\n\u003cp>"BREAKING: The Minnesota Twins are trading shortstop Carlos Correa to the Houston Astros, sources tell ESPN," Passan wrote on his X account. "\u003c/p>\n\n\u003cp>The Carlos Correa-to-Houston deal looked dead 24 hours ago. They revisited, bridged a significant financial gap and Houston, with Isaac Paredes out for the season, welcomes home Correa, who waived his no-trade clause to approve the deal," Passan added, citing MLB.com Astros beat writer \u003cstrong>Brian McTaggart\u003c/strong> for breaking the news.\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%2FJeffPassan%2Fstatus%2F1951012341752984011","@url":"https://x.com/JeffPassan/status/1951012341752984011","author_name":"Jeff Passan","author_url":"https://twitter.com/JeffPassan","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">The Carlos Correa-to-Houston deal looked dead 24 hours ago. They revisited, bridged a significant financial gap and Houston, with Isaac Paredes out for the season, welcomes home Correa, who waived his no-trade clause to approve the deal. \u003ca href=\"https://twitter.com/brianmctaggart?ref_src=twsrc%5Etfw\">@brianmctaggart\u003c/a> was on top of the news.\u003c/p>— Jeff Passan (@JeffPassan) \u003ca href=\"https://twitter.com/JeffPassan/status/1951012341752984011?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/JeffPassan/status/1951012341752984011","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">The Carlos Correa-to-Houston deal looked dead 24 hours ago. They revisited, bridged a significant financial gap and Houston, with Isaac Paredes out for the season, welcomes home Correa, who waived his no-trade clause to approve the deal. \u003ca href=\"https://twitter.com/brianmctaggart?ref_src=twsrc%5Etfw\">@brianmctaggart\u003c/a> was on top of the news.\u003c/p>— Jeff Passan (@JeffPassan) \u003ca href=\"https://twitter.com/JeffPassan/status/1951012341752984011?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/JeffPassan/status/1951012341752984011"},{"html":"\u003cp>Correa, 30, spent his first seven MLB seasons with the Astros, which included winning the 2017 World Series, the 2015 Rookie of the Year Award, a 2021 Gold Glove Award and his first two of three All-Star Game appearances. The Puerto Rico native signed a six-year, $200 million deal to join the Twins ahead of the 2023 MLB season after reportedly agreeing to deals that eventually failed with the San Francisco 49ers and New York Mets earlier in the offseason.\u003c/p>\n\n\u003cp>Correa, who was an All-Star in 2024, currently has a .267 batting average with seven home runs and 31 RBIs in 93 games during the 2025 MLB season.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-carlos-correa-returning-to-astros-report/","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/Carlos Correa","keywords/Houston Astros","keywords/Jeff Passan","keywords/deal","keywords/trade","keywords/clause","keywords/report","keywords/mlb","keywords/baseball"],"permalink":"https://khow.iheart.com/content/2025-07-31-carlos-correa-returning-to-astros-report/","primary_image":{"bucket":"new_assets","id":"%2F688bd196cae80a26b6e56685"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1753993560000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-carlos-correa-returning-to-astros-report","social_title":"","summary":"Carlos Correa is reportedly returning to the Houston Astros.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Carlos Correa Returning To Astros: Report"},"slug":"2025-07-31-carlos-correa-returning-to-astros-report","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688bd196cae80a26b6e56685","title":"Carlos Correa Returning To Astros: Report","description":"Carlos Correa is reportedly returning to the Houston Astros.","author":"Jason Hall"},"pub_start":1753993560000,"pub_until":4115978604802,"pub_changed":1753994323610,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bd13ccae80a26b6e5667a","slug:2025-07-31-carlos-correa-returning-to-astros-report","slug:2025-07-31-carlos-correa-returning-to-astros-report","keyword:keywords/Carlos Correa","keyword:keywords/Houston Astros","keyword:keywords/Jeff Passan","keyword:keywords/deal","keyword:keywords/trade","keyword:keywords/clause","keyword:keywords/report","keyword:keywords/mlb","keyword:keywords/baseball","author:user"]}},{"id":"%2F688bc36027b78ef1848b1164","type":"PUBLISHING","record":{"ref_id":"%2F688bc36027b78ef1848b1164","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6cf85b3c-6265-4c7a-9dc5-97dc0f205e12","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-womens-sports-news-from-i-183691189%2F","@url":"https://www.iheart.com/podcast/1119-womens-sports-news-from-i-183691189/","author_name":"Women’s Sports News from iHeartRadio: The Latest","author_url":"https://www.iheart.com/podcast/1119-womens-sports-news-from-i-183691189/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Women’s Sports News from iHeartRadio: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-womens-sports-news-from-i-183691189/?embed=true&cid=oembed&keyid%5B0%5D=Women%E2%80%99s%20Sports%20News%20from%20iHeartRadio%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ0YzMxN2NmLTk3MjctNDhkZS04MTc3LWIyYTcwMGY4ZDJiNC84NjZiZjcyYS1kNjRlLTRkYWEtOGZjMC1iMmE3MDBmOGQyZGEvaW1hZ2UuanBnP3Q9MTc0MjU2OTU1OCZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"Women’s Sports News from iHeartRadio: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Women’s Sports News from iHeartRadio: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-womens-sports-news-from-i-183691189/?embed=true&cid=oembed&keyid%5B0%5D=Women%E2%80%99s%20Sports%20News%20from%20iHeartRadio%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-womens-sports-news-from-i-183691189/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"SEATTLE, WA - JUNE 24 : Caitlin Clark #22 of the Indiana Fever is introduced before the game against the Seattle Storm on June 24, 2025 at Climate Pledge Arena in Seattle, Washington. NOTE TO USER: User expressly acknowledges and agrees that, by downloadi","id":"%2F685d8c6758f8224bca4e6bfe","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Indiana Fever v Seattle Storm","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-02-wnba-expansion-cities-push-back-after-sophie-cunninghams-harsh-comments/\" target=\"_blank\">Indiana Fever guard \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-02-wnba-expansion-cities-push-back-after-sophie-cunninghams-harsh-comments/\" target=\"_blank\">\u003cstrong>Sophie Cunningham\u003c/strong>\u003c/a> fired back at critics of teammate \u003ca href=\"https://www.iheart.com/content/2025-07-28-caitlin-clarks-stalker-sentenced/\" target=\"_blank\">\u003cstrong>Caitlin Clark\u003c/strong>\u003c/a> on the latest episode of her \u003ca href=\"https://www.iheart.com/podcast/1119-show-me-something-288071916/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"288071916\" data-catalog-related-id=\"\">\u003cem>Show Me Something\u003c/em>\u003c/a> podcast.\u003c/p>\n\n\u003cp>"It literally pisses me off when people are like, 'She's not the face of the league.' What?" Cunningham said on her podcast. "There's really good, well-known people in our league. I'm not discrediting them. We have a lot of badasses in our league. Hell yeah to that. I'm all for that. But when people try to argue that she's not the face of our league or our league would be where we're at without her, you're dumb as s---. You're literally dumb as f**k."\u003c/p>\n\n\u003cp>Cunningham, who was acquired by the Fever in a trade with the Phoenix Mercury during the offseason, said her former teammates planned to zero in on Clark during her rookie season.\u003c/p>\n\n\u003cp>"I know the talks Phoenix had in their locker room of, like, 'We're going to show her what the W really is,'" Cunningham said on the podcast. "I get it to a certain extent. Every rookie coming into the league, that's how you're going to treat them. But there's just more for her. It's her second year. Now being on her team and seeing it, I'm like, 'What are people doing?' It's just too much."\u003c/p>\n\n\u003cp>Cunningham previously aided Clark during an on-court incident involving \u003cstrong>Jacy Sheldon\u003c/strong> and \u003cstrong>Marina Mabrey\u003c/strong> of the Connecticut Sun earlier this year. Clark, the reigning WNBA Rookie of the Year and the NCAA's all-time leading scorer for women's and men's basketball, has been limited to just 13 games due to multiple injuries, averaging 16.5 points, 8.8 assists and 5.0 rebounds.\u003c/p>\n\n\u003cp>\u003cem>This story is brought to you by the Women's Sports Audio Network (WSAN). WSAN is the first-ever audio platform dedicated exclusively to women's sports. WSAN celebrates female athletes and gives an in-depth look into their personal experiences in and out of their respective sports. Check out more on the \u003c/em>\u003ca href=\"https://www.iheart.com/podcast/category/iheartwomenssports-267/\" target=\"_blank\">\u003cem>WSAN site\u003c/em>\u003c/a>\u003cem>.\u003c/em>\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-teammate-blasts-caitlin-clark-critics/","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/Sophie Cunningham","keywords/Caitlin Clark","keywords/people","keywords/league","keywords/critics","keywords/rookie","keywords/podcast","keywords/face","keywords/WNBA","keywords/basketball","keywords/Women's Sports Audio Network"],"permalink":"https://khow.iheart.com/content/2025-07-31-teammate-blasts-caitlin-clark-critics/","primary_image":{"bucket":"new_assets","id":"%2F685d8c6758f8224bca4e6bfe"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1753990560000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-teammate-blasts-caitlin-clark-critics","social_title":"","summary":"An Indiana Fever player blasted critics of Caitlin Clark.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Teammate Blasts Caitlin Clark Critics"},"slug":"2025-07-31-teammate-blasts-caitlin-clark-critics","summary":{"image":"https://i.iheart.com/v3/re/new_assets/685d8c6758f8224bca4e6bfe","title":"Teammate Blasts Caitlin Clark Critics","description":"An Indiana Fever player blasted critics of Caitlin Clark.","author":"Jason Hall"},"pub_start":1753990560000,"pub_until":4115978604802,"pub_changed":1753990912759,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bc36027b78ef1848b1164","slug:2025-07-31-teammate-blasts-caitlin-clark-critics","slug:2025-07-31-teammate-blasts-caitlin-clark-critics","keyword:keywords/Sophie Cunningham","keyword:keywords/Caitlin Clark","keyword:keywords/people","keyword:keywords/league","keyword:keywords/critics","keyword:keywords/rookie","keyword:keywords/podcast","keyword:keywords/face","keyword:keywords/WNBA","keyword:keywords/basketball","keyword:keywords/Women's Sports Audio Network","author:user"]}}],"resume":{"id":"ID:sports-news-feed","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImJxaUk1IjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"VGRnW","region":"main:dynamic","type":"feed","ordinal":27,"value":{"ad_split":50,"feed_id":"ID:politics-feed","feed_index":1,"link":null,"position":null,"size":1,"title":"Politics"},"tags":["display-hints/horizontal","display-hints/feed-date-stamp"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688d1d802e24d7fcac0823e9","type":"PUBLISHING","record":{"ref_id":"%2F688d1d802e24d7fcac0823e9","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d1a7e4b9-2df3-4653-8ccd-d2eccf5f4134","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":"Washington DC cityscape","id":"%2F65f9b1d3fc271fe5ecf343a2","new_tab":false,"schedule":{},"source_credit":"ANDREY DENISYUK / Moment / Getty Images","title":"United States Capitol. Day. Flag.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The Corporation for Public Broadcasting (CPB) announced on Friday (August 1) that it will \u003ca href=\"https://www.reuters.com/world/us/corporation-public-broadcasting-close-after-funding-cut-blow-local-media-2025-08-01/\" target=\"_blank\">shut down operations by September 30\u003c/a>, following the loss of all federal funding. President Trump signed a law retracting $1.1 billion in funds for public broadcasting through fiscal year 2027. This decision was part of a $9 billion rescissions package passed largely along party lines, which also included cuts to foreign aid.\u003c/p>\n\n\u003cp>CPB President and CEO \u003cstrong>Patricia de Stacy Harrison\u003c/strong> expressed disappointment, stating, "Despite the extraordinary efforts of millions of Americans who called, wrote, and petitioned Congress to preserve federal funding for CPB, we now face the difficult reality of closing our operations." \u003c/p>\n\n\u003cp>She emphasized \u003ca href=\"https://www.nbcnews.com/politics/congress/cpb-funder-npr-pbs-says-will-shut-congress-cuts-money-rcna222524\" target=\"_blank\">CPB's commitment to supporting partners through the transition\u003c/a> with transparency and care.\u003c/p>\n\n\u003cp>The shutdown marks the \u003ca href=\"https://www.cnn.com/2025/08/01/media/trump-cpb-corporation-public-media-shuts-down\" target=\"_blank\">first time in nearly 60 years that Congress has refused to fund CPB\u003c/a>, a nonprofit corporation established to distribute federal money to public media stations across the nation. These stations, especially those in rural and poor areas, rely heavily on CPB grants for their operations. \u003c/p>\n\n\u003cp>The CPB will retain a small team until January to manage compliance, fiscal distributions, and long-term financial obligations. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding/","primary_image":{"bucket":"assets.getty","id":"%2F65f9b1d3fc271fe5ecf343a2"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1754079000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","social_title":"","summary":"The shutdown marks the first time in nearly 60 years that Congress has refused to fund CPB.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Corporation For Public Broadcasting To Shut Down After Congress Cut Funding"},"slug":"2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/65f9b1d3fc271fe5ecf343a2","title":"Corporation For Public Broadcasting To Shut Down After Congress Cut Funding","description":"The shutdown marks the first time in nearly 60 years that Congress has refused to fund CPB.","author":"iHeartRadio"},"pub_start":1754079000000,"pub_until":4115978604802,"pub_changed":1754079383935,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d1d802e24d7fcac0823e9","slug:2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","slug:2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:politics-feed","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImVIYWNZIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"aDyRz","region":"main:dynamic","type":"feed","ordinal":28,"value":{"ad_split":50,"feed_id":"ID:politics-feed","feed_index":2,"link":null,"position":null,"size":5,"title":null},"tags":["display-hints/xxsmall","display-hints/feed-date-stamp","display-hints/feed-load-more"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688d07102e24d7fcac0823c6","type":"PUBLISHING","record":{"ref_id":"%2F688d07102e24d7fcac0823c6","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"dbf5a490-61b9-4ec2-a295-a072408ed648","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":"US Navy Los Angeles class submarine slipping out to sea under cover of fog in San Francisco Bay, California, USA. Historical photo from 1996. Alcatraz Island in background. Scanned film, some grain.","id":"%2F688d08fdfe9037a39187a1d1","new_tab":false,"schedule":{},"source_credit":"NNehring / E+ / Getty Images","title":"submarine slipping out to sea under fog San Francisco Bay","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President \u003cstrong>Donald Trump\u003c/strong> announced the \u003ca href=\"https://www.nbcnews.com/politics/white-house/trump-deploying-two-nuclear-subs-provocative-statements-russia-rcna222520\" target=\"_blank\">deployment of two nuclear submarines\u003c/a> in response to what he described as "highly provocative" statements made by \u003cstrong>Dmitry Medvedev\u003c/strong>, the former Russian President and current deputy chairman of the Security Council of the Russian Federation. Trump made this announcement via social media, emphasizing the importance of words and their potential consequences. He stated that the submarines would be positioned in "appropriate regions," though he did not specify their exact locations.\u003c/p>\n\n\u003cp>"Words are very important, and can often lead to unintended consequences, I hope this will not be one of those instances," \u003ca href=\"https://truthsocial.com/@realDonaldTrump/posts/114954549017557270\" target=\"_blank\">Trump wrote on Truth Social\u003c/a>.\u003c/p>\n\n\u003cp>The tension arose after Medvedev made several comments in response to Trump's ultimatum for Moscow to agree to a ceasefire in Ukraine or face severe sanctions. Medvedev accused Trump of engaging in "the ultimatum game with Russia" and \u003ca href=\"https://www.cnn.com/2025/08/01/politics/nuclear-submaries-russia-trump-medvedev\" target=\"_blank\">warned that such ultimatums are steps towards war\u003c/a>. In a post on X, Medvedev described Trump's ultimatum as "theatrical" and asserted that "Russia didn't care."\u003c/p>\n\n\u003cp>In a more ominous note, Medvedev referenced a "dead hand" threat on Telegram, which some analysts interpreted as a nod to Russia's nuclear retaliatory control system. This escalating rhetoric has prompted concerns about potential military confrontations between the two nations.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev/","primary_image":{"bucket":"assets.getty","id":"%2F688d08fdfe9037a39187a1d1"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1754073060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","social_title":"","summary":"President Trump's decision comes after \"highly provocative\" remarks made by former Russian President Dmitry Medvedev.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Trump Deploys 2 Nuclear Subs Over Comments By Russia's Dmitry Medvedev"},"slug":"2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d08fdfe9037a39187a1d1","title":"Trump Deploys 2 Nuclear Subs Over Comments By Russia's Dmitry Medvedev","description":"President Trump's decision comes after \"highly provocative\" remarks made by former Russian President Dmitry Medvedev.","author":"iHeartRadio"},"pub_start":1754073060000,"pub_until":4115978604802,"pub_changed":1754073395902,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d07102e24d7fcac0823c6","slug:2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","slug:2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688cceea07c0a55a94a22842","type":"PUBLISHING","record":{"ref_id":"%2F688cceea07c0a55a94a22842","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Bill Galluccio","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":"WASHINGTON, DC - MAY 14: Patrons view a portrait of former U.S. President Donald Trump in the America’s Presidents exhibition at the National Portrait Gallery as the Smithsonian Institution begins to slowly re-open its museums May 14, 2021 in Washington, DC. Trump’s portrait, a photograph made by Pari Dukovic is on display to the public for the first time since the closure of the museums due to the coronavirus pandemic. (Photo by Win McNamee/Getty Images)","id":"%2F688ce32551aba98b79003a97","new_tab":false,"schedule":{},"source_credit":"Win McNamee / Getty Images News / Getty Images","title":"Trump Portrait Exhibited As National Portrait Gallery Reopens To Public","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The \u003ca href=\"https://www.washingtonpost.com/entertainment/2025/07/31/trump-impeachment-smithsonian/\" target=\"_blank\">Smithsonian’s National Museum of American History has removed references to President \u003c/a>\u003ca href=\"https://www.washingtonpost.com/entertainment/2025/07/31/trump-impeachment-smithsonian/\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>\u003ca href=\"https://www.washingtonpost.com/entertainment/2025/07/31/trump-impeachment-smithsonian/\" target=\"_blank\">'s impeachments\u003c/a> from The American Presidency exhibit. According to \u003cem>The Washington Post\u003c/em>, the change happened in July and was part of what the museum said was a review of "legacy content."\u003c/p>\n\n\u003cp>The review was made following pressure from the White House to remove an art museum director. \u003c/p>\n\n\u003cp>The exhibit, which was added in 2008, originally featured information about the impeachments of Presidents \u003cstrong>Andrew Johnson \u003c/strong>and \u003cstrong>Bill Clinton\u003c/strong>. It also explained the impeachment process of President \u003cstrong>Richard Nixon\u003c/strong>, who resigned before he was formally impeached.\u003c/p>\n\n\u003cp>In September 2021, \u003ca href=\"https://www.cnn.com/2025/08/01/politics/smithsonian-trump-impeachment-exhibit-museum\" target=\"_blank\">the exhibit was updated to note that President Trump was the first president to be impeached twice\u003c/a>, once in 2019 for abuse of power and obstruction of Congress, and then again in 2021 for incitement of insurrection. Both impeachments resulted in an acquittal from the Senate.\u003c/p>\n\n\u003cp>The Smithsonian told the \u003cem>Post \u003c/em>that the exhibit "was intended to be a short-term measure to address current events at the time, however, the label remained in place until July 2025."\u003c/p>\n\n\u003cp>The museum said that it \u003ca href=\"https://www.newsweek.com/trump-smithsonian-impeachment-exhibit-2107421\" target=\"_blank\">plans to revamp the exhibit\u003c/a> and will include information about Trump's impeachments.\u003c/p>\n\n\u003cp>"A large permanent gallery like The American Presidency that opened in 2000, requires significant amount of time and funding to update and renew. A future and updated exhibit will include all impeachments," the museum added.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit/","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":[],"permalink":"https://khow.iheart.com/content/2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit/","primary_image":{"bucket":"assets.getty","id":"%2F688ce32551aba98b79003a97"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1754065680000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","social_title":"","summary":"The museum said that it plans to revamp the exhibit.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]}],"title":"Smithsonian Removes Mention Of Trump's Impeachments From Presidency Exhibit"},"slug":"2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688ce32551aba98b79003a97","title":"Smithsonian Removes Mention Of Trump's Impeachments From Presidency Exhibit","description":"The museum said that it plans to revamp the exhibit.","author":"Bill Galluccio"},"pub_start":1754065680000,"pub_until":4115978604802,"pub_changed":1754066117021,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cceea07c0a55a94a22842","slug:2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","slug:2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","author:user"]}},{"id":"%2F688cc994d3ad2eeed018e86e","type":"PUBLISHING","record":{"ref_id":"%2F688cc994d3ad2eeed018e86e","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"WASHINGTON, DC - FEBRUARY 11: U.S. President Donald Trump speaks during an executive order signing in the Oval Office at the White House on February 11, 2025 in Washington, DC. Trump is to sign an executive order implementing the Department of Government ","id":"%2F67b71f68963277286f4e1d51","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Elon Musk Joins President Trump For Signing Executive Orders In The Oval Office","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-31-trump-fires-back-at-failed-ex-russian-president-over-war-threat/\" target=\"_blank\">President \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-31-trump-fires-back-at-failed-ex-russian-president-over-war-threat/\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>'s approval rating reportedly dropped to 40%, the lowest percentage of his second term in office, according to the latest \u003ca href=\"https://www.reuters.com/data/trumps-approval-rating-2025-01-21/\" target=\"_blank\">\u003cem>Reuters\u003c/em>\u003c/a>\u003ca href=\"https://www.reuters.com/data/trumps-approval-rating-2025-01-21/\" target=\"_blank\">/Ipsos poll\u003c/a> released on Wednesday (July 30).\u003c/p>\n\n\u003cp>The poll, which was conducted through Monday (July 28), surveyed 1,023 U.S. adults and had a 3% margin of error. Trump began his second term with a 47% approval rating in January, which has steadily dropped through his first few months in office, including a 1% drop since July 16.\u003c/p>\n\n\u003cp>About one-third of independents were reported to approve Trump's job performance, while 83% of Republicans still supported the president and only 3% of Democrats approved his performance. Earlier this week, the \u003ca href=\"https://d3nkl3psvxxpe9.cloudfront.net/documents/econTabReport_7Bn59Tx.pdf\" target=\"_blank\">Economist/YouGov poll\u003c/a> showed that Trump's net approval rating was at -15, the lowest of his second term.\u003c/p>\n\n\u003cp>The survey, which polled 1,777 U.S. adult citizens between July 25 and July 28, showed that 40% of respondents approved Trump's job performance while 55% disapproved. The Economist/YouGov poll previously had the president at a -14 net approval rating with a 41% approval and a 55% disapproval for the past two weeks and a -11 net approval with a 42% approval and 53% disapproval for the two weeks prior to that.\u003c/p>\n\n\u003cp>\u003ca href=\"https://news.gallup.com/poll/692879/independents-drive-trump-approval-second-term-low.aspx\" target=\"_blank\">\u003cem>Gallup\u003c/em>\u003c/a> had previously reported that \u003ca href=\"https://www.iheart.com/content/2025-07-28-trumps-approval-rating-sets-record-for-second-term/\" target=\"_blank\">Trump's approval rating dropped to 37%\u003c/a>, his lowest of his second term and just 3% points higher than his all-time worst rating set in his first term, in its poll conducted last week. Trump's approval rating fell 10% since taking office in January, which includes a 17% decline among independents to 29%, matching his all-time lowest rating among the group.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-trumps-approval-rating-sets-new-record/","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/Donald Trump","keywords/approval rating","keywords/record","keywords/approval","keywords/job approval","keywords/job approval rating","keywords/president","keywords/poll","keywords/survey","keywords/term","keywords/Second term","keywords/Reuters","keywords/Ipsos"],"permalink":"https://khow.iheart.com/content/2025-08-01-trumps-approval-rating-sets-new-record/","primary_image":{"bucket":"new_assets","id":"%2F67b71f68963277286f4e1d51"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["facets/All Sites - English"]},"publish_date":1754057700000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-trumps-approval-rating-sets-new-record","social_title":"","summary":"President Donald Trump's approval rating has set a new record.","targets":[{"categories":["syndications/news"],"distribution":[]}],"title":"Trump's Approval Rating Sets New Record"},"slug":"2025-08-01-trumps-approval-rating-sets-new-record","summary":{"image":"https://i.iheart.com/v3/re/new_assets/67b71f68963277286f4e1d51","title":"Trump's Approval Rating Sets New Record","description":"President Donald Trump's approval rating has set a new record.","author":"Jason Hall"},"pub_start":1754057700000,"pub_until":4115978604802,"pub_changed":1754058273017,"subscription":[{"tags":["categories/national-news","categories/politics","facets/All Sites - English"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cc994d3ad2eeed018e86e","slug:2025-08-01-trumps-approval-rating-sets-new-record","slug:2025-08-01-trumps-approval-rating-sets-new-record","keyword:keywords/Donald Trump","keyword:keywords/approval rating","keyword:keywords/record","keyword:keywords/approval","keyword:keywords/job approval","keyword:keywords/job approval rating","keyword:keywords/president","keyword:keywords/poll","keyword:keywords/survey","keyword:keywords/term","keyword:keywords/Second term","keyword:keywords/Reuters","keyword:keywords/Ipsos","author:user"]}},{"id":"%2F688cb6e2890370e1c6073557","type":"PUBLISHING","record":{"ref_id":"%2F688cb6e2890370e1c6073557","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"9ee168fb-4db3-4880-abc8-85b997d4907c","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Senator Elizabeth Warren, a Democrat from Massachusetts, center, speaks to members of the media in the Senate Subway of the US Capitol in Washington, DC, US, on Tuesday, July 29, 2025. Senators face a stacked schedule of votes on judicial and executive br","id":"%2F688cb753890370e1c6073562","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Senate Faces Nominee Grind In Recess Push","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A video shared online shows \u003ca href=\"https://www.iheart.com/content/2021-12-20-sens-elizabeth-warren-and-cory-booker-test-positive-for-covid-19/\" target=\"_blank\">Sen. \u003c/a>\u003ca href=\"https://www.iheart.com/content/2021-12-20-sens-elizabeth-warren-and-cory-booker-test-positive-for-covid-19/\" target=\"_blank\">\u003cstrong>Elizabeth Warren\u003c/strong>\u003c/a> (D- Mass.) falling on the \u003ca href=\"https://www.iheart.com/content/2025-06-29-senate-advances-trumps-big-beautiful-spending-bill-after-dramatic-debate/\" target=\"_blank\">Senate floor\u003c/a> during a vote Wednesday (July 30) night.\u003c/p>\n\n\u003cp>Footage showed Warren, 76, waving at someone before appearing to lean back on a desk and falling to the ground. Republican Senators \u003cstrong>Ted Cruz\u003c/strong> of Texas and \u003cstrong>Susan Collins\u003c/strong> of Maine rushed over to help her, but Warren appeared to get up on her own. Multiple other senators were also seen walking over toward Warren to attempt to give her assistance after her fall.\u003c/p>\n\n\u003cp>The incident took place as the Senate took a vote on two resolutions to block military sales to Israel, both of which Warren voted in favor of.\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%2Fredamor_%2Fstatus%2F1950987287518380146","@url":"https://x.com/redamor_/status/1950987287518380146","author_name":"Reda","author_url":"https://twitter.com/redamor_","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Elizabeth Warren fell in the Senate floor \u003ca href=\"https://t.co/qXXTxZqflG\">pic.twitter.com/qXXTxZqflG\u003c/a>\u003c/p>— Reda (@redamor_) \u003ca href=\"https://twitter.com/redamor_/status/1950987287518380146?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/redamor_/status/1950987287518380146","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Elizabeth Warren fell in the Senate floor \u003ca href=\"https://t.co/qXXTxZqflG\">pic.twitter.com/qXXTxZqflG\u003c/a>\u003c/p>— Reda (@redamor_) \u003ca href=\"https://twitter.com/redamor_/status/1950987287518380146?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/redamor_/status/1950987287518380146"},{"html":"\u003cp>The resolutions were proposed by Sen. \u003cstrong>Bernie Sanders\u003c/strong> (I- Vt.), who has been an outspoken critic of Israel's war with Hamas in the Gaza Strip. Every Republican in the majority Senate voted against the resolution.\u003c/p>\n\n\u003cp>Warren has served as Massachusetts' senator since January 2013, having been re-elected for a third term in 2024, and the vice chair of the Senate Democratic caucus since 2017. The 76-year-old had previously ran for president in 2020 and was briefly considered a front-runner before her campaign dwindled, withdrawing after Super Tuesday on March 5, 2020.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-elizabeth-warren-falls-on-senate-floor-during-vote/","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/Elizabeth Warren","keywords/floor","keywords/Senate","keywords/vote","keywords/Susan Collins","keywords/D- Mass","keywords/video","keywords/fall"],"permalink":"https://khow.iheart.com/content/2025-08-01-elizabeth-warren-falls-on-senate-floor-during-vote/","primary_image":{"bucket":"new_assets","id":"%2F688cb753890370e1c6073562"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["facets/All Sites - English"]},"publish_date":1754053200000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-elizabeth-warren-falls-on-senate-floor-during-vote","social_title":"","summary":"A video shared online shows Sen. Elizabeth Warren (D- Mass.) falling on the Senate floor during a vote.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Elizabeth Warren Falls On Senate Floor During Vote"},"slug":"2025-08-01-elizabeth-warren-falls-on-senate-floor-during-vote","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cb753890370e1c6073562","title":"Elizabeth Warren Falls On Senate Floor During Vote","description":"A video shared online shows Sen. Elizabeth Warren (D- Mass.) falling on the Senate floor during a vote.","author":"Jason Hall"},"pub_start":1754053200000,"pub_until":4115978604802,"pub_changed":1754053589715,"subscription":[{"tags":["categories/national-news","categories/politics","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cb6e2890370e1c6073557","slug:2025-08-01-elizabeth-warren-falls-on-senate-floor-during-vote","slug:2025-08-01-elizabeth-warren-falls-on-senate-floor-during-vote","keyword:keywords/Elizabeth Warren","keyword:keywords/floor","keyword:keywords/Senate","keyword:keywords/vote","keyword:keywords/Susan Collins","keyword:keywords/D- Mass","keyword:keywords/video","keyword:keywords/fall","author:user"]}},{"id":"%2F688bd4da8f6ddbfecfc3f07e","type":"PUBLISHING","record":{"ref_id":"%2F688bd4da8f6ddbfecfc3f07e","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1a6b6840-f737-4664-b591-2cb15fc5921b","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":"TURNBERRY, SCOTLAND - JULY 28: U.S. President Donald Trump gestures as he meets British Prime Minister Keir Starmer for bilateral talks at Trump Turnberry golf club on July 28, 2025 in Turnberry, Scotland. The pair are meeting at Turnberry before traveling together to Aberdeenshire to have a private dinner at another Trump-owned golf club. President Trump is visiting Scotland in a trip that’s part-vacation, part-work, as he stays at his Trump Turnberry golf course, followed by the Trump International Golf Links in Aberdeenshire, between July 25 to 29. (Photo by Andrew Harnik/Getty Images)","id":"%2F688bd62051aba98b7900386a","new_tab":false,"schedule":{},"source_credit":"Andrew Harnik / Getty Images News / Getty Images","title":"U.S. President Donald Trump Visits Scotland For Rounds Of Golf And Trade Talks","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President \u003ca href=\"https://www.nbcnews.com/health/health-news/trump-prescription-drug-prices-lower-medicaid-executive-order-rcna222308\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>\u003ca href=\"https://www.nbcnews.com/health/health-news/trump-prescription-drug-prices-lower-medicaid-executive-order-rcna222308\" target=\"_blank\"> has given major drugmakers 60 days to reduce prescription drug prices\u003c/a> in the United States. On Thursday (July 31), Trump sent letters to 17 pharmaceutical companies, urging them to align U.S. drug prices with those offered in other countries. The letters, posted on his social media platform Truth Social, demand that companies extend "Most Favored Nation" pricing to all drugs provided to Medicaid enrollees and ensure that Medicaid, Medicare, and commercial insurers pay these prices for new drugs.\u003c/p>\n\n\u003cp>The directive follows an executive order signed in May, which aimed to lower U.S. drug prices that are often more than triple those in other developed nations. Trump \u003ca href=\"https://www.cnn.com/2025/07/31/politics/trump-drug-price-lower-letter\" target=\"_blank\">expressed dissatisfaction with previous proposals from drugmakers\u003c/a>, which he claimed offered no real solutions. He warned that if companies do not comply, his administration would use every available tool to protect American families from high drug prices.\u003c/p>\n\n\u003cp>Potential consequences for non-compliance include directing the Department of Health and Human Services to implement new rules, allowing more drug imports, reviewing drug exports, and possibly revoking FDA approvals for certain drugs. The Pharmaceutical Research and Manufacturers of America, the industry's main trade association, has yet to comment on the letters.\u003c/p>\n\n\u003cp>The stock prices of several companies that \u003ca href=\"https://truthsocial.com/@realDonaldTrump/posts/114949069548564252\" target=\"_blank\">received the letters\u003c/a>, such as Eli Lilly, Merck, and Johnson & Johnson, fell following the announcement. The S&P 500 Pharmaceuticals Industry Index dropped by over 2%. \u003c/p>\n\n\u003cp>Trump's previous attempt to establish a "Most Favored Nation" rule for Medicare drugs was blocked by federal courts and later rescinded by President \u003cstrong>Joe Biden\u003c/strong> in 2021. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-president-trump-gives-drugmakers-60-days-to-cut-prescription-drug-prices/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-07-31-president-trump-gives-drugmakers-60-days-to-cut-prescription-drug-prices/","primary_image":{"bucket":"assets.getty","id":"%2F688bd62051aba98b7900386a"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1753994760000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-president-trump-gives-drugmakers-60-days-to-cut-prescription-drug-prices","social_title":"","summary":"President Trump sent letters to 17 pharmaceutical companies, urging them to align U.S. drug prices with those offered in other countries.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"President Trump Gives Drugmakers 60 Days To Cut Prescription Drug Prices"},"slug":"2025-07-31-president-trump-gives-drugmakers-60-days-to-cut-prescription-drug-prices","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688bd62051aba98b7900386a","title":"President Trump Gives Drugmakers 60 Days To Cut Prescription Drug Prices","description":"President Trump sent letters to 17 pharmaceutical companies, urging them to align U.S. drug prices with those offered in other countries.","author":"iHeartRadio"},"pub_start":1753994760000,"pub_until":4115978604802,"pub_changed":1753995136035,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bd4da8f6ddbfecfc3f07e","slug:2025-07-31-president-trump-gives-drugmakers-60-days-to-cut-prescription-drug-prices","slug:2025-07-31-president-trump-gives-drugmakers-60-days-to-cut-prescription-drug-prices","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:politics-feed","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImVIYWNZIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"swv8H","region":"main:dynamic","type":"feed","ordinal":29,"value":{"ad_split":50,"feed_id":"ID:weird-news-feed","feed_index":1,"link":null,"min_size":1,"position":null,"size":1,"title":"Lifestyle"},"tags":["display-hints/horizontal","display-hints/feed-date-stamp"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688cff3f2e24d7fcac0823af","type":"PUBLISHING","record":{"ref_id":"%2F688cff3f2e24d7fcac0823af","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"25d5ca72-6873-474f-8403-ef91ebd707ad","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Nearly 200,000 KidKraft Farm to Table Play Kitchens have been recalled after a child died while playing with it. ","id":"%2F688cffcc2e24d7fcac0823b9","new_tab":false,"schedule":{},"source_credit":"Consumer Products Safety Comission","title":"Recall On KidKraft Farm to Table Play Kitchens","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Nearly \u003ca href=\"https://abcnews.go.com/GMA/Family/192000-kids-play-kitchens-recalled-after-1-death/story?id=124241619\" target=\"_blank\">200,000 KidKraft Farm to Table Model Play Kitchen sets are being recalled\u003c/a> after a tragic incident led to the death of a toddler. The recall, announced by Backyard Kids, LLC and the Consumer Product Safety Commission, follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook of the play kitchen set in February 2023.\u003c/p>\n\n\u003cp>The play kitchens, sold between 2018 and July 2025, \u003ca href=\"https://www.usatoday.com/story/money/2025/08/01/kidkraft-play-kitchens-recall/85471428007/\" target=\"_blank\">pose a risk of strangulation and asphyxia if a child climbs on the counter\u003c/a> or crawls through the opening in the back. The recalled units are black and light gray with wood-like countertops and measure 44 inches in length, 13 3/4 inches in width, and 43 inches high. They were intended for children aged three and above.\u003c/p>\n\n\u003cp>Although 192,000 units are impacted, only 400 were sold to consumers by Backyard Kids. The play kitchens were available online on Amazon, Walmart, and KidKraft's websites, retailing between $120 and $270.\u003c/p>\n\n\u003cp>Backyard Kids is \u003ca href=\"https://www.cpsc.gov/Recalls/2025/Backyard-Kids-Recalls-KidKraft-Farm-to-Table-Play-Kitchens-Due-to-Strangulation-Hazard-One-Death-Reported\" target=\"_blank\">offering free replacement hooks to consumers\u003c/a> with affected units. They can be contacted via email at recall@kidkraft.com or by phone at (800) 882-0234, Monday through Friday from 8:30 a.m. to 5 p.m. ET.\u003c/p>\n\n\u003cp>KidKraft, Inc., which manufactured the sets, filed for bankruptcy in May 2024. As of now, no other incidents have been reported involving the hooks catching on children's clothing.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","primary_image":{"bucket":"new_assets","id":"%2F688cffcc2e24d7fcac0823b9"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754070900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","social_title":"","summary":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death"},"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9","title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death","description":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","author":"iHeartRadio"},"pub_start":1754070900000,"pub_until":4115978604802,"pub_changed":1754071336411,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cff3f2e24d7fcac0823af","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","keyword:keywords/ai-assisted","author:user"]}}],"resume":null}},{"id":"SkYlX","region":"main:dynamic","type":"feed","ordinal":30,"value":{"ad_split":50,"feed_id":"ID:weird-news-feed","feed_index":2,"link":null,"position":null,"size":5,"title":null},"tags":["display-hints/xxsmall","display-hints/feed-load-more","display-hints/feed-date-stamp"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6888c9de60f07f2843c46665","type":"PUBLISHING","record":{"ref_id":"%2F6888c9de60f07f2843c46665","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"8b2a1e35-80b9-4d9a-9127-1313407d8fe1","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6888cad060f07f2843c46670","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Biscuitville was selected as the \u003ca href=\"https://www.iheart.com/content/2025-07-16-best-fast-food-restaurant-for-2025-revealed/\" target=\"_blank\">best fast food\u003c/a> breakfast restaurant for the third consecutive year during \u003ca href=\"https://10best.usatoday.com/awards/best-fast-food-fries/\" target=\"_blank\">\u003cem>USA TODAY\u003c/em>\u003c/a>\u003ca href=\"https://10best.usatoday.com/awards/best-fast-food-breakfast/\" target=\"_blank\">'s 10Best 2025 Awards\u003c/a>.\u003c/p>\n\n\u003cp>The breakfast chain, which is based in North Carolina, was once again selected by readers as the nation's best, beating out \u003ca href=\"https://www.iheart.com/content/2025-07-23-best-fast-food-fries-for-2025-revealed/\" target=\"_blank\">Del Taco\u003c/a>, Jack in the Box, McDonald's and Chick-fil-A.\u003c/p>\n\n\u003cp>"Who doesn't love a delectable biscuit-based breakfast? With locations in Virginia, North Carolina, and South Carolina, Biscuitville's fresh-baked biscuits can be enjoyed a number of ways, from simple bacon, egg, and cheese or fried chicken biscuits to more elaborate breakfast sandwiches like their Spicy Chicken & Honey Biscuit. With breakfast platters and sides of grits, hash browns, or country gravy, plus indulgent sweet treats like their blueberry muffin, it's no wonder folks return again and again," \u003cem>USA TODAY\u003c/em> wrote.\u003c/p>\n\n\u003cp>\u003cem>USA TODAY\u003c/em>'s full list of the top 10 best fast food breakfast restaurants is included below:\u003c/p>\n\n\u003col>\u003cli> Biscuitville\u003c/li>\n\u003cli> Del Taco\u003c/li>\n\u003cli> Jack in the Box\u003c/li>\n\u003cli> McDonald's\u003c/li>\n\u003cli> Chick-fil-A\u003c/li>\n\u003cli> Hardee's/Carl's Jr.\u003c/li>\n\u003cli> Burger King\u003c/li>\n\u003cli> Bojangles\u003c/li>\n\u003cli> Wendy's\u003c/li>\n\u003cli> Cinnabon\u003c/li>\u003c/ol>\n\n\u003cp>Biscuitville has been selected as the 10Best Awards' choice for best fast food breakfast every year since 2023, having also been named as the top regional fast food restaurant that same year, as well as the runner-up for the same category in each of the last two years. The regional chain has 87 locations across the Carolinas and Virginia, according to its \u003ca href=\"https://biscuitville.com/locations/\" target=\"_blank\">official website\u003c/a>.\u003c/p>\n\n\u003cp>\u003cem>USA TODAY's 10Best\u003c/em> editors worked alongside a panel of experts to nominate their picks, which were then selected by readers in a vote to determine the winners. "Our editors and readers independently select what you see on \u003cem>USA TODAY 10BEST\u003c/em>. When you buy through a link on our site, we may earn an affiliate commission," \u003cem>USA TODAY\u003c/em> wrote.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-29-best-fast-food-breakfast-restaurant-for-2025-revealed/","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/Biscuitville","keywords/USA TODAY","keywords/fast food breakfast","keywords/breakfast chain","keywords/editors","keywords/fast food breakfast restaurant","keywords/10Best 2025 Awards","keywords/North Carolina","keywords/treats","keywords/breakfast","keywords/Virginia"],"permalink":"https://khow.iheart.com/content/2025-07-29-best-fast-food-breakfast-restaurant-for-2025-revealed/","primary_image":{"bucket":"new_assets","id":"%2F6888cad060f07f2843c46670"},"primary_target":{"categories":["categories/national-news","categories/lifestyle"],"distribution":["facets/All Sites - English"]},"publish_date":1753795620000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-29-best-fast-food-breakfast-restaurant-for-2025-revealed","social_title":"","summary":"The best fast food breakfast restaurant for 2025 has been revealed.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Best Fast Food Breakfast Restaurant For 2025 Revealed"},"slug":"2025-07-29-best-fast-food-breakfast-restaurant-for-2025-revealed","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6888cad060f07f2843c46670","title":"Best Fast Food Breakfast Restaurant For 2025 Revealed","description":"The best fast food breakfast restaurant for 2025 has been revealed.","author":"Jason Hall"},"pub_start":1753795620000,"pub_until":4115978604802,"pub_changed":1753795978600,"subscription":[{"tags":["categories/national-news","categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6888c9de60f07f2843c46665","slug:2025-07-29-best-fast-food-breakfast-restaurant-for-2025-revealed","slug:2025-07-29-best-fast-food-breakfast-restaurant-for-2025-revealed","keyword:keywords/Biscuitville","keyword:keywords/USA TODAY","keyword:keywords/fast food breakfast","keyword:keywords/breakfast chain","keyword:keywords/editors","keyword:keywords/fast food breakfast restaurant","keyword:keywords/10Best 2025 Awards","keyword:keywords/North Carolina","keyword:keywords/treats","keyword:keywords/breakfast","keyword:keywords/Virginia","author:user"]}},{"id":"%2F6887eb6c83675be340ac5b5a","type":"PUBLISHING","record":{"ref_id":"%2F6887eb6c83675be340ac5b5a","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Taylor Fields","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1350-new-york-traffic-from-ihe-285777015%2F","@url":"https://www.iheart.com/podcast/1350-new-york-traffic-from-ihe-285777015/","author_name":"New York Traffic from iHeartRadio","author_url":"https://www.iheart.com/podcast/1350-new-york-traffic-from-ihe-285777015/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"New York Traffic from iHeartRadio\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1350-new-york-traffic-from-ihe-285777015/?embed=true&cid=oembed&keyid%5B0%5D=New%20York%20Traffic%20from%20iHeartRadio&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvOThhMjU5OWYtY2Q5Yi00ZjJhLTliZTQtYjIyYzAwZTU4NWYyLzhkYjhiYjIyLTIyNGItNDgyMi1hMWNjLWIzMTMwMTM0MDgzNC9pbWFnZS5qcGc_dD0xNzUxOTEzNzA4JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"New York Traffic from iHeartRadio","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"New York Traffic from iHeartRadio\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1350-new-york-traffic-from-ihe-285777015/?embed=true&cid=oembed&keyid%5B0%5D=New%20York%20Traffic%20from%20iHeartRadio&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1350-new-york-traffic-from-ihe-285777015/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Traffic jam with a row of cars on a highway during rush hour in the evening after work. red brake lights of stopped cars on the background of wet asphalt with white lanes at sunset","id":"%2F6887ecd983675be340ac5b65","new_tab":false,"schedule":{},"source_credit":"iStockphoto","title":"Traffic jam with a row of cars on a highway during rush hour in the evening after work. red brake lights of stopped cars on the background of wet asphalt with white lanes at sunset","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Your commute just got an upgrade. iHeartRadio has officially launched TrafficNOW, bringing real-time, human-read local traffic reports — once exclusive to radio broadcasts — directly to the iHeartRadio app. With just a tap, listeners in 130+ markets across the U.S. can now get up-to-the-minute traffic updates anytime, whether they're at home, at work, or on the road.\u003c/p>\n\n\u003cp>This innovative feature delivers the same trusted voices and localized accuracy that radio listeners rely on — but now with the convenience and flexibility of digital access. So, whether someone’s stuck in traffic or cruising on the open road, TrafficNOW delivers value — and visibility — in motion. With iHeartRadio TrafficNOW, local traffic updates have never been more accessible\u003c/p>\n\n\u003ch2>How It Works:\u003c/h2>\n\n\u003cp>Search & Go: Simply search "traffic" in the iHeartRadio app to hear the latest local traffic report — instantly and on demand.\u003c/p>\n\n\u003cp>Smart Access: Users can save reports as a preset in the app for one-tap access anytime, whether on mobile or in the car via Apple CarPlay or Android Auto.\u003c/p>\n\n\u003cp>Your personalized traffic report is just a tap away!\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-28-iheartradio-trafficnow-delivers-real-time-traffic-updates-on-demand/","cuser":"user/ldap/ccrnyc1nam","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Traffic"],"permalink":"https://khow.iheart.com/content/2025-07-28-iheartradio-trafficnow-delivers-real-time-traffic-updates-on-demand/","primary_image":{"bucket":"new_assets","id":"%2F6887ecd983675be340ac5b65"},"primary_target":{"categories":["categories/lifestyle"],"distribution":["brands/iHeartRadio"]},"publish_date":1753738380000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-28-iheartradio-trafficnow-delivers-real-time-traffic-updates-on-demand","social_title":"","summary":"Your commute just got an upgrade.","targets":[{"categories":["categories/lifestyle"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/lifestyle"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/CLASSICHITS","formats/ROCKALTERNATIVE","formats/ROCKACTIVE","formats/ROCKCLASSIC","formats/COUNTRY","formats/NEWSTALK","formats/HIPHOPRNB"]},{"categories":["syndications/news"],"distribution":[]}],"title":"iHeartRadio TrafficNOW Delivers Real-Time Traffic Updates On Demand"},"slug":"2025-07-28-iheartradio-trafficnow-delivers-real-time-traffic-updates-on-demand","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6887ecd983675be340ac5b65","title":"iHeartRadio TrafficNOW Delivers Real-Time Traffic Updates On Demand","description":"Your commute just got an upgrade.","author":"Taylor Fields"},"pub_start":1753738380000,"pub_until":4115978604802,"pub_changed":1753738824386,"subscription":[{"tags":["categories/lifestyle","brands/iHeartRadio"]},{"tags":["categories/lifestyle","brands/iHeartRadio"]},{"tags":["categories/lifestyle","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/CLASSICHITS","formats/ROCKALTERNATIVE","formats/ROCKACTIVE","formats/ROCKCLASSIC","formats/COUNTRY","formats/NEWSTALK","formats/HIPHOPRNB"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6887eb6c83675be340ac5b5a","slug:2025-07-28-iheartradio-trafficnow-delivers-real-time-traffic-updates-on-demand","slug:2025-07-28-iheartradio-trafficnow-delivers-real-time-traffic-updates-on-demand","keyword:keywords/Traffic","author:user"]}},{"id":"%2F6883c3bae7d2afb2bcd3b1aa","type":"PUBLISHING","record":{"ref_id":"%2F6883c3bae7d2afb2bcd3b1aa","type":"content","payload":{"amp_enabled":true,"apple_news":null,"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":"new_assets","caption":"LUX_069_CAG.TIF Lux owners, Luke Sung, left, Kitty Sung, center, and sous chef, Tony Radna, right. Lux (pronoucned luke's), is the new small plate restaurant from Isa veterans Luke and Kitty Sung. It's suppose to be cheaper, but in fact is more expensive by the time you get full. It appeals to a younger crowd and is always very busy and noisy. Could get owners, but probably better to get pictures of interior. For food: green beans with pancetta; butterfish Photo taken on 07/28/04, in San Francisco, CA. Photo By Carlos Avila Gonzalez / The San Francisco Chronicle (Photo By Carlos Avila Gonzalez/The San Francisco Chronicle via Getty Images)","id":"%2F6883c531e7d2afb2bcd3b1b3","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"LUX_069_CAG.TIF Lux owners, Luke Sung, left, Kitty Sung, center, and sous chef, Tony Radna, right. Lux (pronoucned luke's), is the new small plate restaurant from Isa veterans Luke and Kitty Sung. It's suppose to be cheaper, but in fact is more expen","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://www.dailymail.co.uk/news/article-14940351/Kis-Cafe-TikTok-micro-influencer-San-Francisco-restaurant-Luke-Sung.html\" target=\"_blank\">top San Francisco chef, \u003c/a>\u003ca href=\"https://www.dailymail.co.uk/news/article-14940351/Kis-Cafe-TikTok-micro-influencer-San-Francisco-restaurant-Luke-Sung.html\" target=\"_blank\">\u003cstrong>Luke Sung\u003c/strong>\u003c/a>\u003ca href=\"https://www.dailymail.co.uk/news/article-14940351/Kis-Cafe-TikTok-micro-influencer-San-Francisco-restaurant-Luke-Sung.html\" target=\"_blank\">, has been fired\u003c/a> from Kis Cafe after a confrontation with a TikTok influencer went viral. The influencer, known as \u003ca href=\"https://www.tiktok.com/@itskarlabbhttps://www.tiktok.com/@itskarlabb\" target=\"_blank\">itskarlabb\u003c/a>, claimed she was left in tears after Sung refused to provide her with a free meal, stating she wasn't famous enough with her 15,000 followers. According to the influencer, she was invited to the restaurant for a promotional collaboration, but Sung questioned her presence and belittled her follower count.\u003c/p>\n\n\u003cp>The incident quickly gained attention after \u003ca href=\"https://www.tiktok.com/@itskarlabb/video/7530126495008689422\" target=\"_blank\">itskarlabb's TikTok video\u003c/a> received over 10 million views, leading to public backlash against the restaurant. In response, Kis Cafe announced on Instagram that Sung's behavior was "unacceptable" and confirmed his departure from the team. The restaurant also decided to temporarily close to "restructure after these events" and emphasized their commitment to supporting their staff.\u003c/p>\n\n\u003cp>Following the viral post, \u003ca href=\"https://people.com/restaurant-closes-after-influencer-alleges-confrontation-with-chef-11779071\" target=\"_blank\">itskarlabb's follower count surged\u003c/a> to over 250,000 as of Friday (July 25) afternoon. She expressed her desire to advocate for micro-influencers, stating, "You don't need to have a million followers to be respected or feel like you're making a difference."\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40itskarlabb%2Fvideo%2F7530126495008689422","@url":"https://www.tiktok.com/@itskarlabb/video/7530126495008689422","author_name":"itskarlabb","author_unique_id":"itskarlabb","author_url":"https://www.tiktok.com/@itskarlabb","embed_product_id":"7530126495008689422","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@itskarlabb/video/7530126495008689422\" data-video-id=\"7530126495008689422\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@itskarlabb\" href=\"https://www.tiktok.com/@itskarlabb?refer=embed\">@itskarlabb\u003c/a> \u003cp>its a long video and not something i would normally upload but i feel like i had to talk about this experience. i basically ran out of there but i wish i would’ve stood up for myself. if you are a micro influencer i know it’s easy to feel discouraged at times but don’t let anyone make you feel small or unimportant!! \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - itskarlabb\" href=\"https://www.tiktok.com/music/original-sound-7530126519445506829?refer=embed\">♬ original sound - itskarlabb\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1024,"thumbnail_url":"https://p16-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/osA5wvYHgiIjmQYAFaB14UvdbE2IBBbGBi1Eq~tplv-tiktokx-origin.image?dr=9636&x-expires=1753635600&x-signature=Xa0jS4NII9V4LL1zvUi1Z0BOsdE%3D&t=4d5b0474&ps=13740610&shp=b59d6b55&shcp=43f4a2f9&idc=useast5","thumbnail_width":576,"title":"its a long video and not something i would normally upload but i feel like i had to talk about this experience. i basically ran out of there but i wish i would’ve stood up for myself. if you are a micro influencer i know it’s easy to feel discouraged at times but don’t let anyone make you feel small or unimportant!! ","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@itskarlabb/video/7530126495008689422\" data-video-id=\"7530126495008689422\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@itskarlabb\" href=\"https://www.tiktok.com/@itskarlabb?refer=embed\">@itskarlabb\u003c/a> \u003cp>its a long video and not something i would normally upload but i feel like i had to talk about this experience. i basically ran out of there but i wish i would’ve stood up for myself. if you are a micro influencer i know it’s easy to feel discouraged at times but don’t let anyone make you feel small or unimportant!! \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - itskarlabb\" href=\"https://www.tiktok.com/music/original-sound-7530126519445506829?refer=embed\">♬ original sound - itskarlabb\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@itskarlabb/video/7530126495008689422"},{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40itskarlabb%2Fvideo%2F7530523212342430990","@url":"https://www.tiktok.com/@itskarlabb/video/7530523212342430990","author_name":"itskarlabb","author_unique_id":"itskarlabb","author_url":"https://www.tiktok.com/@itskarlabb","embed_product_id":"7530523212342430990","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@itskarlabb/video/7530523212342430990\" data-video-id=\"7530523212342430990\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@itskarlabb\" href=\"https://www.tiktok.com/@itskarlabb?refer=embed\">@itskarlabb\u003c/a> \u003cp>im just so grateful to everyone that helped me turn this around and find the silver lining in it🫶🏼 thank you to everyone that’s shown me support - im trying my best to respond to everyone’s kind messages love you guys🥹🤍🤍 many yummy videos to come!!\u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - itskarlabb\" href=\"https://www.tiktok.com/music/original-sound-7530523357885123341?refer=embed\">♬ original sound - itskarlabb\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1024,"thumbnail_url":"https://p16-pu-sign-useast8.tiktokcdn-us.com/tos-useast5-p-0068-tx/oUkYAE2jfQJFIlVHIR5AWSGLLveFAClucQ8DCe~tplv-tiktokx-origin.image?dr=9636&x-expires=1753635600&x-signature=a%2FC%2BFOC9ggNC9AktBp6SeW3BzOI%3D&t=4d5b0474&ps=13740610&shp=b59d6b55&shcp=43f4a2f9&idc=useast8","thumbnail_width":576,"title":"im just so grateful to everyone that helped me turn this around and find the silver lining in it🫶🏼 thank you to everyone that’s shown me support - im trying my best to respond to everyone’s kind messages love you guys🥹🤍🤍 many yummy videos to come!!","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@itskarlabb/video/7530523212342430990\" data-video-id=\"7530523212342430990\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@itskarlabb\" href=\"https://www.tiktok.com/@itskarlabb?refer=embed\">@itskarlabb\u003c/a> \u003cp>im just so grateful to everyone that helped me turn this around and find the silver lining in it🫶🏼 thank you to everyone that’s shown me support - im trying my best to respond to everyone’s kind messages love you guys🥹🤍🤍 many yummy videos to come!!\u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - itskarlabb\" href=\"https://www.tiktok.com/music/original-sound-7530523357885123341?refer=embed\">♬ original sound - itskarlabb\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@itskarlabb/video/7530523212342430990"}],"canonical_url":"https://www.iheart.com/content/2025-07-25-top-chef-fired-for-making-influencer-cry-after-telling-her-she-isnt-famous/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-07-25-top-chef-fired-for-making-influencer-cry-after-telling-her-she-isnt-famous/","primary_image":{"bucket":"new_assets","id":"%2F6883c531e7d2afb2bcd3b1b3"},"primary_target":{"categories":["categories/national-news","categories/lifestyle","categories/weird-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1753466040000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-25-top-chef-fired-for-making-influencer-cry-after-telling-her-she-isnt-famous","social_title":"","summary":"Food influencer itskarlabb was invited to an event at the restaurant but left in tears after being berated by the chef.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle","categories/weird-news"],"distribution":["facets/All Sites - English"]}],"title":"Top Chef Fired For Making Influencer Cry After Telling Her She Isn't Famous"},"slug":"2025-07-25-top-chef-fired-for-making-influencer-cry-after-telling-her-she-isnt-famous","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6883c531e7d2afb2bcd3b1b3","title":"Top Chef Fired For Making Influencer Cry After Telling Her She Isn't Famous","description":"Food influencer itskarlabb was invited to an event at the restaurant but left in tears after being berated by the chef.","author":"iHeartRadio"},"pub_start":1753466040000,"pub_until":4115978604802,"pub_changed":1753466447821,"subscription":[{"tags":["categories/national-news","categories/lifestyle","categories/weird-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","categories/weird-news","facets/All Sites - English"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6883c3bae7d2afb2bcd3b1aa","slug:2025-07-25-top-chef-fired-for-making-influencer-cry-after-telling-her-she-isnt-famous","slug:2025-07-25-top-chef-fired-for-making-influencer-cry-after-telling-her-she-isnt-famous","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6882872042098e1e2b1701c1","type":"PUBLISHING","record":{"ref_id":"%2F6882872042098e1e2b1701c1","type":"content","payload":{"amp_enabled":true,"apple_news":null,"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":"asian woman running down a road","id":"%2F68828a2db91b55487b0210d1","new_tab":false,"schedule":{},"source_credit":"Kilito Chan / Moment / Getty Images","title":"asian woman running in a park, closeup on the shoes","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A recent analysis suggests that \u003ca href=\"https://www.cnn.com/2025/07/23/health/daily-steps-how-many-wellness\" target=\"_blank\">walking 7,000 steps a day can significantly reduce the risk of death\u003c/a> and various diseases.The study, published in \u003cem>The Lancet Public Health\u003c/em>, reviewed 31 studies to examine the impact of daily step counts on health. The findings indicate that individuals who walk 7,000 steps daily have a 47% lower risk of death from all causes compared to those who take only 2,000 steps.\u003c/p>\n\n\u003cp>Dr. \u003cstrong>Melody Ding\u003c/strong>, the lead author of the study and a professor of public health at the University of Sydney, stated that \u003ca href=\"https://www.thelancet.com/journals/lanpub/article/PIIS2468-2667(25)00164-1/fulltext\" target=\"_blank\">aiming for 7,000 steps is a practical goal for improving health\u003c/a>. The research also showed a 25% lower risk of cardiovascular disease and a 38% lower risk of dementia among those who met the 7,000-step benchmark.\u003c/p>\n\n\u003cp>While many people aim for 10,000 steps a day, this \u003ca href=\"https://www.cnn.com/2025/07/23/health/daily-steps-how-many-wellness\" target=\"_blank\">number originated from a Japanese marketing campaign\u003c/a> rather than scientific evidence, according to \u003cem>CNN\u003c/em>. Dr. \u003cstrong>Sean Heffron\u003c/strong> from New York University Langone Health emphasized that moving more is crucial for good health, regardless of the exact step count. Cardiologist Dr. \u003cstrong>Martha Gulati\u003c/strong> highlighted that physical activity improves muscular strength, lowers blood pressure, and enhances cholesterol levels.\u003c/p>\n\n\u003cp>For those who find 7,000 steps daunting, \u003ca href=\"https://www.newscientist.com/article/2489453-walking-7000-steps-a-day-seems-to-be-enough-to-keep-us-healthy/\" target=\"_blank\">starting with any increase in movement can provide health benefits\u003c/a>. The study encourages incorporating more physical activity into daily routines, such as taking short walks or engaging in enjoyable activities like dancing or gardening.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-24-study-reveals-new-number-of-daily-steps-you-need-to-stay-healthy/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-07-24-study-reveals-new-number-of-daily-steps-you-need-to-stay-healthy/","primary_image":{"bucket":"assets.getty","id":"%2F68828a2db91b55487b0210d1"},"primary_target":{"categories":["categories/national-news","categories/lifestyle"],"distribution":["facets/All Sites - English"]},"publish_date":1753386000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-24-study-reveals-new-number-of-daily-steps-you-need-to-stay-healthy","social_title":"","summary":"While many people aim for 10,000 steps a day, this number originated from a Japanese marketing campaign rather than scientific evidence.","targets":[{"categories":["categories/lifestyle","categories/national-news"],"distribution":["brands/iHeartRadio"]}],"title":"Study Reveals New Number Of Daily Steps You Need To Stay Healthy"},"slug":"2025-07-24-study-reveals-new-number-of-daily-steps-you-need-to-stay-healthy","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/68828a2db91b55487b0210d1","title":"Study Reveals New Number Of Daily Steps You Need To Stay Healthy","description":"While many people aim for 10,000 steps a day, this number originated from a Japanese marketing campaign rather than scientific evidence.","author":"iHeartRadio"},"pub_start":1753386000000,"pub_until":4115978604802,"pub_changed":1753386383967,"subscription":[{"tags":["categories/national-news","categories/lifestyle","facets/All Sites - English"]},{"tags":["categories/lifestyle","categories/national-news","brands/iHeartRadio"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6882872042098e1e2b1701c1","slug:2025-07-24-study-reveals-new-number-of-daily-steps-you-need-to-stay-healthy","slug:2025-07-24-study-reveals-new-number-of-daily-steps-you-need-to-stay-healthy","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6882505442098e1e2b17017f","type":"PUBLISHING","record":{"ref_id":"%2F6882505442098e1e2b17017f","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"fb64aea6-e595-4ceb-ad3c-31b34082dcb0","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":"","id":"%2F688250dd182a7021a03a26cf","new_tab":false,"schedule":{},"source_credit":"somnuk krobkum / Moment / Getty Images","title":"Trees and fallen ground in autumn","type":"asset","url":"","use_caption":false},{"html":"\u003cp>As the United States experiences a scorching summer, \u003ca href=\"https://www.foxweather.com/lifestyle/old-farmers-almanac-fall-2025-prediction\" target=\"_blank\">the Old Farmer's Almanac has released its fall 2025 forecast\u003c/a>, predicting warmer-than-normal temperatures across much of the country. The almanac indicates that the western half of the United States will see particularly warm conditions this autumn.\u003c/p>\n\n\u003cp>According to the almanac, most regions from California to Florida and up to Maine \u003ca href=\"https://www.almanac.com/fall-weather-forecast\" target=\"_blank\">should expect below-average rainfall\u003c/a>, although areas like the High Plains and the Pacific Northwest may need to keep their umbrellas handy due to expected rain. The fall foliage in the Northeastern region could be quite colorful due to the cooler temperatures and below-average rainfall.\u003c/p>\n\n\u003cp>Hurricane season, which runs through November, is expected to be active, with a high count of named storms. The \u003ca href=\"https://www.newsweek.com/old-farmers-almanac-predicts-us-weather-fall-2025-2103388\" target=\"_blank\">almanac warns of above-normal hurricane activity\u003c/a>, suggesting that residents should stay prepared for potential storms.\u003c/p>\n\n\u003cp>The Old Farmer's Almanac has been a trusted source for weather predictions for over two centuries, providing insights into seasonal weather patterns across North America. As fall approaches, many will look to the almanac for guidance on what to expect in the coming months.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-24-old-farmers-almanac-releases-2025-fall-weather-predictions/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-07-24-old-farmers-almanac-releases-2025-fall-weather-predictions/","primary_image":{"bucket":"assets.getty","id":"%2F688250dd182a7021a03a26cf"},"primary_target":{"categories":["categories/national-news","categories/weather"],"distribution":["brands/iHeartRadio"]},"publish_date":1753371060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-24-old-farmers-almanac-releases-2025-fall-weather-predictions","social_title":"","summary":"The Old Farmer's Almanac has been a trusted source for weather predictions for over two centuries.","targets":[{"categories":["categories/national-news","categories/weather"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle","categories/weather"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Old Farmer's Almanac Releases 2025 Fall Weather Predictions"},"slug":"2025-07-24-old-farmers-almanac-releases-2025-fall-weather-predictions","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688250dd182a7021a03a26cf","title":"Old Farmer's Almanac Releases 2025 Fall Weather Predictions","description":"The Old Farmer's Almanac has been a trusted source for weather predictions for over two centuries.","author":"iHeartRadio"},"pub_start":1753371060000,"pub_until":4115978604802,"pub_changed":1753371481757,"subscription":[{"tags":["categories/national-news","categories/weather","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/weather","formats/NEWSTALK"]},{"tags":["categories/lifestyle","categories/weather","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6882505442098e1e2b17017f","slug:2025-07-24-old-farmers-almanac-releases-2025-fall-weather-predictions","slug:2025-07-24-old-farmers-almanac-releases-2025-fall-weather-predictions","keyword:keywords/ai-assisted","author:user"]}}],"resume":null}},{"id":"zlJN0","region":"main:dynamic","type":"show","ordinal":32,"value":{"brands":[{"ref":"config://field/general.default_shows","scope":null,"type":"VAR"}],"title":"Shows"},"tags":[],"schedule":{"begin":0,"end":4115978604802},"shows":[{"_id":"%2F5d5d85974ddfc2c9e60f68ac","slug":"the-michael-brown-show","ownBrand":"brands/The Michael Brown Show","configByLookup":{"common":{"branding":{"name":"Michael Brown","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/6046b612afe5c0fa1160bdcd"}}}}}},{"_id":"%2F5a7e0a8d5e8f16e929d84610","slug":"the-troubleshooter","ownBrand":"brands/The Troubleshooter","configByLookup":{"common":{"branding":{"name":"The Troubleshooter","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5d6e891b52861ec9dab693c7"}}}}}},{"_id":"%2F660bf5976e7fbbc3953118ee","slug":"ryan-schuiling","ownBrand":"brands/Ryan Schuiling","configByLookup":{"common":{"branding":{"name":"Ryan Schuiling","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/660dd14f20c8fa196a3450a9"}}}}}},{"_id":"%2F5bcf45541311b3e3df7cba89","slug":"dan-caplis","ownBrand":"brands/Dan Caplis Show","configByLookup":{"common":{"branding":{"name":"Dan Caplis ","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/612ffd33a40c2583ebde681b"}}}}}},{"_id":"%2F46c85c261c4cbb52149091e37759754c","slug":"the-joe-pags-show","ownBrand":"brands/The Joe Pags Show (10)","configByLookup":{"common":{"branding":{"name":"The Joe Pags Show","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/e2eadca4bd0363a6b613d2521366398f"}}}}}},{"_id":"%2F5f248042642166486676e904","slug":"fox-news-rundown","ownBrand":"brands/Fox News Rundown","configByLookup":{"common":{"branding":{"name":"Fox News Rundown","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5f24a6f5ab6c573016341b70"}}}}}},{"_id":"%2F5a85ad73d76044a54dd54e56","slug":"red-eye-radio","ownBrand":"brands/Red Eye Radio","configByLookup":{"common":{"branding":{"name":"Red Eye Radio","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e7a7e4669e5d9dabd324e77"}}}}}}]},{"id":"MOi2y","region":"main:dynamic","type":"ad","ordinal":33,"value":{"ad_split":0,"position":"3331"},"tags":[],"schedule":null},{"id":"GUwtl","region":"main:dynamic","type":"contests","ordinal":34,"value":{},"tags":["display-hints/tile"],"schedule":{"begin":0,"end":4115978604802}},{"id":"XlM5U","region":"main:dynamic","type":"feed","ordinal":35,"value":{"ad_split":50,"feed_id":"ID:calendar-topics-feed-matsubs","feed_index":0,"link":[{"children":[],"id":"5xD0s","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":[],"resume":null}},{"id":"xAMG8","region":"main:dynamic","type":"keywordcontest","ordinal":36,"value":{"campaign_id":{"ref":"config://field/partners.aptivada_id","scope":null,"type":"VAR"},"campaign_type":"ihrcountdown","title":null},"tags":[],"schedule":{"begin":0,"end":4115978604802},"disabled":false,"campaignId":"1781993"},{"id":"ad:bottom-leaderboard","region":"ad:bottom-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":0,"position":"3306"},"tags":[],"schedule":null}]}}],["topic-e6Rs0",{"data":{}}],["contestsloader-khow-am",{"data":[{"appType":"contest","appId":"1798401","parentAppId":"1797956","title":"Give Your Favorite Teacher A Chance To Win $5,000 In Classroom Supplies!","shareTitle":"Give Your Favorite Teacher A Chance To Win $5,000 In Classroom Supplies!","tags":"","gridStatus":"featured","gridRedirect":"https://www.donorschoose.org/iheartradio","pageUrl":"https://khow.iheart.com/contests/give-your-favorite-teacher-a-chance-to-win-5-000-in-classroom-supplies-1798401/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk3OTU2X3N0YW5kYXJkXzE3NTI5MjEzNDUucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk3OTU2X21vYmlsZV8xNzUyOTIwNzA0LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"","startTime":"2025-07-20 22:00:00","endTime":"2025-12-31 21:59:00","scheduleStatus":"live","startDate":"2025-07-20 22:00:00","endDate":"2025-12-31 21:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk3OTU2X21vYmlsZV8xNzUyOTIwNzA0LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnprM09UVTJYMjF2WW1sc1pWOHhOelV5T1RJd056QTBMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"426351231","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1801249","parentAppId":"1800824","title":"Win A Trip To Our iHeartRadio Music Festival 2025 And $1000!","shareTitle":"Win A Trip To Our iHeartRadio Music Festival 2025 And $1000!","tags":"","gridStatus":"featured","gridRedirect":"","pageUrl":"https://khow.iheart.com/contests/win-a-trip-to-our-iheartradio-music-festival-2025-and-1000-1801249/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xODAwODI0X3N0YW5kYXJkXzE3NTM3MjUwODMucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xODAwODI0X21vYmlsZV8xNzUzNzI1MDk2LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"","startTime":"2025-08-03 22:00:00","endTime":"2025-09-05 21:59:00","scheduleStatus":"upcoming","startDate":"2025-08-03 22:00:00","endDate":"2025-09-05 21:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xODAwODI0X21vYmlsZV8xNzUzNzI1MDk2LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4T0RBd09ESTBYMjF2WW1sc1pWOHhOelV6TnpJMU1EazJMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"426351231","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null}]}],["weathertileloader-39.6281633--104.9119329",{"data":[{"dayOfWeek":"Saturday","expirationTimeUtc":1754143788,"moonPhase":"Waxing Gibbous","moonPhaseCode":"WXG","moonPhaseDay":8,"moonriseTimeLocal":"2025-08-02T15:07:12-0600","moonriseTimeUtc":1754168832,"moonsetTimeLocal":"","moonsetTimeUtc":null,"narrative":"Afternoon showers and thunderstorms. Highs in the upper 80s and lows in the low 60s.","qpf":0.01,"qpfSnow":0,"sunriseTimeLocal":"2025-08-02T06:00:07-0600","sunriseTimeUtc":1754136007,"sunsetTimeLocal":"2025-08-02T20:10:52-0600","sunsetTimeUtc":1754187052,"temperatureMax":87,"temperatureMin":61,"validTimeUtc":1754139600,"validTimeLocal":"2025-08-02T07:00:00-0600","calendarDayTemperatureMax":87,"calendarDayTemperatureMin":54,"day":{"cloudCover":46,"dayOrNight":"D","daypartName":"Today","iconCode":38,"iconCodeExtend":7203,"narrative":"Sunshine this morning. Scattered thunderstorms developing this afternoon. High 87F. SSW winds shifting to NW at 10 to 15 mph. Chance of rain 40%.","precipChance":39,"precipType":"rain","qpf":0.01,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":33,"snowRange":"","temperature":87,"temperatureHeatIndex":87,"temperatureWindChill":60,"thunderCategory":"Thunder expected","thunderIndex":2,"uvDescription":"Very High","uvIndex":9,"windDirection":233,"windDirectionCardinal":"SW","windPhrase":"SSW winds shifting to NW at 10 to 15 mph.","windSpeed":12,"wxPhraseLong":"PM Thunderstorms","wxPhraseShort":"PM T-Storms"},"night":{"cloudCover":30,"dayOrNight":"N","daypartName":"Tonight","iconCode":29,"iconCodeExtend":2900,"narrative":"Some clouds this evening will give way to mainly clear skies overnight. A stray shower or thunderstorm is possible. Low 61F. Winds SSW at 5 to 10 mph.","precipChance":24,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":"Q8001","qualifierPhrase":"A stray shower or thunderstorm is possible.","relativeHumidity":51,"snowRange":"","temperature":61,"temperatureHeatIndex":76,"temperatureWindChill":61,"thunderCategory":"Thunder possible","thunderIndex":1,"uvDescription":"Low","uvIndex":0,"windDirection":204,"windDirectionCardinal":"SSW","windPhrase":"Winds SSW at 5 to 10 mph.","windSpeed":9,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"}},{"dayOfWeek":"Sunday","expirationTimeUtc":1754143788,"moonPhase":"Waxing Gibbous","moonPhaseCode":"WXG","moonPhaseDay":9,"moonriseTimeLocal":"2025-08-03T16:09:27-0600","moonriseTimeUtc":1754258967,"moonsetTimeLocal":"2025-08-03T00:26:48-0600","moonsetTimeUtc":1754202408,"narrative":"Plenty of sun. Highs in the upper 80s and lows in the low 60s.","qpf":0,"qpfSnow":0,"sunriseTimeLocal":"2025-08-03T06:01:01-0600","sunriseTimeUtc":1754222461,"sunsetTimeLocal":"2025-08-03T20:09:47-0600","sunsetTimeUtc":1754273387,"temperatureMax":89,"temperatureMin":61,"validTimeUtc":1754226000,"validTimeLocal":"2025-08-03T07:00:00-0600","calendarDayTemperatureMax":89,"calendarDayTemperatureMin":61,"day":{"cloudCover":15,"dayOrNight":"D","daypartName":"Tomorrow","iconCode":34,"iconCodeExtend":3400,"narrative":"Plentiful sunshine. High 89F. Winds NNE at 10 to 15 mph.","precipChance":0,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":26,"snowRange":"","temperature":89,"temperatureHeatIndex":89,"temperatureWindChill":63,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Very High","uvIndex":9,"windDirection":14,"windDirectionCardinal":"NNE","windPhrase":"Winds NNE at 10 to 15 mph.","windSpeed":11,"wxPhraseLong":"Mostly Sunny","wxPhraseShort":"M Sunny"},"night":{"cloudCover":1,"dayOrNight":"N","daypartName":"Tomorrow night","iconCode":31,"iconCodeExtend":3100,"narrative":"Clear skies. Low 61F. Winds SSE at 5 to 10 mph.","precipChance":2,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":39,"snowRange":"","temperature":61,"temperatureHeatIndex":83,"temperatureWindChill":61,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":166,"windDirectionCardinal":"SSE","windPhrase":"Winds SSE at 5 to 10 mph.","windSpeed":10,"wxPhraseLong":"Clear","wxPhraseShort":"Clear"}},{"dayOfWeek":"Monday","expirationTimeUtc":1754143788,"moonPhase":"Waxing Gibbous","moonPhaseCode":"WXG","moonPhaseDay":10,"moonriseTimeLocal":"2025-08-04T17:09:39-0600","moonriseTimeUtc":1754348979,"moonsetTimeLocal":"2025-08-04T01:06:04-0600","moonsetTimeUtc":1754291164,"narrative":"Plenty of sun. Highs in the mid 90s and lows in the low 60s.","qpf":0,"qpfSnow":0,"sunriseTimeLocal":"2025-08-04T06:01:55-0600","sunriseTimeUtc":1754308915,"sunsetTimeLocal":"2025-08-04T20:08:40-0600","sunsetTimeUtc":1754359720,"temperatureMax":95,"temperatureMin":63,"validTimeUtc":1754312400,"validTimeLocal":"2025-08-04T07:00:00-0600","calendarDayTemperatureMax":95,"calendarDayTemperatureMin":61,"day":{"cloudCover":31,"dayOrNight":"D","daypartName":"Monday","iconCode":34,"iconCodeExtend":3400,"narrative":"Sunshine and some clouds. High around 95F. Winds S at 10 to 20 mph.","precipChance":1,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":21,"snowRange":"","temperature":95,"temperatureHeatIndex":95,"temperatureWindChill":64,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Very High","uvIndex":9,"windDirection":176,"windDirectionCardinal":"S","windPhrase":"Winds S at 10 to 20 mph.","windSpeed":14,"wxPhraseLong":"Mostly Sunny","wxPhraseShort":"M Sunny"},"night":{"cloudCover":36,"dayOrNight":"N","daypartName":"Monday night","iconCode":29,"iconCodeExtend":2900,"narrative":"Partly cloudy skies. Low 63F. Winds S at 10 to 20 mph.","precipChance":1,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":29,"snowRange":"","temperature":63,"temperatureHeatIndex":89,"temperatureWindChill":63,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":187,"windDirectionCardinal":"S","windPhrase":"Winds S at 10 to 20 mph.","windSpeed":14,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"}},{"dayOfWeek":"Tuesday","expirationTimeUtc":1754143788,"moonPhase":"Waxing Gibbous","moonPhaseCode":"WXG","moonPhaseDay":11,"moonriseTimeLocal":"2025-08-05T18:04:18-0600","moonriseTimeUtc":1754438658,"moonsetTimeLocal":"2025-08-05T01:53:46-0600","moonsetTimeUtc":1754380426,"narrative":"Partly cloudy. Highs in the upper 90s and lows in the mid 60s.","qpf":0,"qpfSnow":0,"sunriseTimeLocal":"2025-08-05T06:02:50-0600","sunriseTimeUtc":1754395370,"sunsetTimeLocal":"2025-08-05T20:07:33-0600","sunsetTimeUtc":1754446053,"temperatureMax":98,"temperatureMin":64,"validTimeUtc":1754398800,"validTimeLocal":"2025-08-05T07:00:00-0600","calendarDayTemperatureMax":98,"calendarDayTemperatureMin":63,"day":{"cloudCover":66,"dayOrNight":"D","daypartName":"Tuesday","iconCode":30,"iconCodeExtend":3000,"narrative":"Partly to mostly cloudy. High 98F. Winds SE at 5 to 10 mph.","precipChance":1,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":13,"snowRange":"","temperature":98,"temperatureHeatIndex":98,"temperatureWindChill":66,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Very High","uvIndex":8,"windDirection":137,"windDirectionCardinal":"SE","windPhrase":"Winds SE at 5 to 10 mph.","windSpeed":10,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"},"night":{"cloudCover":45,"dayOrNight":"N","daypartName":"Tuesday night","iconCode":29,"iconCodeExtend":2900,"narrative":"A few clouds. Low 64F. Winds SSW at 5 to 10 mph.","precipChance":0,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":22,"snowRange":"","temperature":64,"temperatureHeatIndex":92,"temperatureWindChill":64,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":210,"windDirectionCardinal":"SSW","windPhrase":"Winds SSW at 5 to 10 mph.","windSpeed":9,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"}},{"dayOfWeek":"Wednesday","expirationTimeUtc":1754143788,"moonPhase":"Waxing Gibbous","moonPhaseCode":"WXG","moonPhaseDay":12,"moonriseTimeLocal":"2025-08-06T18:52:00-0600","moonriseTimeUtc":1754527920,"moonsetTimeLocal":"2025-08-06T02:50:22-0600","moonsetTimeUtc":1754470222,"narrative":"Mostly cloudy. Highs in the mid 90s and lows in the upper 60s.","qpf":0,"qpfSnow":0,"sunriseTimeLocal":"2025-08-06T06:03:44-0600","sunriseTimeUtc":1754481824,"sunsetTimeLocal":"2025-08-06T20:06:24-0600","sunsetTimeUtc":1754532384,"temperatureMax":96,"temperatureMin":67,"validTimeUtc":1754485200,"validTimeLocal":"2025-08-06T07:00:00-0600","calendarDayTemperatureMax":96,"calendarDayTemperatureMin":64,"day":{"cloudCover":47,"dayOrNight":"D","daypartName":"Wednesday","iconCode":28,"iconCodeExtend":2800,"narrative":"Partly cloudy skies in the morning will give way to cloudy skies during the afternoon. High 96F. Winds S at 10 to 15 mph.","precipChance":9,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":16,"snowRange":"","temperature":96,"temperatureHeatIndex":96,"temperatureWindChill":68,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Very High","uvIndex":9,"windDirection":185,"windDirectionCardinal":"S","windPhrase":"Winds S at 10 to 15 mph.","windSpeed":11,"wxPhraseLong":"Mostly Cloudy","wxPhraseShort":"M Cloudy"},"night":{"cloudCover":49,"dayOrNight":"N","daypartName":"Wednesday night","iconCode":29,"iconCodeExtend":2900,"narrative":"A few clouds. Low 67F. Winds SSW at 10 to 15 mph.","precipChance":11,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":30,"snowRange":"","temperature":67,"temperatureHeatIndex":88,"temperatureWindChill":67,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":199,"windDirectionCardinal":"SSW","windPhrase":"Winds SSW at 10 to 15 mph.","windSpeed":11,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"}},{"dayOfWeek":"Thursday","expirationTimeUtc":1754143788,"moonPhase":"Waxing Gibbous","moonPhaseCode":"WXG","moonPhaseDay":13,"moonriseTimeLocal":"2025-08-07T19:32:30-0600","moonriseTimeUtc":1754616750,"moonsetTimeLocal":"2025-08-07T03:55:08-0600","moonsetTimeUtc":1754560508,"narrative":"Partly cloudy. Highs in the mid 90s and lows in the mid 60s.","qpf":0,"qpfSnow":0,"sunriseTimeLocal":"2025-08-07T06:04:39-0600","sunriseTimeUtc":1754568279,"sunsetTimeLocal":"2025-08-07T20:05:14-0600","sunsetTimeUtc":1754618714,"temperatureMax":95,"temperatureMin":66,"validTimeUtc":1754571600,"validTimeLocal":"2025-08-07T07:00:00-0600","calendarDayTemperatureMax":95,"calendarDayTemperatureMin":67,"day":{"cloudCover":57,"dayOrNight":"D","daypartName":"Thursday","iconCode":30,"iconCodeExtend":3000,"narrative":"Partly to mostly cloudy. High near 95F. Winds WSW at 10 to 15 mph.","precipChance":9,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":19,"snowRange":"","temperature":95,"temperatureHeatIndex":95,"temperatureWindChill":70,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Very High","uvIndex":8,"windDirection":240,"windDirectionCardinal":"WSW","windPhrase":"Winds WSW at 10 to 15 mph.","windSpeed":10,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"},"night":{"cloudCover":37,"dayOrNight":"N","daypartName":"Thursday night","iconCode":29,"iconCodeExtend":2900,"narrative":"Partly cloudy skies. Low 66F. Winds SSW at 10 to 15 mph.","precipChance":12,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":31,"snowRange":"","temperature":66,"temperatureHeatIndex":86,"temperatureWindChill":66,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":208,"windDirectionCardinal":"SSW","windPhrase":"Winds SSW at 10 to 15 mph.","windSpeed":10,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"}},{"dayOfWeek":"Friday","expirationTimeUtc":1754143788,"moonPhase":"Full Moon","moonPhaseCode":"F","moonPhaseDay":14,"moonriseTimeLocal":"2025-08-08T20:05:47-0600","moonriseTimeUtc":1754705147,"moonsetTimeLocal":"2025-08-08T05:04:38-0600","moonsetTimeUtc":1754651078,"narrative":"Times of sun and clouds. Highs in the mid 90s and lows in the mid 60s.","qpf":0,"qpfSnow":0,"sunriseTimeLocal":"2025-08-08T06:05:34-0600","sunriseTimeUtc":1754654734,"sunsetTimeLocal":"2025-08-08T20:04:03-0600","sunsetTimeUtc":1754705043,"temperatureMax":96,"temperatureMin":64,"validTimeUtc":1754658000,"validTimeLocal":"2025-08-08T07:00:00-0600","calendarDayTemperatureMax":96,"calendarDayTemperatureMin":66,"day":{"cloudCover":51,"dayOrNight":"D","daypartName":"Friday","iconCode":30,"iconCodeExtend":3000,"narrative":"Intervals of clouds and sunshine. High 96F. Winds WSW at 10 to 15 mph.","precipChance":12,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":18,"snowRange":"","temperature":96,"temperatureHeatIndex":96,"temperatureWindChill":70,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Very High","uvIndex":9,"windDirection":247,"windDirectionCardinal":"WSW","windPhrase":"Winds WSW at 10 to 15 mph.","windSpeed":10,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"},"night":{"cloudCover":35,"dayOrNight":"N","daypartName":"Friday night","iconCode":29,"iconCodeExtend":2900,"narrative":"Partly cloudy. Low 64F. Winds SW at 10 to 15 mph.","precipChance":11,"precipType":"rain","qpf":0,"qpfSnow":0,"qualifierCode":null,"qualifierPhrase":null,"relativeHumidity":34,"snowRange":"","temperature":64,"temperatureHeatIndex":86,"temperatureWindChill":64,"thunderCategory":"No thunder","thunderIndex":0,"uvDescription":"Low","uvIndex":0,"windDirection":215,"windDirectionCardinal":"SW","windPhrase":"Winds SW at 10 to 15 mph.","windSpeed":11,"wxPhraseLong":"Partly Cloudy","wxPhraseShort":"P Cloudy"}}]}],["$podcastloader-49108867,20710606,166438128,30500024",{"data":[{"id":49108867,"title":"The Situation & The Weekend with Michael Brown","description":"Smart. Funny. Connected. Former Under Secretary of Homeland Security & FEMA Director Michael Brown provides provocative insight into culture, current events and politics. Get an insider's view of what the mainstream media won't be telling you. He delivers incisive content with humor, wit and smartness. He gives you an honest inside look that no one else is willing to do.","lastUpdated":1724176566,"slug":"1248-the-situation-the-weekend","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzE4ZDUzZDkwZGNiZWRmMGQxNTllMGEyZmZjZmU2OWQ4LmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABEtmjEAAAGYYEcZKA"},"items":[{"id":288306483,"podcastId":49108867,"podcastSlug":"1248-the-situation-the-weekend","title":"8-1-25 - 6am - KOA Birthday Party and The Denver Budget & Indian Embassy","duration":2045,"isExplicit":false,"description":"","startDate":1754052070000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzE4ZDUzZDkwZGNiZWRmMGQxNTllMGEyZmZjZmU2OWQ4LmpwZw"},{"id":288306484,"podcastId":49108867,"podcastSlug":"1248-the-situation-the-weekend","title":"8-1-25 - 7am - Russiagate Docs","duration":2178,"isExplicit":false,"description":"","startDate":1754052065000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzE4ZDUzZDkwZGNiZWRmMGQxNTllMGEyZmZjZmU2OWQ4LmpwZw"},{"id":288306485,"podcastId":49108867,"podcastSlug":"1248-the-situation-the-weekend","title":"8-1-25 - 8am - Punished for Helping Ice","duration":2054,"isExplicit":false,"description":"","startDate":1754052059000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzE4ZDUzZDkwZGNiZWRmMGQxNTllMGEyZmZjZmU2OWQ4LmpwZw"},{"id":288306486,"podcastId":49108867,"podcastSlug":"1248-the-situation-the-weekend","title":"8-1-25 - 9am - Tax Payer Relief Shots","duration":2114,"isExplicit":false,"description":"","startDate":1754052050000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzE4ZDUzZDkwZGNiZWRmMGQxNTllMGEyZmZjZmU2OWQ4LmpwZw"},{"id":288303686,"podcastId":49108867,"podcastSlug":"1248-the-situation-the-weekend","title":"8-1-25 - Daily Talkbacks","duration":240,"isExplicit":false,"description":"","startDate":1754049318000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzE4ZDUzZDkwZGNiZWRmMGQxNTllMGEyZmZjZmU2OWQ4LmpwZw"},{"id":288205518,"podcastId":49108867,"podcastSlug":"1248-the-situation-the-weekend","title":"7-31-25 - 6am - An Outsiders Look at Colorado","duration":2186,"isExplicit":false,"description":"","startDate":1753964949000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzE4ZDUzZDkwZGNiZWRmMGQxNTllMGEyZmZjZmU2OWQ4LmpwZw"},{"id":288205519,"podcastId":49108867,"podcastSlug":"1248-the-situation-the-weekend","title":"7-31-25 - 7am - 100 Million Investment in Downtown","duration":2053,"isExplicit":false,"description":"","startDate":1753964943000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzE4ZDUzZDkwZGNiZWRmMGQxNTllMGEyZmZjZmU2OWQ4LmpwZw"},{"id":288205520,"podcastId":49108867,"podcastSlug":"1248-the-situation-the-weekend","title":"7-31-25 - 8am - Reapportionment & Gerrymandering and Trump & The EPA","duration":2194,"isExplicit":false,"description":"","startDate":1753964937000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzE4ZDUzZDkwZGNiZWRmMGQxNTllMGEyZmZjZmU2OWQ4LmpwZw"},{"id":288205521,"podcastId":49108867,"podcastSlug":"1248-the-situation-the-weekend","title":"7-31-25 - 9am - Cincinnati 'Fight'","duration":2023,"isExplicit":false,"description":"","startDate":1753964931000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzE4ZDUzZDkwZGNiZWRmMGQxNTllMGEyZmZjZmU2OWQ4LmpwZw"},{"id":288201265,"podcastId":49108867,"podcastSlug":"1248-the-situation-the-weekend","title":"7-31-25 - Daily Talkbacks","duration":425,"isExplicit":false,"description":"","startDate":1753961929000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzE4ZDUzZDkwZGNiZWRmMGQxNTllMGEyZmZjZmU2OWQ4LmpwZw"}]}},{"id":20710606,"title":"The Troubleshooter","description":"Tom's high-energy format is unlike anything you’ve ever heard on radio! Each program is packed with calls from people needing consumer help, information, referrals and advice. Tom and his team routinely investigate scams, rip-offs and consumer fraud live on the air! It is truly \"Reality Radio\".","lastUpdated":1724176826,"slug":"759-the-troubleshooter","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2VkNDhmOTA3ZWFiMzkxODQ3NmQ3YzBiMjUyMDFlNmRmLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABEcdU4AAAGYLbd6wA"},"items":[{"id":288322668,"podcastId":20710606,"podcastSlug":"759-the-troubleshooter","title":"The Troubleshooter 8-1-25","duration":8123,"isExplicit":false,"description":"","startDate":1754063855000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2VkNDhmOTA3ZWFiMzkxODQ3NmQ3YzBiMjUyMDFlNmRmLmpwZw"},{"id":288233268,"podcastId":20710606,"podcastSlug":"759-the-troubleshooter","title":"The Troubleshooter 7-31-25","duration":8282,"isExplicit":false,"description":"","startDate":1753977496000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2VkNDhmOTA3ZWFiMzkxODQ3NmQ3YzBiMjUyMDFlNmRmLmpwZw"},{"id":288101547,"podcastId":20710606,"podcastSlug":"759-the-troubleshooter","title":"The Troubleshooter 7-30-25","duration":8322,"isExplicit":false,"description":"","startDate":1753891086000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2VkNDhmOTA3ZWFiMzkxODQ3NmQ3YzBiMjUyMDFlNmRmLmpwZw"},{"id":287970403,"podcastId":20710606,"podcastSlug":"759-the-troubleshooter","title":"The Troubleshooter 7-29-25","duration":8389,"isExplicit":false,"description":"","startDate":1753804955000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2VkNDhmOTA3ZWFiMzkxODQ3NmQ3YzBiMjUyMDFlNmRmLmpwZw"},{"id":287805632,"podcastId":20710606,"podcastSlug":"759-the-troubleshooter","title":"The Troubleshooter 7-28-25","duration":8501,"isExplicit":false,"description":"","startDate":1753718554000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2VkNDhmOTA3ZWFiMzkxODQ3NmQ3YzBiMjUyMDFlNmRmLmpwZw"},{"id":287570524,"podcastId":20710606,"podcastSlug":"759-the-troubleshooter","title":"The Troubleshooter 7-25-25","duration":8015,"isExplicit":false,"description":"","startDate":1753459196000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2VkNDhmOTA3ZWFiMzkxODQ3NmQ3YzBiMjUyMDFlNmRmLmpwZw"},{"id":287444130,"podcastId":20710606,"podcastSlug":"759-the-troubleshooter","title":"The Troubleshooter 7-24-25","duration":8059,"isExplicit":false,"description":"","startDate":1753372796000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2VkNDhmOTA3ZWFiMzkxODQ3NmQ3YzBiMjUyMDFlNmRmLmpwZw"},{"id":287323982,"podcastId":20710606,"podcastSlug":"759-the-troubleshooter","title":"The Troubleshooter 7-23-25","duration":7801,"isExplicit":false,"description":"","startDate":1753286477000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2VkNDhmOTA3ZWFiMzkxODQ3NmQ3YzBiMjUyMDFlNmRmLmpwZw"},{"id":287194744,"podcastId":20710606,"podcastSlug":"759-the-troubleshooter","title":"The Troubleshooter 7-22-25","duration":8274,"isExplicit":false,"description":"","startDate":1753200191000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2VkNDhmOTA3ZWFiMzkxODQ3NmQ3YzBiMjUyMDFlNmRmLmpwZw"},{"id":287077710,"podcastId":20710606,"podcastSlug":"759-the-troubleshooter","title":"The Troubleshooter 7-21-25","duration":8239,"isExplicit":false,"description":"","startDate":1753113656000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2VkNDhmOTA3ZWFiMzkxODQ3NmQ3YzBiMjUyMDFlNmRmLmpwZw"}]}},{"id":166438128,"title":"Ryan Schuiling Live","description":"Ryan is on 630 KHOW weekdays from 2pm-4pm. Catch up on anything that you might have missed or listen again.","lastUpdated":1752190354,"slug":"1248-ryan-schuiling-live","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzhjYjY2MjdmYzVjODdhOWVhMzEwOTliMzc4YWQxMWU4LmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABEn5IYAAAGYUpSk0A"},"items":[{"id":288342113,"podcastId":166438128,"podcastSlug":"1248-ryan-schuiling-live","title":"Reflecting on last night's celebration of KOA's 100th anniversary; Ryan reflects on the winding road that led him to Denver","duration":2204,"isExplicit":false,"description":"KOA and KHOW program director Dave Tepper joins Ryan for a full segment devoted to remembering 100 years of KOA, the blowtorch news/talk/sports station of Denver and the Rocky Mountain region for legions of listeners. The anniversary was celebrated Thursday night with a gathering at the iHeart Denver headquarters.\u003cbr />\u003cbr />Ryan reflects on the long and winding road that led him to Denver, and why he feels honored and humbled to follow in the footsteps of so many all-time radio greats at KOA and KHOW.\u003cbr />\u003cbr />Kelly reveals our Friday Fool of the Week, by the vote of our listeners.","startDate":1754076583000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzhjYjY2MjdmYzVjODdhOWVhMzEwOTliMzc4YWQxMWU4LmpwZw"},{"id":288338090,"podcastId":166438128,"podcastSlug":"1248-ryan-schuiling-live","title":"Right Side of Hollywood: Happy Gilmore 2 shocks Toto; Leno vs. Letterman on Colbert; Sydney Sweeney has great jeans","duration":2246,"isExplicit":false,"description":"Ryan and Christian Toto got together a week ago to watch Happy Gilmore 2, which had just dropped on Netflix. What happened just three minutes into the film stunned and shocked them both and served as the driving force behind the rest of the movie. Was it worth the watch?\u003cbr />\u003cbr />Deborah Flora and Christian examine the differing takes on Stephen Colbert's demise at CBS from long-time late night hosts - and rivals - Jay Leno and David Letterman.\u003cbr />\u003cbr />Our Friday Fool of the Week nominees: Cincinnati Police Chief Terri Theetge, Democratic Socialist candidate for New York City mayor Zohran Mamdani, and CNN law enforcement analyst John Miller.\u003cbr />\u003cbr />Comedy Central's Desi Lydic lampoons the conservative response to leftist criticism of Sydney Sweeney's American Eagle 'good jeans' ad.","startDate":1754075039000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzhjYjY2MjdmYzVjODdhOWVhMzEwOTliMzc4YWQxMWU4LmpwZw"},{"id":288259175,"podcastId":166438128,"podcastSlug":"1248-ryan-schuiling-live","title":"Bernie Lake on her fight against human trafficking; George Brauchler on the strangest K9 unit case you'll ever hear","duration":2211,"isExplicit":false,"description":"Bernadette 'Bernie' Lake helped run an anti-human trafficking NGO in India for 12 years. She joins Ryan to share her experience and expertise on a pressing issue affecting thousands of children in America currently missing.\u003cbr />\u003cbr />\u003ca href=\"https://www.google.com/url?q=https://www.youtube.com/watch?app%3Ddesktop%26v%3D9gqYnwUTxag&sa=D&source=calendar&usd=2&usg=AOvVaw1vJrBqza0al_efudeRoVGI\" target=\"_blank\" rel=\"noreferrer noopener\">Bonded Labour | Bernadette David | TEDxDSBInternationalSchool\u003c/a>\u003cbr />\u003cbr />George Brauchler, 23rd District Attorney joins Ryan to break down one of the strangest stories you'll ever hear - a JeffCo Deputy claims immunity from culpability for his K9 companion who attacked a 2-year-old DougCo girl and her father at the toddler's birthday party, because cleaning up the dog's urine constituted performance of his law enforcement duties. George attempts to sort through the details.","startDate":1753998781000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzhjYjY2MjdmYzVjODdhOWVhMzEwOTliMzc4YWQxMWU4LmpwZw"},{"id":288250886,"podcastId":166438128,"podcastSlug":"1248-ryan-schuiling-live","title":"Forever In Blue Jeans: From Brooke Shields to Sydney Sweeney, sex sells - it always has and always will","duration":2149,"isExplicit":false,"description":"Pop culture includes advertising over the decades, and gorgeous women selling blue jeans has been the standard - from Brooke Shields to Sydney Sweeney. So why is the woke Left up in arms over the American Eagle ad featuring the latter with 'good jeans.'","startDate":1753991824000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzhjYjY2MjdmYzVjODdhOWVhMzEwOTliMzc4YWQxMWU4LmpwZw"},{"id":288127653,"podcastId":166438128,"podcastSlug":"1248-ryan-schuiling-live","title":"Revisiting our conversation with Steffan Tubbs, one-time dental client (and radio endorser) of convicted murderer James Craig","duration":2240,"isExplicit":false,"description":"After the guilty verdict announced earlier today in the first-degree murder trial of former Aurora dentist James Craig, Ryan revisits his riveting interview with longtime local talk show host Steffan Tubbs - a one-time client and endorser of Craig's dental practice.\u003cbr /> \u003cbr />Should schools limit how students use AI in school? Or should they be more open to embracing AI? Nhon Ma, co-founder and CEO at education technology Numerade, joins Ryan to provide expert insight into the impact of AI on education, how to balance \"old school\" studying with AI-powered learning, plus the benefits of AI tutoring for students who might not have access to a human tutor.\u003cbr />\u003cbr />Zohran Mamdani is a sophomoric fraud. Yes, the Democrat nominee for New York City mayor DOES want to 'defund the police.' No, we're not as stupid as he thinks we are in trying to convince New Yorkers he was just caught up in the moment of George Floyd's death.\u003cbr />","startDate":1753902960000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzhjYjY2MjdmYzVjODdhOWVhMzEwOTliMzc4YWQxMWU4LmpwZw"},{"id":288122497,"podcastId":166438128,"podcastSlug":"1248-ryan-schuiling-live","title":"Dentist James Craig GUILTY of 1st Degree murder; Grover Norquist on income tax cuts of Big, Beautiful Bill","duration":2177,"isExplicit":false,"description":"Shortly before today's program went live, a jury found former Aurora dentist James Craig guilty of first-degree murder in the poisoning death of his wife, Angie. Ryan and Kelly explore the verdict and the unbelievable details surrounding the case, as Craig developed a diabolical plot to construct an alternative theory to raise reasonable doubt in the minds of jurors.\u003cbr />\u003cbr />Grover Norquist, President of Americans for Tax Reform, reviews the pros and cons of President Trump's 'One Big, Beautiful Bill' as it pertains to relief for American taxpayers and stimulating growth in our economy.\u003cbr />","startDate":1753902574000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzhjYjY2MjdmYzVjODdhOWVhMzEwOTliMzc4YWQxMWU4LmpwZw"},{"id":287985320,"podcastId":166438128,"podcastSlug":"1248-ryan-schuiling-live","title":"Betsy Brantner Smith on New York Shooting, Modern Policing Landscape","duration":2273,"isExplicit":false,"description":"Betsy joins Ryan to discuss the uptick of escalated violence toward police in multiple states, as well as her thoughts on yesterday's shooting in New York.","startDate":1753813035000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzhjYjY2MjdmYzVjODdhOWVhMzEwOTliMzc4YWQxMWU4LmpwZw"},{"id":287984851,"podcastId":166438128,"podcastSlug":"1248-ryan-schuiling-live","title":"Ryan Edwards and Nick Ferguson on Tragic NFL New York Shooting","duration":2185,"isExplicit":false,"description":"Ryan Edwards, Co-Host of \"The Sports Zoo\" on KOA, joins Ryan in studio with Nick Ferguson (via phone) to discuss CTE as it pertains to recent shooting in New York and any development in medical care for the condition.","startDate":1753812327000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzhjYjY2MjdmYzVjODdhOWVhMzEwOTliMzc4YWQxMWU4LmpwZw"},{"id":287827129,"podcastId":166438128,"podcastSlug":"1248-ryan-schuiling-live","title":"Erin Lee Provides Supreme Court Update, George Brauchler on Amy Padden's Latest Comments","duration":2149,"isExplicit":false,"description":"Erin Lee, founder of Protect Kids Colorado, joins Ryan to discuss the appeal of her lawsuit against Poudre Schools to SCOTUS and the high court officially putting the case on the docket for consideration.\u003cbr />\u003cbr />Then, George Brauchler, 23rd district attorney, joins Ryan to discuss his former district (18th) dropping attempted kidnapping charges against registered sex offender due to an updated statute in state law prohibiting mentally incompetent defendants from facing charges. The problem is, the state lacks the facilities and resources to keep incompetent offenders in psychiatric facilities indefinitely - so, ultimately, such perpetrators are eventually released back into the public, whether or not they've been rehabilitated.","startDate":1753732301000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzhjYjY2MjdmYzVjODdhOWVhMzEwOTliMzc4YWQxMWU4LmpwZw"},{"id":287827078,"podcastId":166438128,"podcastSlug":"1248-ryan-schuiling-live","title":"Ryan Reacts To Shocking Coach Prime Revelation","duration":2269,"isExplicit":false,"description":"In the first hour of today's edition of the show, Ryan Schuiling reacts to the shocking news about University of Colorado's head football coach, Deion Sanders, and his health.","startDate":1753732130000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzhjYjY2MjdmYzVjODdhOWVhMzEwOTliMzc4YWQxMWU4LmpwZw"}]}},{"id":30500024,"title":"Dan Caplis","description":"Dan must really like to talk. He’s both an award-winning trial lawyer and a radio talk show host. Since Dan has never shied away from a microphone or a good fight he’s also been a legal analyst for most of America’s top television networks and newspapers.","lastUpdated":1724176739,"slug":"759-dan-caplis","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzA1ZjM5NTdlMmQ2OGQ4YmNiNGI3OTU1ZDYzM2ZkM2ExLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABEn--8AAAGYUrN_QA"},"items":[{"id":288347642,"podcastId":30500024,"podcastSlug":"759-dan-caplis","title":"Dan squares off with David from California on intent, effect of Denver Post doxxing 'Do Better Denver'","duration":2089,"isExplicit":false,"description":"David from California (allegedly) calls in to dispute Dan's take on The Denver Post abandoning all pretense of objective journalism by going on the attack against an X handle (Do Better Denver) which points out inconvenient truths about Denver's decline. Dan takes him on and things get heated.","startDate":1754080630000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzA1ZjM5NTdlMmQ2OGQ4YmNiNGI3OTU1ZDYzM2ZkM2ExLmpwZw"},{"id":288346781,"podcastId":30500024,"podcastSlug":"759-dan-caplis","title":"Dan skewers The Denver Post for its article outing the women behind X handle 'Do Better Denver'","duration":2164,"isExplicit":false,"description":"The Denver Post, in its infinite wisdom and liberal bias, takes up the cause for Mayor Johnston and goes on the attack against three women operating as private citizens behind the X handle 'Do Better Denver.' What could possibly explain this decision on ethical and moral grounds?","startDate":1754080048000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzA1ZjM5NTdlMmQ2OGQ4YmNiNGI3OTU1ZDYzM2ZkM2ExLmpwZw"},{"id":288343595,"podcastId":30500024,"podcastSlug":"759-dan-caplis","title":"Sydney Sweeney vs. Brooke Shields, is the current American Eagle ad any worse than the 1980 Calvin Klein controversy","duration":2094,"isExplicit":false,"description":"","startDate":1753990860000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzA1ZjM5NTdlMmQ2OGQ4YmNiNGI3OTU1ZDYzM2ZkM2ExLmpwZw"},{"id":288259583,"podcastId":30500024,"podcastSlug":"759-dan-caplis","title":"Sydney Sweeney, American Eagle jeans vs the Woke Mob","duration":2269,"isExplicit":false,"description":"","startDate":1753963620000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzA1ZjM5NTdlMmQ2OGQ4YmNiNGI3OTU1ZDYzM2ZkM2ExLmpwZw"},{"id":288131950,"podcastId":30500024,"podcastSlug":"759-dan-caplis","title":"What's In a Name? The Good, The Bad and The Ugly of names we give our kids","duration":2060,"isExplicit":false,"description":"Dan goes down the rabbit hole of what goes into naming a child - and what that label will mean for them for the rest of their lives.\u003cbr />\u003cbr />Ryan and Kelly jump in with their own stories when Dan's mountain retreat experiences an internet outage.","startDate":1753909247000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzA1ZjM5NTdlMmQ2OGQ4YmNiNGI3OTU1ZDYzM2ZkM2ExLmpwZw"},{"id":288131570,"podcastId":30500024,"podcastSlug":"759-dan-caplis","title":"Mayor Mike Johnston's office announces mid-August layoffs, as Denver budget crunch hits city workforce","duration":2249,"isExplicit":false,"description":"After blowing out the Denver city budget housing the homeless and providing refuge for illegal aliens, Mayor Mike Johnston announces the anticipated layoffs of city employees will begin in mid-August. Dan breaks down why these workers don't seem to matter to 'Diamond Mike.'","startDate":1753908431000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzA1ZjM5NTdlMmQ2OGQ4YmNiNGI3OTU1ZDYzM2ZkM2ExLmpwZw"},{"id":288005891,"podcastId":30500024,"podcastSlug":"759-dan-caplis","title":"Jon Caldara on what taxpayers should get for helping fund new Broncos stadium; Rep Jeff Hurd on protecting American pope's citizenship","duration":2102,"isExplicit":false,"description":"Jon Caldara, president of the Independence Institute, joins Dan to discuss his latest op-ed for The Gazette: \u003ca href=\"https://www.google.com/url?q=https://gazette.com/opinion/first-safe-and-clean-then-a-new-stadium-caldara/article_bd84cbf4-bc23-4ab6-a7b0-68b399dbbf70.html&sa=D&source=calendar&usd=2&usg=AOvVaw3YTsATEeFcx1TPcfF7ytdY\" target=\"_blank\" rel=\"noreferrer noopener\">First safe and clean, then a new stadium\u003c/a>. The issue at hand is whether to build, and how to fund, a new stadium for the Denver Broncos.\u003cbr />\u003cbr />Rep. Jeff Hurd (R, CO-3) has introduced a bill to protect Pope Leo XIV's U.S. citizenship amid legal questions tied to his role as pope and head of state. The Holy Sovereignty Protection Act would bar revoking citizenship from any American elected pope.\u003cbr />\u003cbr />\u003ca href=\"https://www.google.com/url?q=https://x.com/catholicvote/status/1949879660797714688?s%3D43&sa=D&source=calendar&usd=2&usg=AOvVaw3xebspgs9CvVkNMIK-_CMQ\" target=\"_blank\" rel=\"noreferrer noopener\">CatholicVote on X: \"Rep. Jeff Hurd (R-CO) has introduced a bill to protect Pope Leo XIV’s U.S. citizenship amid legal questions tied to his role as pope and head of state. The Holy Sovereignty Protection Act would bar revoking citizenship from any American elected pope. https://t.co/8xY4vYBEam\" / X\u003c/a>","startDate":1753820912000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzA1ZjM5NTdlMmQ2OGQ4YmNiNGI3OTU1ZDYzM2ZkM2ExLmpwZw"},{"id":288002155,"podcastId":30500024,"podcastSlug":"759-dan-caplis","title":"Let's Make a Deal: Should Trump DOJ reduce Ghislaine Maxwell's sentence in exchange for naming names?","duration":2132,"isExplicit":false,"description":"Ghislaine Maxwell appears to be angling for immunity or a reduction in sentence in exchange for incriminating information on additional child rapists rumored to be on Jeffrey Epstein's client list. Should the Trump Department of Justice make what could be a literal deal with the devil, if it means putting more guilty monsters behind bars?","startDate":1753819856000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzA1ZjM5NTdlMmQ2OGQ4YmNiNGI3OTU1ZDYzM2ZkM2ExLmpwZw"},{"id":287843630,"podcastId":30500024,"podcastSlug":"759-dan-caplis","title":"Coach Prime beats bladder cancer; George Brauchler on Solomon Galligan case","duration":2055,"isExplicit":false,"description":"During a press conference in Boulder on Monday, head football coach Deion Sanders reveals his fight against bladder cancer and inspires with his words of faith.\u003cbr />\u003cbr />George Brauchler remains incredulous at how the Solomon Galligan attempted kidnapping case is being handled by his counterpart Amy Padden in the 18th judicial district, why is she only going public with comments now?\u003cbr />\u003cbr />Father Patrick DiLoreto details the canonization process at The Vatican for Kendrick Castillo to be considered for sainthood.\u003cbr />","startDate":1753734716000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzA1ZjM5NTdlMmQ2OGQ4YmNiNGI3OTU1ZDYzM2ZkM2ExLmpwZw"},{"id":287833071,"podcastId":30500024,"podcastSlug":"759-dan-caplis","title":"Kendrick Castillo's parents, John and Maria, join Dan to discuss potential canonization of their son","duration":2114,"isExplicit":false,"description":"'Kendrick Castillo Way' was dedicated to the young man who sacrificed his life on the day of the horrific STEM school shootings in Highlands Ranch. Now, his parents are seeking sainthood for their son through the canonization process at The Vatican. They join Dan to discuss their journey in this pursuit.","startDate":1753734152000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzA1ZjM5NTdlMmQ2OGQ4YmNiNGI3OTU1ZDYzM2ZkM2ExLmpwZw"}]}}]}],["onairtileloader-khow-am",{"data":{"current":{"siteId":"%2Fa0d0db354173d2a2352e640bfb90a511","site":"brands/KHOW-AM (636)","coreShowId":5313,"coreStationId":13,"name":"Bell and Pollock","show":"shows/Bell and Pollock (5313)","station":"KHOW-AM","link":"","onNow":true,"startTime12":"7:00 AM","startDate":"2025-08-02T13:00:00.000Z","startMs":1754139600000,"startEng":"Saturday, August 2nd, 2025 7:00 AM","stopTime12":"8:00 AM","stopDate":"2025-08-02T14:00:00.000Z","stopMs":1754143200000,"stopEng":"Saturday, August 2nd, 2025 8:00 AM","showSite":{"slug":"bell-and-pollock","configByLookup":{"sections":{"general":{"name":"Bell and Pollock","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/59f73d1b1ab28a5ed0b677b9"}}}}}}},"upcoming":{"siteId":"%2Fa0d0db354173d2a2352e640bfb90a511","site":"brands/KHOW-AM (636)","coreShowId":7609,"coreStationId":13,"name":"Barry’s TURNKEY Show by Vesterra TURNKEY Investments","show":"shows/Vesterra (7609)","station":"KHOW-AM","link":"","onNow":false,"startTime12":"8:00 AM","startDate":"2025-08-02T14:00:00.000Z","startMs":1754143200000,"startEng":"Saturday, August 2nd, 2025 8:00 AM","stopTime12":"9:00 AM","stopDate":"2025-08-02T15:00:00.000Z","stopMs":1754146800000,"stopEng":"Saturday, August 2nd, 2025 9:00 AM","showSite":{"slug":"the-barry-larry-show","configByLookup":{"sections":{"general":{"name":"Barry’s TURNKEY Show by Vesterra TURNKEY Investments","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/66e1f5f6bb4e6abbad74582b"}}}}}}},"later":{"siteId":"%2Fa0d0db354173d2a2352e640bfb90a511","site":"brands/KHOW-AM (636)","coreShowId":7769,"coreStationId":13,"name":"Asset Preservation Hour ","show":"shows/Asset Preservation Hour (7769)","station":"KHOW-AM","link":"","onNow":false,"startTime12":"9:00 AM","startDate":"2025-08-02T15:00:00.000Z","startMs":1754146800000,"startEng":"Saturday, August 2nd, 2025 9:00 AM","stopTime12":"10:00 AM","stopDate":"2025-08-02T16:00:00.000Z","stopMs":1754150400000,"stopEng":"Saturday, August 2nd, 2025 10:00 AM","showSite":{"slug":"financial-huddle-from-alpha-1-tax-wealth","configByLookup":{"sections":{"general":{"name":"Asset Preservation Hour ","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/666a11ce789b1cd85b9cfc11"}}}}}}}}}],["keyword-contest-loader-khow-am-1781993",{"data":{"appType":"countdown","appId":"1786161","title":"Listen to Win $1000","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":"10","timeStamp":1753484140,"endTime":1753487726,"isComplete":true,"isLive":false,"isStarted":true,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13955412","prize":{"timeStamp":1753416000,"endTime":1753502400,"sort":"32","active":"","description":"","countdown_prize_id":"1197786","isStarted":true,"isLive":false,"isComplete":true}},"current":{"sort":null,"timeStamp":null,"endTime":null,"isComplete":null,"isLive":null,"isStarted":null,"isSubmittable":null,"active":null,"title":null,"countdownKeywordId":null,"prize":null},"next":{"sort":null,"timeStamp":null,"endTime":null,"isComplete":null,"isLive":null,"isStarted":null,"isSubmittable":null,"active":null,"title":null,"countdownKeywordId":null,"prize":null}}}}]],"env":{"APTIVADA_SDK_HOST":"campaign.aptivada.com","AB_TEST_HOST":"https://api.iheart.com/api/v3/abtest","OUTBRAIN_WIDGET_URL":"https://widgets.outbrain.com/outbrain.js","OUTBRAIN_PIXEL_URL":"https://amplifypixel.outbrain.com/pixel?mid=004d2133385513d6a3dbfd9993b43474ab","TIKTOK_WIDGET_URL":"https://www.tiktok.com/embed.js","LIVERAMP_LIBRARY_URL":"https://ats.rlcdn.com/ats.js","FACEBOOK_SDK_URL":"https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2","GOOGLE_CSE_ACCOUNT_ID":"009224462050322586572:lr5vgdqoe5k","GOOGLE_CSE_AD_ID":"pub-4066651230054012","GOOGLE_CSE_MAX_RESULTS":"10","AMP_HOST":"us.api.iheart.com","DEFAULT_IMAGE":"https://i.iheart.com/v3/re/new_assets/2672c89f-91de-4d1b-b9a9-6284b1e2c8f8","DEFAULT_TIMEZONE":"America/New_York","DEP_SITES_HOST":"","DEP_HTL_HOST":"htl.radioedit.iheart.com","DEP_WEBAPI_HOST":"webapi.radioedit.iheart.com","DEP_PWS_HOST":"pws.radioedit.iheart.com","DEP_GENERATOR_RSS":"","DEP_GENERATOR_SITEMAP":"","IMAGE_HOST":"i.iheart.com","LOG_LEVEL":"info","NODE_ENV":"production","ONETRUST_HOST":"https://cdn.cookielaw.org","ONETRUST_CONSENT_PATH":"https://cdn.cookielaw.org/consent","ONETRUST_IAB_URL":"https://cdn.cookielaw.org/opt-out/otCCPAiab.js","ONETRUST_TOKEN_URL":"https://tv47clj0la.execute-api.us-east-1.amazonaws.com/production/generatetoken?identifier=","ENVIRONMENT":"production","PROTOCOL":"https","GOOGLE_MAPS_API_KEY":"AIzaSyA7WQvMsISHIyotCPatRBwrgHNN9ohKqQE","NATIONAL_SITE_URL":"https://www.iheart.com","COAST_RECAPTCHA_V3_PUBLIC_KEY":"6LceYMcZAAAAAEe_L5pj14w8_cdc4p8pNzDzcIKe","COAST_RECURLY_PUBLIC_KEY":"ewr1-9VtuFVKJS0oVy7hcAVWlGK","IHEART_HELP_SITE":"//help.iheart.com","IHEART_HELP_SITE_CONTEST":"//help.iheart.com/hc/en-us/sections/205969087-Contests","PODCAST_EMBED_KEYID":"AutomatedPodcasts","WEB_ACCOUNT_HOST":"https://account.iheart.com","OAUTH_SIGNUP_PATH":"/sign-up/","OAUTH_LOGIN_PATH":"/login/","OAUTH_INFERNO_LOGOUT_PATH":"/auth/logout","OAUTH_INFERNO_PROFILE_PATH":"/auth/profile","DEP_API_HOST":"api.radioedit.iheart.com","YOURCHOICE_ICON":"http://i-stg.iheart.com/v3/re/new_assets/66fee14066ebdb3465fd0684","AD_ICON":"https://i.iheart.com/v3/re/new_assets/faf40618-8c4b-4554-939b-49bce06bbcca","WWW_AUTH_HOST":"https://www.iheart.com","POSTUP_CONTACT_TEMPLATE_ID":"3","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","MAX_AGE_HEADERS":"2592000000","AMAZON_TAM_LIBRARY":"https://c.amazon-adsystem.com/aax2/apstag.js","WEATHER_API_KEY":"b2a4fe32db44ebebba91f254fbf341f5","DEP_GENERATOR_RSS_HOST":"generator-rss.radioedit.iheart.com","STATIC_PUBLIC_PATH":"https://static.inferno.iheart.com/inferno/","DATADOG_SAMPLE_RATE":"1","COMSCORE_CLIENT_ID":"6036262","GOOGLE_RECAPTCHA_V3_PUBLIC_KEY":"6LdKHHoaAAAAAEBsW-KyjdE16eKLZJv5QHy-P5aQ","DEP_GENERATOR_SITEMAP_HOST":"generator-sitemap.radioedit.iheart.com"},"api_base_uri":"http://127.0.0.1:8000/api/v4","primaryBlockId":"e6Rs0","disableThirdParty":true,"routeParams":{},"ampLibs":[],"sdkOpts":{"auth":false,"protocol":"https","webapi":"webapi.radioedit.iheart.com","requestTimeout":15000,"debug":false},"stackedNavState":false,"onIntersectAction":{"_subscriptions":[]},"onAnalyticsAction":{"_subscriptions":[{"isOnce":false,"isExecuted":false}]},"onStoreTagsAction":{"_subscriptions":[]},"onEmbedScriptAction":{"_subscriptions":[]},"onOutbrainLoad":{"_subscriptions":[]},"onUploadAction":{"_subscriptions":[]},"onContestAction":{"_subscriptions":[{"isOnce":false,"isExecuted":false}]},"onAuthAction":{"_subscriptions":[{"isOnce":false,"isExecuted":false}]},"onShareAction":{"_subscriptions":[]},"block":{"currentBlock":{"id":"e6Rs0","region":"main:dynamic","type":"feed","ordinal":2,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"link":null,"min_size":0,"position":null,"size":1,"title":""},"tags":["display-hints/feed-date-stamp","display-hints/horizontal","display-hints/primary","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688d2ccd2e24d7fcac0823f4","type":"PUBLISHING","record":{"ref_id":"%2F688d2ccd2e24d7fcac0823f4","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"b7735486-1904-4c20-8d44-af7a35b36f39","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":"Police officer enforces message on warning tape. DO NOT CROSS. ","id":"%2F688d2e0b2425089862b569fa","new_tab":false,"schedule":{},"source_credit":"ChristopherBernard / E+ / Getty Images","title":"Police line","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Four people were killed in a \u003ca href=\"https://www.nbcnews.com/news/us-news/anaconda-montana-shooting-rcna222565\" target=\"_blank\">shooting at The Owl Bar in Anaconda, Montana\u003c/a>, on Friday (August 1), prompting a manhunt for the suspect. The Montana Division of Criminal Investigation confirmed that the shooting occurred around 10:30 a.m. and that four victims were pronounced dead at the scene. The suspect, identified as 45-year-old \u003cstrong>Michael Paul Brown\u003c/strong>, lived next door to the bar. He was last seen in the Stump Town area, just west of Anaconda, and is believed to be armed, according to the Montana Highway Patrol.\u003c/p>\n\n\u003cp>Local and state police officers have converged on the area, \u003ca href=\"https://www.cnn.com/2025/08/01/us/anaconda-montana-shooting\" target=\"_blank\">searching for Brown in the nearby woods\u003c/a>. His home in Anaconda was cleared by a SWAT team earlier in the day. Anaconda, a small town with a population of about 9,000, is located approximately 75 miles southeast of Missoula. The town, known for its historical ties to copper mining, is now on high alert as authorities continue their search.\u003c/p>\n\n\u003cp>\u003cstrong>Barbie Nelson\u003c/strong>, owner of the Firefly Café in Anaconda, expressed the community's shock, \u003ca href=\"https://montanafreepress.org/2025/08/01/four-dead-in-shooting-at-anaconda-bar/\" target=\"_blank\">telling the \u003c/a>\u003ca href=\"https://montanafreepress.org/2025/08/01/four-dead-in-shooting-at-anaconda-bar/\" target=\"_blank\">\u003cem>Associated Press\u003c/em>\u003c/a>\u003ca href=\"https://montanafreepress.org/2025/08/01/four-dead-in-shooting-at-anaconda-bar/\" target=\"_blank\">, "We are Montana, so guns are not new to us\u003c/a>. For our town to be locked down, everybody’s pretty rattled." She mentioned that the town is small, and many residents likely know someone affected by the shooting.\u003c/p>\n\n\u003cp>Authorities have not yet released details on what led to the shooting. The investigation is ongoing, and the community remains on edge as the search for the suspect continues.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-multiple-people-killed-in-montana-bar-shooting/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-multiple-people-killed-in-montana-bar-shooting/","primary_image":{"bucket":"assets.getty","id":"%2F688d2e0b2425089862b569fa"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754082660000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-multiple-people-killed-in-montana-bar-shooting","social_title":"","summary":"The suspect lived next door to the bar and remains on the run from the police.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Multiple People Killed In Montana Bar Shooting"},"slug":"2025-08-01-multiple-people-killed-in-montana-bar-shooting","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d2e0b2425089862b569fa","title":"Multiple People Killed In Montana Bar Shooting","description":"The suspect lived next door to the bar and remains on the run from the police.","author":"iHeartRadio"},"pub_start":1754082660000,"pub_until":4115978604802,"pub_changed":1754083062900,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d2ccd2e24d7fcac0823f4","slug:2025-08-01-multiple-people-killed-in-montana-bar-shooting","slug:2025-08-01-multiple-people-killed-in-montana-bar-shooting","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}},"resolved":{"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"link":null,"min_size":0,"position":null,"size":1,"title":""},"feed":{"results":[{"id":"%2F688d2ccd2e24d7fcac0823f4","type":"PUBLISHING","record":{"ref_id":"%2F688d2ccd2e24d7fcac0823f4","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"b7735486-1904-4c20-8d44-af7a35b36f39","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":"Police officer enforces message on warning tape. DO NOT CROSS. ","id":"%2F688d2e0b2425089862b569fa","new_tab":false,"schedule":{},"source_credit":"ChristopherBernard / E+ / Getty Images","title":"Police line","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Four people were killed in a \u003ca href=\"https://www.nbcnews.com/news/us-news/anaconda-montana-shooting-rcna222565\" target=\"_blank\">shooting at The Owl Bar in Anaconda, Montana\u003c/a>, on Friday (August 1), prompting a manhunt for the suspect. The Montana Division of Criminal Investigation confirmed that the shooting occurred around 10:30 a.m. and that four victims were pronounced dead at the scene. The suspect, identified as 45-year-old \u003cstrong>Michael Paul Brown\u003c/strong>, lived next door to the bar. He was last seen in the Stump Town area, just west of Anaconda, and is believed to be armed, according to the Montana Highway Patrol.\u003c/p>\n\n\u003cp>Local and state police officers have converged on the area, \u003ca href=\"https://www.cnn.com/2025/08/01/us/anaconda-montana-shooting\" target=\"_blank\">searching for Brown in the nearby woods\u003c/a>. His home in Anaconda was cleared by a SWAT team earlier in the day. Anaconda, a small town with a population of about 9,000, is located approximately 75 miles southeast of Missoula. The town, known for its historical ties to copper mining, is now on high alert as authorities continue their search.\u003c/p>\n\n\u003cp>\u003cstrong>Barbie Nelson\u003c/strong>, owner of the Firefly Café in Anaconda, expressed the community's shock, \u003ca href=\"https://montanafreepress.org/2025/08/01/four-dead-in-shooting-at-anaconda-bar/\" target=\"_blank\">telling the \u003c/a>\u003ca href=\"https://montanafreepress.org/2025/08/01/four-dead-in-shooting-at-anaconda-bar/\" target=\"_blank\">\u003cem>Associated Press\u003c/em>\u003c/a>\u003ca href=\"https://montanafreepress.org/2025/08/01/four-dead-in-shooting-at-anaconda-bar/\" target=\"_blank\">, "We are Montana, so guns are not new to us\u003c/a>. For our town to be locked down, everybody’s pretty rattled." She mentioned that the town is small, and many residents likely know someone affected by the shooting.\u003c/p>\n\n\u003cp>Authorities have not yet released details on what led to the shooting. The investigation is ongoing, and the community remains on edge as the search for the suspect continues.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-multiple-people-killed-in-montana-bar-shooting/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-multiple-people-killed-in-montana-bar-shooting/","primary_image":{"bucket":"assets.getty","id":"%2F688d2e0b2425089862b569fa"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754082660000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-multiple-people-killed-in-montana-bar-shooting","social_title":"","summary":"The suspect lived next door to the bar and remains on the run from the police.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Multiple People Killed In Montana Bar Shooting"},"slug":"2025-08-01-multiple-people-killed-in-montana-bar-shooting","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d2e0b2425089862b569fa","title":"Multiple People Killed In Montana Bar Shooting","description":"The suspect lived next door to the bar and remains on the run from the police.","author":"iHeartRadio"},"pub_start":1754082660000,"pub_until":4115978604802,"pub_changed":1754083062900,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d2ccd2e24d7fcac0823f4","slug:2025-08-01-multiple-people-killed-in-montana-bar-shooting","slug:2025-08-01-multiple-people-killed-in-montana-bar-shooting","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","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":["khow","radio","denver","martino","beck","brown","advertising","commercials","news-talk","news-talk-denver","talk-radio","talk-radio-denver","dan-caplis","michael-brown","tom-martino","the-troubleshooter"],"genre":["news & talk"],"format":"NEWSTALK"},"analytics":{"pageName":"home","view":{"asset":{"id":"","name":""},"filter":{"name":"","type":""},"authorId":"","pubDate":"","contentOrigin":"","contentOriginType":"","contentFrame":"page","stationCallLetter":"KHOW-AM","stationFormat":"NEWSTALK","stationMarket":"DENVER-CO","stationMicrosite":"","tags":["khow","radio","denver","martino","beck","brown","advertising","commercials","news-talk","news-talk-denver","talk-radio","talk-radio-denver","dan-caplis","michael-brown","tom-martino","the-troubleshooter"],"topics":[],"contentId":"","personalityId":"","photoGalleryExists":"false","photoGalleryPageView":"false"},"device":{"host":"local.inferno.us","subHost":"khow.iheart.com","path":"/"},"querystring":{"sc":"","cid":"","keyid":"","pname":"","campid":""}},"metadata":[["meta-property-og:locale",{"attrName":"property","name":"og:locale","value":"en_us","type":"meta"}],["meta-name-msapplication-TileColor",{"attrName":"name","name":"msapplication-TileColor","value":"#fff","type":"meta"}],["meta-name-msvalidate.01",{"attrName":"name","name":"msvalidate.01","value":"E98E323249F89ACF6294F958692E230B","type":"meta"}],["meta-name-format-detection",{"attrName":"name","name":"format-detection","value":"telephone=no","type":"meta"}],["meta-name-theme-color",{"attrName":"name","name":"theme-color","value":"#660000","type":"meta"}],["shortcut icon",{"value":"https://i.iheart.com/v3/re/assets.brands/5e6a5af94b5295736a8f19f8?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/5e6a5af94b5295736a8f19f8?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":"630 KHOW - Denver's Talk Station","type":"title"}],["meta-property-og:title",{"attrName":"property","name":"og:title","value":"630 KHOW - Denver's Talk Station","type":"meta"}],["meta-property-twitter:title",{"attrName":"property","name":"twitter:title","value":"630 KHOW - Denver's Talk Station","type":"meta"}],["meta-itemProp-name",{"attrName":"itemProp","name":"name","value":"630 KHOW - Denver's Talk Station","type":"meta"}],["meta-name-description",{"attrName":"name","name":"description","value":"630 KHOW | Denver's Talk Station | Denver's exclusive radio station for Michael Brown, Tom Martino, Leland Conway, Dan Caplis and Joe Pags","type":"meta"}],["meta-property-og:description",{"attrName":"property","name":"og:description","value":"630 KHOW | Denver's Talk Station | Denver's exclusive radio station for Michael Brown, Tom Martino, Leland Conway, Dan Caplis and Joe Pags","type":"meta"}],["meta-property-twitter:description",{"attrName":"property","name":"twitter:description","value":"630 KHOW | Denver's Talk Station | Denver's exclusive radio station for Michael Brown, Tom Martino, Leland Conway, Dan Caplis and Joe Pags","type":"meta"}],["meta-itemProp-description",{"attrName":"itemProp","name":"description","value":"630 KHOW | Denver's Talk Station | Denver's exclusive radio station for Michael Brown, Tom Martino, Leland Conway, Dan Caplis and Joe Pags","type":"meta"}],["meta-name-keywords",{"attrName":"name","name":"keywords","value":"khow, radio, denver, martino, beck, brown, advertising, commercials, news talk, news talk denver, talk radio, talk radio denver, dan caplis, michael brown, tom martino, the troubleshooter","type":"meta"}],["meta-property-og:url",{"attrName":"property","name":"og:url","value":"https://khow.iheart.com/","type":"meta"}],["meta-property-twitter:url",{"attrName":"property","name":"twitter:url","value":"https://khow.iheart.com/","type":"meta"}],["meta-itemProp-url",{"attrName":"itemProp","name":"url","value":"https://khow.iheart.com/","type":"meta"}],["image_src",{"value":"https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?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/5e6a5e964b5295736a8f19fa?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/5e6a5e964b5295736a8f19fa?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/5e6a5e964b5295736a8f19fa?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/5e6a5e964b5295736a8f19fa?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/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["pagemap",{"value":"https://i.iheart.com/v3/re/assets.brands/5e6a5e964b5295736a8f19fa?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"pagemap"}],["meta-property-twitter:card",{"attrName":"property","name":"twitter:card","value":"Summary","type":"meta"}],["meta-property-twitter:site",{"attrName":"property","name":"twitter:site","value":"@630KHOW","type":"meta"}],["meta-property-twitter:creator",{"attrName":"property","name":"twitter:creator","value":"@630KHOW","type":"meta"}],["canonical",{"value":"https://khow.iheart.com/","type":"link","rel":"canonical"}],["meta-property-twitter:domain",{"attrName":"property","name":"twitter:domain","value":"khow.iheart.com","type":"meta"}],["meta-property-og:site_name",{"attrName":"property","name":"og:site_name","value":"630 KHOW","type":"meta"}],["meta-name-application-name",{"attrName":"name","name":"application-name","value":"630 KHOW","type":"meta"}],["meta-property-fb:app_id",{"attrName":"property","name":"fb:app_id","value":"191486867609285","type":"meta"}],["meta-property-fb:pages",{"attrName":"property","name":"fb:pages","value":"186417071033","type":"meta"}],["meta-name-google-site-verification",{"attrName":"name","name":"google-site-verification","value":"p2FWrUKxtwBmQgHV4CjD80oKdZZBjmMNByoWvZMsYso","type":"meta"}]],"surrogateKeys":["SM6.0:adpos","SM6.0:adpos:/5e289b1ec184cee3fd7aaeae","SM6.0:adpos:/5e289b1ec184cee3fd7aaeaf","SM6.0:adpos:/5e289b1ec184cee3fd7aaeb0","SM6.0:adpos:/5e289b1ec184cee3fd7aaeb1","SM6.0:adpos:/5e289b1ec184cee3fd7aaeb2","SM6.0:adpos:/5f15ebcbe9960c806959fb15","SM6.0:adpos:/5f230d591e48ed5023a49f05","SM6.0:adpos:/5f9823d6564708139f497ffb","SM6.0:adpos:/local-site/3308","SM6.0:adpos:/local-site/3309","SM6.0:adpos:/local-site/5052","SM6.0:config-m","SM6.0:config-m:/46c85c261c4cbb52149091e37759754c/inferno","SM6.0:config-m:/5a7e0a8d5e8f16e929d84610/inferno","SM6.0:config-m:/5a85ad73d76044a54dd54e56/inferno","SM6.0:config-m:/5bcf45541311b3e3df7cba89/inferno","SM6.0:config-m:/5d5d85974ddfc2c9e60f68ac/inferno","SM6.0:config-m:/5f248042642166486676e904/Default","SM6.0:config-m:/660bf5976e7fbbc3953118ee/Default","SM6.0:config-m:/a0d0db354173d2a2352e640bfb90a511/inferno","SM6.0:index-m","SM6.0:index-m:/46c85c261c4cbb52149091e37759754c","SM6.0:index-m:/5a7e0a8d5e8f16e929d84610","SM6.0:index-m:/5a85ad73d76044a54dd54e56","SM6.0:index-m:/5bcf45541311b3e3df7cba89","SM6.0:index-m:/5d5d85974ddfc2c9e60f68ac","SM6.0:index-m:/5f248042642166486676e904","SM6.0:index-m:/660bf5976e7fbbc3953118ee","SM6.0:index-m:/a0d0db354173d2a2352e640bfb90a511","app/streams","app/streams/20250609151548210","calendar-categories","calendar-categories/community","calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/holiday","calendar-categories/sports","calendar-categories/station-events","locales","locales/en-US","providers","providers/Clear Channel","streams","streams/377","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:stream-site-brand","webapi-v4:stream-site-brand:a4a0abcd007fbf04ec7b9f7b1ad70699","domain/khow.iheart.com","PS:content","PS:content:listing","PS:datasource","PS:datasource:/61c23bfb397a8b2a48826177","PS:datasource:/624316538a3fdf463d2c0dc1","PS:datasource:/62433a01b7088f39510a6788","PS:datasource:/62433a3e5b7f234f209d2cdc","PS:datasource:/627ab346771480fce0a63c54","PS:leads","PS:leads:/6079b51efb4812277fc29f5b","PS:leads:/6255a67baecfbbee4df775a9","PS:leads:/67b8f4a3e072eb3303429080","PS:leads:/687aaea4875b23cab49ddde2","PS:subscription","PS:subscription:ccb42c52e01233aa4992d33297980f2c","SM6.0:datasource-leads","SM6.0:datasource-leads:085ae835e34216c954ef93e680e273b4","SM6.0:datasource-leads:1b8bd227b82ea892aadb83afa1e6cdd9","SM6.0:datasource-leads:8ef021afe256110670b92858ef7422c7","SM6.0:datasource-leads:962577e2d302708a9a46fa468f9e9f48","SM6.0:datasource-publishing","SM6.0:datasource-publishing:0064491f70e83e47b82a4bd676bbd41d","SM6.0:datasource-publishing:3f8bfc7c10a91f02aca7fadaf19b4566","SM6.0:datasource-publishing:ad8713767ce76d4843f9e10fc2e96c15","SM6.0:datasource-publishing:d430851e2882ae2009ca4f49658e7c59","SM6.0:datasource-publishing:da825191be2ed41f13d52cb1649d1233","SM6.0:datasource-publishing:dff6748936488518097c10ff01c370c0","SM6.0:site-streams","SM6.0:site-streams:a4a0abcd007fbf04ec7b9f7b1ad70699","app/calendar-feed-service","app/calendar-feed-service/20230817200206","app/leads","app/leads/20230817200131","app/pubsub","app/pubsub/20250721163332915","sites","webapi-v4:sites","webapi-v4:sites:9141534d2ba4630d6bc7f0a770bcdb72","aptivada","vtype/generic_full","vname/home","ihr-amp"],"ttls":{"cdn":900,"browser":900}},"adPlacements":[],"request":{"protocol":"https","hostname":"khow.iheart.com","path":"/","query":{},"params":{},"userAgent":"WPMU DEV Broken Link Checker Local Engine","prNumber":false},"page":{"currentPage":{"_id":"/5e419286691a216632db14ab/Inferno News/Talk/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":[{"id":"display-hints/hide-listen-now"}],"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/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,"link":null,"min_size":0,"position":null,"size":1,"title":""},"tags":["display-hints/feed-date-stamp","display-hints/horizontal","display-hints/primary","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688d2ccd2e24d7fcac0823f4","type":"PUBLISHING","record":{"ref_id":"%2F688d2ccd2e24d7fcac0823f4","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"b7735486-1904-4c20-8d44-af7a35b36f39","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":"Police officer enforces message on warning tape. DO NOT CROSS. ","id":"%2F688d2e0b2425089862b569fa","new_tab":false,"schedule":{},"source_credit":"ChristopherBernard / E+ / Getty Images","title":"Police line","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Four people were killed in a \u003ca href=\"https://www.nbcnews.com/news/us-news/anaconda-montana-shooting-rcna222565\" target=\"_blank\">shooting at The Owl Bar in Anaconda, Montana\u003c/a>, on Friday (August 1), prompting a manhunt for the suspect. The Montana Division of Criminal Investigation confirmed that the shooting occurred around 10:30 a.m. and that four victims were pronounced dead at the scene. The suspect, identified as 45-year-old \u003cstrong>Michael Paul Brown\u003c/strong>, lived next door to the bar. He was last seen in the Stump Town area, just west of Anaconda, and is believed to be armed, according to the Montana Highway Patrol.\u003c/p>\n\n\u003cp>Local and state police officers have converged on the area, \u003ca href=\"https://www.cnn.com/2025/08/01/us/anaconda-montana-shooting\" target=\"_blank\">searching for Brown in the nearby woods\u003c/a>. His home in Anaconda was cleared by a SWAT team earlier in the day. Anaconda, a small town with a population of about 9,000, is located approximately 75 miles southeast of Missoula. The town, known for its historical ties to copper mining, is now on high alert as authorities continue their search.\u003c/p>\n\n\u003cp>\u003cstrong>Barbie Nelson\u003c/strong>, owner of the Firefly Café in Anaconda, expressed the community's shock, \u003ca href=\"https://montanafreepress.org/2025/08/01/four-dead-in-shooting-at-anaconda-bar/\" target=\"_blank\">telling the \u003c/a>\u003ca href=\"https://montanafreepress.org/2025/08/01/four-dead-in-shooting-at-anaconda-bar/\" target=\"_blank\">\u003cem>Associated Press\u003c/em>\u003c/a>\u003ca href=\"https://montanafreepress.org/2025/08/01/four-dead-in-shooting-at-anaconda-bar/\" target=\"_blank\">, "We are Montana, so guns are not new to us\u003c/a>. For our town to be locked down, everybody’s pretty rattled." She mentioned that the town is small, and many residents likely know someone affected by the shooting.\u003c/p>\n\n\u003cp>Authorities have not yet released details on what led to the shooting. The investigation is ongoing, and the community remains on edge as the search for the suspect continues.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-multiple-people-killed-in-montana-bar-shooting/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-multiple-people-killed-in-montana-bar-shooting/","primary_image":{"bucket":"assets.getty","id":"%2F688d2e0b2425089862b569fa"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754082660000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-multiple-people-killed-in-montana-bar-shooting","social_title":"","summary":"The suspect lived next door to the bar and remains on the run from the police.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Multiple People Killed In Montana Bar Shooting"},"slug":"2025-08-01-multiple-people-killed-in-montana-bar-shooting","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d2e0b2425089862b569fa","title":"Multiple People Killed In Montana Bar Shooting","description":"The suspect lived next door to the bar and remains on the run from the police.","author":"iHeartRadio"},"pub_start":1754082660000,"pub_until":4115978604802,"pub_changed":1754083062900,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d2ccd2e24d7fcac0823f4","slug:2025-08-01-multiple-people-killed-in-montana-bar-shooting","slug:2025-08-01-multiple-people-killed-in-montana-bar-shooting","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"KjHUu","region":"main:dynamic","type":"html","ordinal":3,"value":{"content":"\u003cstyle>\n .main {\n background-color: #e8ecef;\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 20px;\n border-radius: 8px;\n max-width: 100%;\n font-family: Arial, sans-serif;\n width: 100%;\n box-sizing: border-box;\n }\n\n .label {\n margin: 0;\n font-size: 24px;\n font-weight: bold;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n }\n\n .label-2 {\n display: none;\n }\n\n @media (max-width: 600px) {\n .label {\n display: none;\n line-clamp: 3;\n }\n\n .main {\n flex-direction: column;\n align-items: unset;\n }\n\n .label-2 {\n display: block;\n display: -webkit-box;\n -webkit-line-clamp: 3;\n -webkit-box-orient: vertical;\n overflow: hidden;\n }\n\n .news-img {\n width: 90px !important;\n height: 90px !important\n }\n }\n\u003c/style>\n\u003cbody>\n \u003cdiv class=\"main\">\n \u003cdiv style=\"display: flex; align-items: center; margin-right: 20px\">\n \u003cimg class=\"news-img\" src=\"https://i.iheart.com/v3/re/new_assets/687e8027f16f136db0520cf3?ops=fit%28200%2C200%29\" alt=\"24/7 News: The Latest Logo\" style=\"\n\n width: 120px;\n\n height: 120px;\n\n border-radius: 8px;\n\n margin-right: 10px;\n\n \" />\n \u003ch2 class=\"label-2\">The Latest News in 4 Minutes\u003c/h2>\n \u003c/div>\n \u003cdiv style=\"flex: 1; min-width: 0\">\n \u003cdiv style=\"width: 100%\">\n \u003ch2 class=\"label\">The Latest News in 4 Minutes\u003c/h2>\n \u003ciframe allow=\"autoplay\" width=\"100%\" height=\"50\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&keyid=infernofeaturedpodcast&ihmnetwork=true&pname={index.slug}\" frameborder=\"0\" style=\"\n\n border-radius: 8px;\n\n border: none;\n\n margin-top: 10px;\n\n display: block;\n\n \">\u003c/iframe>\n \u003c/div>\n \u003c/div>\n \u003c/div>\n\u003c/body>","link":null,"title":null},"tags":[],"schedule":{"begin":0,"end":4115978604802}},{"id":"lP0Ih","region":"main:dynamic","type":"feed","ordinal":4,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":1,"link":null,"position":null,"size":5,"title":""},"tags":["display-hints/feed-date-stamp","display-hints/xxsmall"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688d1d802e24d7fcac0823e9","type":"PUBLISHING","record":{"ref_id":"%2F688d1d802e24d7fcac0823e9","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d1a7e4b9-2df3-4653-8ccd-d2eccf5f4134","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":"Washington DC cityscape","id":"%2F65f9b1d3fc271fe5ecf343a2","new_tab":false,"schedule":{},"source_credit":"ANDREY DENISYUK / Moment / Getty Images","title":"United States Capitol. Day. Flag.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The Corporation for Public Broadcasting (CPB) announced on Friday (August 1) that it will \u003ca href=\"https://www.reuters.com/world/us/corporation-public-broadcasting-close-after-funding-cut-blow-local-media-2025-08-01/\" target=\"_blank\">shut down operations by September 30\u003c/a>, following the loss of all federal funding. President Trump signed a law retracting $1.1 billion in funds for public broadcasting through fiscal year 2027. This decision was part of a $9 billion rescissions package passed largely along party lines, which also included cuts to foreign aid.\u003c/p>\n\n\u003cp>CPB President and CEO \u003cstrong>Patricia de Stacy Harrison\u003c/strong> expressed disappointment, stating, "Despite the extraordinary efforts of millions of Americans who called, wrote, and petitioned Congress to preserve federal funding for CPB, we now face the difficult reality of closing our operations." \u003c/p>\n\n\u003cp>She emphasized \u003ca href=\"https://www.nbcnews.com/politics/congress/cpb-funder-npr-pbs-says-will-shut-congress-cuts-money-rcna222524\" target=\"_blank\">CPB's commitment to supporting partners through the transition\u003c/a> with transparency and care.\u003c/p>\n\n\u003cp>The shutdown marks the \u003ca href=\"https://www.cnn.com/2025/08/01/media/trump-cpb-corporation-public-media-shuts-down\" target=\"_blank\">first time in nearly 60 years that Congress has refused to fund CPB\u003c/a>, a nonprofit corporation established to distribute federal money to public media stations across the nation. These stations, especially those in rural and poor areas, rely heavily on CPB grants for their operations. \u003c/p>\n\n\u003cp>The CPB will retain a small team until January to manage compliance, fiscal distributions, and long-term financial obligations. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding/","primary_image":{"bucket":"assets.getty","id":"%2F65f9b1d3fc271fe5ecf343a2"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1754079000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","social_title":"","summary":"The shutdown marks the first time in nearly 60 years that Congress has refused to fund CPB.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Corporation For Public Broadcasting To Shut Down After Congress Cut Funding"},"slug":"2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/65f9b1d3fc271fe5ecf343a2","title":"Corporation For Public Broadcasting To Shut Down After Congress Cut Funding","description":"The shutdown marks the first time in nearly 60 years that Congress has refused to fund CPB.","author":"iHeartRadio"},"pub_start":1754079000000,"pub_until":4115978604802,"pub_changed":1754079383935,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d1d802e24d7fcac0823e9","slug:2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","slug:2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688d179e2e24d7fcac0823dd","type":"PUBLISHING","record":{"ref_id":"%2F688d179e2e24d7fcac0823dd","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"bf63dba6-4bd1-44e0-a81c-29fe24594a85","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Long-fingered bat (Myotis capaccinii) flying from entrance of colony cave in Spanish Pyrenees, Aragon, Spain. April.","id":"%2F688d18732425089862b569d3","new_tab":false,"schedule":{},"source_credit":"CreativeNature_nl / iStock / Getty Images","title":"Long-fingered bat flying from cave","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Erica Kahn\u003c/strong>, a Massachusetts resident, \u003ca href=\"https://www.nbcnews.com/news/us-news/bat-flies-womans-mouth-arizona-costing-nearly-21000-medical-bills-rcna222463\" target=\"_blank\">faced nearly $21,000 in medical bills after a bat flew into her mouth\u003c/a> during a vacation in Northern Arizona last August. The incident occurred while Kahn, then 33, was photographing the night sky at Glen Canyon National Recreation Area. Despite not feeling a bite, her father, a physician, advised her to seek rabies vaccinations as a precaution.\u003c/p>\n\n\u003cp>Kahn, who had recently lost her job as a biomedical engineer, had \u003ca href=\"https://kffhealthnews.org/news/article/tourist-rabies-treatment-wild-bat-in-mouth-surprise-bill-of-the-month/\" target=\"_blank\">opted to temporarily forgo health insurance\u003c/a>. After the bat encounter, she quickly purchased a policy from Innovative Partners LP, believing it would cover emergency treatments. However, the policy had a 30-day waiting period, and her claims were denied, leaving her with a bill of $20,749. The majority of the charges came from Flagstaff Medical Center, where she received her initial treatment.\u003c/p>\n\n\u003cp>Rabies, a fatal disease if untreated, requires immediate medical attention. Kahn \u003ca href=\"https://www.washingtonpost.com/wellness/2025/07/31/rabies-vaccine-cost/\" target=\"_blank\">received four doses of the rabies vaccine\u003c/a> and immunoglobulin shots across multiple states. Despite her efforts to appeal the denied claims, Kahn faced challenges in navigating the insurance process.\u003c/p>\n\n\u003cp>"I felt so powerless against these companies," she told \u003cem>NBC News\u003c/em>. "It should be a human right to have lifesaving care covered. In most other countries, like in Europe, you just go to the hospital, you get your rabies vaccines and you pay nothing."\u003c/p>\n\n\u003cp>Kahn says that she hopes others will learn from her mistake and ensure they have health insurance coverage.\u003c/p>\n\n\u003cp>"If one person gets covered because they saw this story, then I would be happy about that," she added.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/","primary_image":{"bucket":"assets.getty","id":"%2F688d18732425089862b569d3"},"primary_target":{"categories":["categories/national-news","categories/weird-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754077260000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","social_title":"","summary":"The woman didn't have health insurance and must pay the bill out of her own pocket.","targets":[{"categories":["categories/national-news","categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth"},"slug":"2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3","title":"Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth","description":"The woman didn't have health insurance and must pay the bill out of her own pocket.","author":"iHeartRadio"},"pub_start":1754077260000,"pub_until":4115978604802,"pub_changed":1754077653902,"subscription":[{"tags":["categories/national-news","categories/weird-news","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d179e2e24d7fcac0823dd","slug:2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","slug:2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688d0f6d2e24d7fcac0823d1","type":"PUBLISHING","record":{"ref_id":"%2F688d0f6d2e24d7fcac0823d1","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"5b5ee02a-1117-4969-955a-eea826b246b4","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":"new_assets","caption":"NEW YORK, NY - OCTOBER 18: Ghislaine Maxwell attends VIP Evening of Conversation for Women's Brain Health Initiative, Moderated by Tina Brown at Spring Studios on October 18, 2016 in New York City. (Photo by Sylvain Gaboury/Patrick McMullan via Getty Images)","id":"%2F6889114bb875662d198a3d06","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Ghislaine Maxwell\u003c/strong>, the former associate of \u003cstrong>Jeffrey Epstein\u003c/strong>, has been \u003ca href=\"https://www.nbcnews.com/politics/justice-department/ghislaine-maxwell-moved-federal-prison-texas-rcna222497\" target=\"_blank\">moved from a federal prison in Florida to a minimum-security prison camp\u003c/a> in Bryan, Texas. The federal Bureau of Prisons confirmed the transfer but did not provide specific reasons for the move. Maxwell's attorney also declined to comment on the circumstances surrounding the transfer.\u003c/p>\n\n\u003cp>Maxwell was convicted in 2021 for her role in helping Epstein sexually abuse underage girls and is \u003ca href=\"https://www.iheart.com/content/2022-06-28-ghislaine-maxwell-sentenced-following-sex-trafficking-conviction/\" target=\"_blank\">serving a 20-year sentence\u003c/a>. She was previously held at a low-security prison in Tallahassee, Florida. The prison camp in Texas, where she is now located, houses inmates considered to be the lowest security risk. These facilities often have minimal security measures, sometimes lacking fences, and are designed to allow inmates to perform work such as landscaping and maintenance without the need for frequent check-ins at a main facility.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.cnn.com/2025/08/01/politics/ghislaine-maxwell-federal-prison-texas\" target=\"_blank\">transfer comes amid renewed public interest in Maxwell's case\u003c/a> following the Justice Department's recent decision not to release additional documents from the Epstein sex trafficking investigation. This decision has prompted calls for transparency, with administration officials seeking to unseal grand jury transcripts related to the case.\u003c/p>\n\n\u003cp>Maxwell was \u003ca href=\"https://www.iheart.com/content/2025-07-24-ghislaine-maxwell-preparing-new-epstein-evidence-for-feds-meeting-report/\" target=\"_blank\">recently interviewed by Deputy Attorney General \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-24-ghislaine-maxwell-preparing-new-epstein-evidence-for-feds-meeting-report/\" target=\"_blank\">\u003cstrong>Todd Blanche\u003c/strong>\u003c/a> at a Florida courthouse. Additionally, the House Oversight Committee has expressed interest in speaking with Maxwell. Her lawyers have indicated that she would be willing to participate in an interview, provided she receives immunity from prosecution for anything she might disclose.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp/","primary_image":{"bucket":"new_assets","id":"%2F6889114bb875662d198a3d06"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio","brands/True Crime Tonight","brands/TCT-IP"]},"publish_date":1754074980000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp","social_title":"","summary":"Maxwell was convicted in 2021 for her role in helping Epstein sexually abuse underage girls and is serving a 20-year sentence. ","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Ghislaine Maxwell Moved From Federal Jail In Florida To Texas Prison Camp"},"slug":"2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6889114bb875662d198a3d06","title":"Ghislaine Maxwell Moved From Federal Jail In Florida To Texas Prison Camp","description":"Maxwell was convicted in 2021 for her role in helping Epstein sexually abuse underage girls and is serving a 20-year sentence. ","author":"iHeartRadio"},"pub_start":1754074980000,"pub_until":4115978604802,"pub_changed":1754075347208,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio","brands/True Crime Tonight","brands/TCT-IP"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d0f6d2e24d7fcac0823d1","slug:2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp","slug:2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688d07102e24d7fcac0823c6","type":"PUBLISHING","record":{"ref_id":"%2F688d07102e24d7fcac0823c6","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"dbf5a490-61b9-4ec2-a295-a072408ed648","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":"US Navy Los Angeles class submarine slipping out to sea under cover of fog in San Francisco Bay, California, USA. Historical photo from 1996. Alcatraz Island in background. Scanned film, some grain.","id":"%2F688d08fdfe9037a39187a1d1","new_tab":false,"schedule":{},"source_credit":"NNehring / E+ / Getty Images","title":"submarine slipping out to sea under fog San Francisco Bay","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President \u003cstrong>Donald Trump\u003c/strong> announced the \u003ca href=\"https://www.nbcnews.com/politics/white-house/trump-deploying-two-nuclear-subs-provocative-statements-russia-rcna222520\" target=\"_blank\">deployment of two nuclear submarines\u003c/a> in response to what he described as "highly provocative" statements made by \u003cstrong>Dmitry Medvedev\u003c/strong>, the former Russian President and current deputy chairman of the Security Council of the Russian Federation. Trump made this announcement via social media, emphasizing the importance of words and their potential consequences. He stated that the submarines would be positioned in "appropriate regions," though he did not specify their exact locations.\u003c/p>\n\n\u003cp>"Words are very important, and can often lead to unintended consequences, I hope this will not be one of those instances," \u003ca href=\"https://truthsocial.com/@realDonaldTrump/posts/114954549017557270\" target=\"_blank\">Trump wrote on Truth Social\u003c/a>.\u003c/p>\n\n\u003cp>The tension arose after Medvedev made several comments in response to Trump's ultimatum for Moscow to agree to a ceasefire in Ukraine or face severe sanctions. Medvedev accused Trump of engaging in "the ultimatum game with Russia" and \u003ca href=\"https://www.cnn.com/2025/08/01/politics/nuclear-submaries-russia-trump-medvedev\" target=\"_blank\">warned that such ultimatums are steps towards war\u003c/a>. In a post on X, Medvedev described Trump's ultimatum as "theatrical" and asserted that "Russia didn't care."\u003c/p>\n\n\u003cp>In a more ominous note, Medvedev referenced a "dead hand" threat on Telegram, which some analysts interpreted as a nod to Russia's nuclear retaliatory control system. This escalating rhetoric has prompted concerns about potential military confrontations between the two nations.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev/","primary_image":{"bucket":"assets.getty","id":"%2F688d08fdfe9037a39187a1d1"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1754073060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","social_title":"","summary":"President Trump's decision comes after \"highly provocative\" remarks made by former Russian President Dmitry Medvedev.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Trump Deploys 2 Nuclear Subs Over Comments By Russia's Dmitry Medvedev"},"slug":"2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d08fdfe9037a39187a1d1","title":"Trump Deploys 2 Nuclear Subs Over Comments By Russia's Dmitry Medvedev","description":"President Trump's decision comes after \"highly provocative\" remarks made by former Russian President Dmitry Medvedev.","author":"iHeartRadio"},"pub_start":1754073060000,"pub_until":4115978604802,"pub_changed":1754073395902,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d07102e24d7fcac0823c6","slug:2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","slug:2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688d04502e24d7fcac0823bb","type":"PUBLISHING","record":{"ref_id":"%2F688d04502e24d7fcac0823bb","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a64e44aa-c212-4a8a-9c52-26c0b21e5150","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":"Floodwaters rush through a drain culvert, carrying fresh rainwater to the saltwater bay, creating a dynamic interplay of currents.","id":"%2F688d059451aba98b79003af0","new_tab":false,"schedule":{},"source_credit":"TerryKelly / iStock / Getty Images","title":"Floodwaters rush through a drain culvert, carrying fresh rainwater to the saltwater bay, creating a dynamic interplay of currents.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://www.washingtonpost.com/dc-md-va/2025/08/01/maryland-boy-storm-drain-death-mount-airy-flooding/\" target=\"_blank\">13-year-old boy died after being swept into a storm drain\u003c/a> during heavy rainfall in Mount Airy, Maryland, on Thursday (July 31). The incident occurred as the boy played with friends near an apartment complex during a torrential downpour that caused widespread flooding across the Northeast.\u003c/p>\n\n\u003cp>The Mount Airy Volunteer Fire Company spokesperson, \u003cstrong>Doug Alexander\u003c/strong>, explained that the \u003ca href=\"https://www.fox5dc.com/news/13-year-old-maryland-boy-dies-after-being-swept-storm-drain-amid-severe-weather\" target=\"_blank\">children were playing with a ball in a grassy area when the rain intensified\u003c/a>. The water quickly rose, turning the area into a fast-moving river, and swept the boy into the drain pipe. Despite efforts by about 50 firefighters and police officers, who worked for over an hour to rescue him, the boy could not be saved.\u003c/p>\n\n\u003cp>Parts of the Baltimore area received between 2.5 to 4 inches of rain, with Mount Airy experiencing up to 5 inches. The heavy rain led to flash flooding in several areas, including New York and New Jersey, where states of emergency were declared.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://abcnews.go.com/US/flash-flooding-northeast-dangerous-heat-humidity-pushes-south/story?id=124237066\" target=\"_blank\">storm caused significant disruptions across the East Coast\u003c/a>, including flooded transportation systems in New York and power outages affecting thousands of homes and businesses. Emergency services were also involved in multiple rescues, including saving an 8-year-old child from a submerged car in Montgomery County, Maryland.\u003c/p>\n\n\u003cp>The National Weather Service warned of potential further flooding in the northern mid-Atlantic and southern New England regions through Friday night.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain/","primary_image":{"bucket":"assets.getty","id":"%2F688d059451aba98b79003af0"},"primary_target":{"categories":["categories/national-news","categories/weather"],"distribution":["brands/iHeartRadio"]},"publish_date":1754072160000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain","social_title":"","summary":"The boy's tragic death comes as flooding rains inundated the Northeast and Mid-Atlantic.","targets":[{"categories":["categories/national-news","categories/weather"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"13-Year-Old Boy Drowns After Being Swept Into Storm Drain"},"slug":"2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d059451aba98b79003af0","title":"13-Year-Old Boy Drowns After Being Swept Into Storm Drain","description":"The boy's tragic death comes as flooding rains inundated the Northeast and Mid-Atlantic.","author":"iHeartRadio"},"pub_start":1754072160000,"pub_until":4115978604802,"pub_changed":1754072516565,"subscription":[{"tags":["categories/national-news","categories/weather","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/weather","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d04502e24d7fcac0823bb","slug:2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain","slug:2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"WQJCS","region":"main:dynamic","type":"feed","ordinal":5,"value":{"feed_id":"USAGE:feed-usecases/Default Promotions","feed_index":0,"size":4,"title":""},"tags":["display-hints/xsmall"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6255a67baecfbbee4df775a9","type":"LEADS","record":{"title":"CEO Spotlight","subtitle":"","image":"https://i.iheart.com/v3/re/assets.brands/62321c2d7c855515e38dd4e4","img_meta":{"base_id":"%2F62321c2d7c855515e38dd4e4","bucket":"assets.brands"},"link":{"target":"_self","urls":{"device":"/content/2022-03-16-ceo-spotlight/","web":"/content/2022-03-16-ceo-spotlight/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F687aaea4875b23cab49ddde2","type":"LEADS","record":{"title":"Nominate An Exceptional Teacher Who Is Making A Lasting Impact!","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/687aae40875b23cab49ddde1","img_meta":{"base_id":"%2F687aae40875b23cab49ddde1","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"","web":"https://www.donorschoose.org/iheartradio"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F6079b51efb4812277fc29f5b","type":"LEADS","record":{"title":"Whenever and wherever you are, 24/7, listen to 630 KHOW on the iHeartRadio App","subtitle":"Listen","image":"https://i.iheart.com/v3/re/new_assets/6079b4d6fb4812277fc29f5a","img_meta":{"base_id":"%2F6079b4d6fb4812277fc29f5a","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"","web":"/listen"},"name":"LISTEN HERE","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}}],"resume":{"id":"ID:promotions-feed","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IjRZUE0xIjoxfSwiZW5kcyI6eyJQVG9PSyI6LTEsIndtZU5LIjotMSwiSkFyUk4iOjJ9fQ==","scopes":[]}}},{"id":"Ghum3","region":"main:dynamic","type":"weather","ordinal":7,"value":{"forecast_type":null,"geo_latitude":"{config.general.geo_latitude}","geo_longitude":"{config.general.geo_longitude}","title":null},"tags":["display-hints/tile","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802}},{"id":"Fx4YF","region":"main:dynamic","type":"traffic","ordinal":8,"value":{"geo_latitude":null,"geo_longitude":null,"traffic_zoom":null},"tags":["display-hints/tile"],"schedule":{"begin":0,"end":4115978604802}},{"id":"kIdtO","region":"main:dynamic","type":"feed","ordinal":9,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":4,"link":null,"position":null,"size":1,"title":"More Stories"},"tags":["display-hints/feed-date-stamp","display-hints/horizontal-reverse"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688cff3f2e24d7fcac0823af","type":"PUBLISHING","record":{"ref_id":"%2F688cff3f2e24d7fcac0823af","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"25d5ca72-6873-474f-8403-ef91ebd707ad","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Nearly 200,000 KidKraft Farm to Table Play Kitchens have been recalled after a child died while playing with it. ","id":"%2F688cffcc2e24d7fcac0823b9","new_tab":false,"schedule":{},"source_credit":"Consumer Products Safety Comission","title":"Recall On KidKraft Farm to Table Play Kitchens","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Nearly \u003ca href=\"https://abcnews.go.com/GMA/Family/192000-kids-play-kitchens-recalled-after-1-death/story?id=124241619\" target=\"_blank\">200,000 KidKraft Farm to Table Model Play Kitchen sets are being recalled\u003c/a> after a tragic incident led to the death of a toddler. The recall, announced by Backyard Kids, LLC and the Consumer Product Safety Commission, follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook of the play kitchen set in February 2023.\u003c/p>\n\n\u003cp>The play kitchens, sold between 2018 and July 2025, \u003ca href=\"https://www.usatoday.com/story/money/2025/08/01/kidkraft-play-kitchens-recall/85471428007/\" target=\"_blank\">pose a risk of strangulation and asphyxia if a child climbs on the counter\u003c/a> or crawls through the opening in the back. The recalled units are black and light gray with wood-like countertops and measure 44 inches in length, 13 3/4 inches in width, and 43 inches high. They were intended for children aged three and above.\u003c/p>\n\n\u003cp>Although 192,000 units are impacted, only 400 were sold to consumers by Backyard Kids. The play kitchens were available online on Amazon, Walmart, and KidKraft's websites, retailing between $120 and $270.\u003c/p>\n\n\u003cp>Backyard Kids is \u003ca href=\"https://www.cpsc.gov/Recalls/2025/Backyard-Kids-Recalls-KidKraft-Farm-to-Table-Play-Kitchens-Due-to-Strangulation-Hazard-One-Death-Reported\" target=\"_blank\">offering free replacement hooks to consumers\u003c/a> with affected units. They can be contacted via email at recall@kidkraft.com or by phone at (800) 882-0234, Monday through Friday from 8:30 a.m. to 5 p.m. ET.\u003c/p>\n\n\u003cp>KidKraft, Inc., which manufactured the sets, filed for bankruptcy in May 2024. As of now, no other incidents have been reported involving the hooks catching on children's clothing.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","primary_image":{"bucket":"new_assets","id":"%2F688cffcc2e24d7fcac0823b9"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754070900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","social_title":"","summary":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death"},"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9","title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death","description":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","author":"iHeartRadio"},"pub_start":1754070900000,"pub_until":4115978604802,"pub_changed":1754071336411,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cff3f2e24d7fcac0823af","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"LSixG","region":"main:dynamic","type":"feed","ordinal":10,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":5,"link":null,"position":null,"size":5,"title":""},"tags":["display-hints/feed-date-stamp","display-hints/xxsmall","display-hints/feed-load-more"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688ceda27135b159e1ecd884","type":"PUBLISHING","record":{"ref_id":"%2F688ceda27135b159e1ecd884","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"411221e6-1fd9-4d14-a266-f85bf3d3a572","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Bill Galluccio","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":"new_assets","caption":"Andres Caceres Jaldin is accused of kidnapping a toddler from a mall in Virginia.","id":"%2F688cede37135b159e1ecd88e","new_tab":false,"schedule":{},"source_credit":"Fairfax County Police Department","title":"Surveillance footage of Andres Caceres Jaldin","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Authorities in Virginia said they have arrested \u003ca href=\"https://www.foxnews.com/us/surveillance-video-shows-26-year-old-man-grabbing-toddler-mall-play-area-arrest-abduction\" target=\"_blank\">a 26-year-old man accused of trying to kidnap a young girl\u003c/a> at Fair Oaks Shopping Center in Fair Oaks, Virginia. The Fairfax County Police Department said the toddler wandered away from the play area at the mall and was picked up by Andres Caceres Jaldin.\u003c/p>\n\n\u003cp>Surveillance video released by the police \u003ca href=\"https://www.wusa9.com/article/news/crime/chilling-video-attempted-abduction-fair-oaks-mall/65-a9a3996b-4e57-46ec-b5d5-99b8c5c46b96\" target=\"_blank\">shows Jaldin picking up the young girl and walking away\u003c/a>. The girl’s parents found Jaldin on the second floor and confronted him. He returned their daughter and then fled the mall.\u003c/p>\n\n\u003cp>Jaldin was taken into custody at a hotel about five miles from the mall. He was charged with abduction of a minor and grand larceny, for allegedly stealing a car before the abduction attempt.\u003c/p>\n\n\u003cp>"It's striking that somebody could do this in broad daylight and no one would notice," \u003ca href=\"https://wjla.com/news/local/child-abductor-fairfax-county-mall-abduction-toddler-indoor-mall-play-area-criminal-cases-felony-grand-larcent-police-department-commonwealth-attorney-history\" target=\"_blank\">Virginians For Safe Communities President \u003c/a>\u003ca href=\"https://wjla.com/news/local/child-abductor-fairfax-county-mall-abduction-toddler-indoor-mall-play-area-criminal-cases-felony-grand-larcent-police-department-commonwealth-attorney-history\" target=\"_blank\">\u003cstrong>Sean Kennedy\u003c/strong>\u003c/a>\u003ca href=\"https://wjla.com/news/local/child-abductor-fairfax-county-mall-abduction-toddler-indoor-mall-play-area-criminal-cases-felony-grand-larcent-police-department-commonwealth-attorney-history\" target=\"_blank\"> told \u003c/a>\u003ca href=\"https://wjla.com/news/local/child-abductor-fairfax-county-mall-abduction-toddler-indoor-mall-play-area-criminal-cases-felony-grand-larcent-police-department-commonwealth-attorney-history\" target=\"_blank\">\u003cem>WJLA\u003c/em>\u003c/a>. "This can happen right under people's noses and no one would know the better."\u003c/p>\n\n\u003cp>You can watch the heart-stopping video of the abduction below:\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DtNW2EWogn90","@url":"https://www.youtube.com/watch?v=tNW2EWogn90","author_name":"New York Post","author_url":"https://www.youtube.com/@nypost","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/tNW2EWogn90?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=\"SHOCKING video shows man abducting toddler from Virginia mall\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/tNW2EWogn90/hqdefault.jpg","thumbnail_width":480,"title":"SHOCKING video shows man abducting toddler from Virginia mall","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/tNW2EWogn90?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=\"SHOCKING video shows man abducting toddler from Virginia mall\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/watch?v=tNW2EWogn90"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area/","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":[],"permalink":"https://khow.iheart.com/content/2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area/","primary_image":{"bucket":"new_assets","id":"%2F688cede37135b159e1ecd88e"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754070060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area","social_title":"","summary":"The suspect fled the mall but was arrested a short time later.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Parents Rescue Toddler After Man Grabbed Her From Mall Play Area"},"slug":"2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cede37135b159e1ecd88e","title":"Parents Rescue Toddler After Man Grabbed Her From Mall Play Area","description":"The suspect fled the mall but was arrested a short time later.","author":"Bill Galluccio"},"pub_start":1754070060000,"pub_until":4115978604802,"pub_changed":1754070438634,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688ceda27135b159e1ecd884","slug:2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area","slug:2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area","author:user"]}},{"id":"%2F688cceea07c0a55a94a22842","type":"PUBLISHING","record":{"ref_id":"%2F688cceea07c0a55a94a22842","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Bill Galluccio","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":"WASHINGTON, DC - MAY 14: Patrons view a portrait of former U.S. President Donald Trump in the America’s Presidents exhibition at the National Portrait Gallery as the Smithsonian Institution begins to slowly re-open its museums May 14, 2021 in Washington, DC. Trump’s portrait, a photograph made by Pari Dukovic is on display to the public for the first time since the closure of the museums due to the coronavirus pandemic. (Photo by Win McNamee/Getty Images)","id":"%2F688ce32551aba98b79003a97","new_tab":false,"schedule":{},"source_credit":"Win McNamee / Getty Images News / Getty Images","title":"Trump Portrait Exhibited As National Portrait Gallery Reopens To Public","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The \u003ca href=\"https://www.washingtonpost.com/entertainment/2025/07/31/trump-impeachment-smithsonian/\" target=\"_blank\">Smithsonian’s National Museum of American History has removed references to President \u003c/a>\u003ca href=\"https://www.washingtonpost.com/entertainment/2025/07/31/trump-impeachment-smithsonian/\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>\u003ca href=\"https://www.washingtonpost.com/entertainment/2025/07/31/trump-impeachment-smithsonian/\" target=\"_blank\">'s impeachments\u003c/a> from The American Presidency exhibit. According to \u003cem>The Washington Post\u003c/em>, the change happened in July and was part of what the museum said was a review of "legacy content."\u003c/p>\n\n\u003cp>The review was made following pressure from the White House to remove an art museum director. \u003c/p>\n\n\u003cp>The exhibit, which was added in 2008, originally featured information about the impeachments of Presidents \u003cstrong>Andrew Johnson \u003c/strong>and \u003cstrong>Bill Clinton\u003c/strong>. It also explained the impeachment process of President \u003cstrong>Richard Nixon\u003c/strong>, who resigned before he was formally impeached.\u003c/p>\n\n\u003cp>In September 2021, \u003ca href=\"https://www.cnn.com/2025/08/01/politics/smithsonian-trump-impeachment-exhibit-museum\" target=\"_blank\">the exhibit was updated to note that President Trump was the first president to be impeached twice\u003c/a>, once in 2019 for abuse of power and obstruction of Congress, and then again in 2021 for incitement of insurrection. Both impeachments resulted in an acquittal from the Senate.\u003c/p>\n\n\u003cp>The Smithsonian told the \u003cem>Post \u003c/em>that the exhibit "was intended to be a short-term measure to address current events at the time, however, the label remained in place until July 2025."\u003c/p>\n\n\u003cp>The museum said that it \u003ca href=\"https://www.newsweek.com/trump-smithsonian-impeachment-exhibit-2107421\" target=\"_blank\">plans to revamp the exhibit\u003c/a> and will include information about Trump's impeachments.\u003c/p>\n\n\u003cp>"A large permanent gallery like The American Presidency that opened in 2000, requires significant amount of time and funding to update and renew. A future and updated exhibit will include all impeachments," the museum added.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit/","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":[],"permalink":"https://khow.iheart.com/content/2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit/","primary_image":{"bucket":"assets.getty","id":"%2F688ce32551aba98b79003a97"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1754065680000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","social_title":"","summary":"The museum said that it plans to revamp the exhibit.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]}],"title":"Smithsonian Removes Mention Of Trump's Impeachments From Presidency Exhibit"},"slug":"2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688ce32551aba98b79003a97","title":"Smithsonian Removes Mention Of Trump's Impeachments From Presidency Exhibit","description":"The museum said that it plans to revamp the exhibit.","author":"Bill Galluccio"},"pub_start":1754065680000,"pub_until":4115978604802,"pub_changed":1754066117021,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cceea07c0a55a94a22842","slug:2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","slug:2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","author:user"]}},{"id":"%2F688cc994d3ad2eeed018e86e","type":"PUBLISHING","record":{"ref_id":"%2F688cc994d3ad2eeed018e86e","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"WASHINGTON, DC - FEBRUARY 11: U.S. President Donald Trump speaks during an executive order signing in the Oval Office at the White House on February 11, 2025 in Washington, DC. Trump is to sign an executive order implementing the Department of Government ","id":"%2F67b71f68963277286f4e1d51","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Elon Musk Joins President Trump For Signing Executive Orders In The Oval Office","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-31-trump-fires-back-at-failed-ex-russian-president-over-war-threat/\" target=\"_blank\">President \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-31-trump-fires-back-at-failed-ex-russian-president-over-war-threat/\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>'s approval rating reportedly dropped to 40%, the lowest percentage of his second term in office, according to the latest \u003ca href=\"https://www.reuters.com/data/trumps-approval-rating-2025-01-21/\" target=\"_blank\">\u003cem>Reuters\u003c/em>\u003c/a>\u003ca href=\"https://www.reuters.com/data/trumps-approval-rating-2025-01-21/\" target=\"_blank\">/Ipsos poll\u003c/a> released on Wednesday (July 30).\u003c/p>\n\n\u003cp>The poll, which was conducted through Monday (July 28), surveyed 1,023 U.S. adults and had a 3% margin of error. Trump began his second term with a 47% approval rating in January, which has steadily dropped through his first few months in office, including a 1% drop since July 16.\u003c/p>\n\n\u003cp>About one-third of independents were reported to approve Trump's job performance, while 83% of Republicans still supported the president and only 3% of Democrats approved his performance. Earlier this week, the \u003ca href=\"https://d3nkl3psvxxpe9.cloudfront.net/documents/econTabReport_7Bn59Tx.pdf\" target=\"_blank\">Economist/YouGov poll\u003c/a> showed that Trump's net approval rating was at -15, the lowest of his second term.\u003c/p>\n\n\u003cp>The survey, which polled 1,777 U.S. adult citizens between July 25 and July 28, showed that 40% of respondents approved Trump's job performance while 55% disapproved. The Economist/YouGov poll previously had the president at a -14 net approval rating with a 41% approval and a 55% disapproval for the past two weeks and a -11 net approval with a 42% approval and 53% disapproval for the two weeks prior to that.\u003c/p>\n\n\u003cp>\u003ca href=\"https://news.gallup.com/poll/692879/independents-drive-trump-approval-second-term-low.aspx\" target=\"_blank\">\u003cem>Gallup\u003c/em>\u003c/a> had previously reported that \u003ca href=\"https://www.iheart.com/content/2025-07-28-trumps-approval-rating-sets-record-for-second-term/\" target=\"_blank\">Trump's approval rating dropped to 37%\u003c/a>, his lowest of his second term and just 3% points higher than his all-time worst rating set in his first term, in its poll conducted last week. Trump's approval rating fell 10% since taking office in January, which includes a 17% decline among independents to 29%, matching his all-time lowest rating among the group.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-trumps-approval-rating-sets-new-record/","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/Donald Trump","keywords/approval rating","keywords/record","keywords/approval","keywords/job approval","keywords/job approval rating","keywords/president","keywords/poll","keywords/survey","keywords/term","keywords/Second term","keywords/Reuters","keywords/Ipsos"],"permalink":"https://khow.iheart.com/content/2025-08-01-trumps-approval-rating-sets-new-record/","primary_image":{"bucket":"new_assets","id":"%2F67b71f68963277286f4e1d51"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["facets/All Sites - English"]},"publish_date":1754057700000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-trumps-approval-rating-sets-new-record","social_title":"","summary":"President Donald Trump's approval rating has set a new record.","targets":[{"categories":["syndications/news"],"distribution":[]}],"title":"Trump's Approval Rating Sets New Record"},"slug":"2025-08-01-trumps-approval-rating-sets-new-record","summary":{"image":"https://i.iheart.com/v3/re/new_assets/67b71f68963277286f4e1d51","title":"Trump's Approval Rating Sets New Record","description":"President Donald Trump's approval rating has set a new record.","author":"Jason Hall"},"pub_start":1754057700000,"pub_until":4115978604802,"pub_changed":1754058273017,"subscription":[{"tags":["categories/national-news","categories/politics","facets/All Sites - English"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cc994d3ad2eeed018e86e","slug:2025-08-01-trumps-approval-rating-sets-new-record","slug:2025-08-01-trumps-approval-rating-sets-new-record","keyword:keywords/Donald Trump","keyword:keywords/approval rating","keyword:keywords/record","keyword:keywords/approval","keyword:keywords/job approval","keyword:keywords/job approval rating","keyword:keywords/president","keyword:keywords/poll","keyword:keywords/survey","keyword:keywords/term","keyword:keywords/Second term","keyword:keywords/Reuters","keyword:keywords/Ipsos","author:user"]}},{"id":"%2F688cc512b89c599f3fb57038","type":"PUBLISHING","record":{"ref_id":"%2F688cc512b89c599f3fb57038","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"536f438a-c394-4488-b038-f5bcc1ff47ad","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Luggage and disabled people carrying vehicle inside international airport terminal parked no people.","id":"%2F688cc59db89c599f3fb57043","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Luggage and disabled people carrying vehicle inside international airport terminal parked no people","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A video shared online shows a \u003ca href=\"https://www.iheart.com/content/2025-07-22-man-arrested-for-allegedly-driving-lawnmower-drunk-down-highway/\" target=\"_blank\">drunk\u003c/a> traveler destructively driving an unoccupied golf cart through an \u003ca href=\"https://www.iheart.com/content/2025-07-13-plane-explodes-into-massive-fireball-on-runway/\" target=\"_blank\">airport\u003c/a>, which included driving the electric vehicle onto a moving walkway.\u003c/p>\n\n\u003cp>\u003cstrong>Kevin Sinning\u003c/strong>, 29, of Wyoming, was charged with criminal mischief, disorderly conduct, criminal possession of stolen property, criminal nuisance and grand larceny in relation to the incident New York's Buffalo Niagara International Airport, \u003ca href=\"https://nypost.com/2025/08/01/us-news/drunk-wyoming-traveler-kevin-sinning-steals-golf-cart-goes-on-destructive-joyride-at-buffalo-niagara-international-airport-police/\" target=\"_blank\">\u003cem>the New York Post\u003c/em>\u003c/a> reports. A video recorded by a witness showed the cart breaking the glass paneling of the moving walkway as airport staff pleaded with Sinning to stop.\u003c/p>\n\n\u003cp>Sinning, who was described as being "visibly intoxicated" by Niagara Frontier Transportation Authority officials, freed the cart from one side of the walkway before careening towards the end.\u003c/p>\n\n\u003cp>“I think he’s drunk,” one witness was heard saying in the video clip.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40bpro_d%2Fvideo%2F7532255091068374303%3Flang%3Den","@url":"https://www.tiktok.com/@bpro_d/video/7532255091068374303?lang=en","author_name":"bpro_d","author_unique_id":"bpro_d","author_url":"https://www.tiktok.com/@bpro_d","embed_product_id":"7532255091068374303","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@bpro_d/video/7532255091068374303\" data-video-id=\"7532255091068374303\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@bpro_d\" href=\"https://www.tiktok.com/@bpro_d?refer=embed\">@bpro_d\u003c/a> \u003cp>what is the goal here \u003ca title=\"fyp\" target=\"_blank\" href=\"https://www.tiktok.com/tag/fyp?refer=embed\">#fyp\u003c/a> \u003ca title=\"viral\" target=\"_blank\" href=\"https://www.tiktok.com/tag/viral?refer=embed\">#viral\u003c/a> \u003ca title=\"foryou\" target=\"_blank\" href=\"https://www.tiktok.com/tag/foryou?refer=embed\">#foryou\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ Jet2 Advert - ✈️A7-BBH | MAN 🇬🇧\" href=\"https://www.tiktok.com/music/Jet2-Advert-7398162320411429664?refer=embed\">♬ Jet2 Advert - ✈️A7-BBH | MAN 🇬🇧\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1024,"thumbnail_url":"https://p16-pu-sign-useast8.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oESj2LqB0A87mV2iiSwflAI4CiJHvQUALIIjKP~tplv-tiktokx-origin.image?dr=9636&x-expires=1754229600&x-signature=fHtuYx8dQ61MgU7v2XIJpJ%2FmkIM%3D&t=4d5b0474&ps=13740610&shp=b59d6b55&shcp=43f4a2f9&idc=useast5","thumbnail_width":576,"title":"what is the goal here #fyp #viral #foryou ","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@bpro_d/video/7532255091068374303\" data-video-id=\"7532255091068374303\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@bpro_d\" href=\"https://www.tiktok.com/@bpro_d?refer=embed\">@bpro_d\u003c/a> \u003cp>what is the goal here \u003ca title=\"fyp\" target=\"_blank\" href=\"https://www.tiktok.com/tag/fyp?refer=embed\">#fyp\u003c/a> \u003ca title=\"viral\" target=\"_blank\" href=\"https://www.tiktok.com/tag/viral?refer=embed\">#viral\u003c/a> \u003ca title=\"foryou\" target=\"_blank\" href=\"https://www.tiktok.com/tag/foryou?refer=embed\">#foryou\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ Jet2 Advert - ✈️A7-BBH | MAN 🇬🇧\" href=\"https://www.tiktok.com/music/Jet2-Advert-7398162320411429664?refer=embed\">♬ Jet2 Advert - ✈️A7-BBH | MAN 🇬🇧\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@bpro_d/video/7532255091068374303?lang=en"},{"html":"\u003cp>Sinning turned around at the end of the concourse and drove the car through an area where several wet floor signs were placed before driving toward the other side of the conveyor belt.\u003c/p>\n\n\u003cp>“Oh s**t he’s going down the other one,” a person was heard shouting.\u003c/p>\n\n\u003cp>Sinning forced the cart into the opening and drove down the aisle, which resulted in even more destruction as employees continued as employees continued to plead for him to stop.\u003c/p>\n\n\u003cp>“You can tell something was not right with him,” said \u003cstrong>Tom Brennon\u003c/strong>, who witnessed the incident, via \u003ca href=\"https://youtu.be/93_JS8mSRmk?si=1e65S-H1CoUanom2\" target=\"_blank\">\u003cem>WGRZ\u003c/em>\u003c/a>. “He was not responding to demands and the people telling him to stop and they had it all. He was totally disregarding the people around him.”\u003c/p>\n\n\u003cp>The cart continued to bounce as it drove through the narrow walkway and a haze appeared to fill the building as its left side tires rode the low rail of the machine. Sinning is accused of causing extensive damage to the walkway, glass panels and the cart during the incident, according to the Niagara Frontier Transportation Authority.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport/","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/airport","keywords/golf cart","keywords/Sinning","keywords/walkway","keywords/Video","keywords/cart","keywords/traveler","keywords/video","keywords/vehicle","keywords/Tom Brennon","keywords/witness"],"permalink":"https://khow.iheart.com/content/2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport/","primary_image":{"bucket":"new_assets","id":"%2F688cc59db89c599f3fb57043"},"primary_target":{"categories":["categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1754056560000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport","social_title":"","summary":"A video shared online shows a drunk traveler destructively driving an unoccupied golf cart through an airport.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Video Shows Drunk Traveler Driving Golf Cart Through Airport"},"slug":"2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cc59db89c599f3fb57043","title":"Video Shows Drunk Traveler Driving Golf Cart Through Airport","description":"A video shared online shows a drunk traveler destructively driving an unoccupied golf cart through an airport.","author":"Jason Hall"},"pub_start":1754056560000,"pub_until":4115978604802,"pub_changed":1754056927149,"subscription":[{"tags":["categories/national-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cc512b89c599f3fb57038","slug:2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport","slug:2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport","keyword:keywords/airport","keyword:keywords/golf cart","keyword:keywords/Sinning","keyword:keywords/walkway","keyword:keywords/Video","keyword:keywords/cart","keyword:keywords/traveler","keyword:keywords/video","keyword:keywords/vehicle","keyword:keywords/Tom Brennon","keyword:keywords/witness","author:user"]}},{"id":"%2F688cbfa873bef47acd186b83","type":"PUBLISHING","record":{"ref_id":"%2F688cbfa873bef47acd186b83","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6c50e5e4-d23a-42ea-a4fe-352ef37c4860","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F688cc0f573bef47acd186b8e","new_tab":false,"schedule":{},"source_credit":"Miami Police Department","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A celebrity hairstylist was arrested on accusations of preying on a \u003ca href=\"https://www.iheart.com/content/2024-06-05-married-tv-anchor-resigns-after-sexting-vigilantes-posing-as-15-year-old/\" target=\"_blank\">15-year-old\u003c/a> client at a luxury Miami salon on Wednesday (July 30), \u003ca href=\"https://www.local10.com/news/local/2025/07/31/celebrity-hair-colorist-accused-of-sexually-preying-on-a-minor-in-miami-dade/\" target=\"_blank\">\u003cem>Local 10 News\u003c/em>\u003c/a> reports.\u003c/p>\n\n\u003cp>\u003cstrong>Ryan Pearl\u003c/strong>, 37, a hair colorist and Redken brand ambassador, was charged with cocaine possession, contributing tot he delinquency of a child, using a computer to seduce a child into engaging in sexual conduct, traveling to meet a child after using a computer to lure them, and two counts of transmitting harmful content to a minor electronically. Miami Police began investigating Pearl after the victim's mother discovered money deposits made in her daughter's Apple Wallet account, at which point she found "alarming" texts exchanged between Pearl and the victim.\u003c/p>\n\n\u003cp>“During controlled conversations, Pearl made sexual remarks and sent explicit photographs, fully aware he was communicating with a minor,” a detective’s arrest report obtained by \u003cem>Local 10 News\u003c/em> states.\u003c/p>\n\n\u003cp>Pearl began communicating with the victim two years ago, when she was a 13-year-old client.\u003c/p>\n\n\u003cp>“I was furious, I was very upset. I couldn’t believe someone that has a reputation, and works in a very luxury hair salon was capable of doing this,” the victim’s mother said via \u003cem>Local 10 News\u003c/em>.\u003c/p>\n\n\u003cp>Police took the phone and an undercover detective texted Pearl, who allegedly sent a nude photo from his couch, \u003ca href=\"https://www.cbsnews.com/miami/news/celebrity-hair-stylist-ryan-pearl-arrested-miami-trying-lure-child-police/\" target=\"_blank\">\u003cem>CBS Miami\u003c/em>\u003c/a> reports.\u003c/p>\n\n\u003cp>“I am very shy please don’t, do U care that I am 15? How old R U? Explain things to me, I only know things from my friends when they talk,” the undercover detective texted back to Pearl after receiving the photo.\u003c/p>\n\n\u003cp>Pearl was allegedly found with pink cocaine, condoms and vaping devices at the time of his arrest and booked into the Turner Guilford Knight Correctional Center Thursday (July 31) morning. The hairstylist's past celebrity clients include \u003cstrong>Hailey Bieber\u003c/strong>, \u003ca href=\"https://www.iheart.com/content/2025-07-03-julio-cesar-chaves-jr-arrested-by-ice-days-after-jake-paul-fight/\" target=\"_blank\">\u003cstrong>Jake Paul\u003c/strong>\u003c/a> and \u003cstrong>Sophie Turner\u003c/strong>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old/","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/ryan Pearl","keywords/Pearl","keywords/mother","keywords/celebrity hairstylist","keywords/client","keywords/salon","keywords/victim","keywords/accusations"],"permalink":"https://khow.iheart.com/content/2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old/","primary_image":{"bucket":"new_assets","id":"%2F688cc0f573bef47acd186b8e"},"primary_target":{"categories":["categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1754055420000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old","social_title":"","summary":"A celebrity hairstylist was arrested on accusations of preying on a 15-year-old client.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Celeb Hairstylist Ryan Pearl Arrested For Sexually Preying On 15-Year-Old"},"slug":"2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cc0f573bef47acd186b8e","title":"Celeb Hairstylist Ryan Pearl Arrested For Sexually Preying On 15-Year-Old","description":"A celebrity hairstylist was arrested on accusations of preying on a 15-year-old client.","author":"Jason Hall"},"pub_start":1754055420000,"pub_until":4115978604802,"pub_changed":1754055802025,"subscription":[{"tags":["categories/national-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cbfa873bef47acd186b83","slug:2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old","slug:2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old","keyword:keywords/ryan Pearl","keyword:keywords/Pearl","keyword:keywords/mother","keyword:keywords/celebrity hairstylist","keyword:keywords/client","keyword:keywords/salon","keyword:keywords/victim","keyword:keywords/accusations","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":[]}}},{"id":"beE6F","region":"main:dynamic","type":"feed","ordinal":13,"value":{"feed_id":"ID:weekly-widget-feed","feed_index":3,"size":10,"title":""},"tags":["display-hints/cume"],"schedule":null,"feed":{"results":[],"resume":null}},{"id":"Vj1NU","region":"main:dynamic","type":"podcasts","ordinal":14,"value":{"shows":[{"ref":"config://field/general.default_podcasts","scope":null,"type":"VAR"}]},"tags":[],"schedule":null,"podcasts":["49108867","20710606","166438128","30500024"]},{"id":"fvUic","region":"main:dynamic","type":"feed","ordinal":19,"value":{"ad_split":50,"feed_id":"ID:sports-news-feed","feed_index":1,"link":null,"position":null,"size":1,"title":"Sports"},"tags":["display-hints/feed-date-stamp","display-hints/horizontal"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688d15da924f4f602e30f8f3","type":"PUBLISHING","record":{"ref_id":"%2F688d15da924f4f602e30f8f3","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1157-the-season-with-peter-sch-103089479%2F","@url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","author_name":"The Season with Peter Schrager","author_url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2YzMzFiYjZmLWNkYTgtNDYyNy1iODJiLWFmMmEwMTUzODZlNi9pbWFnZS5qcGc_dD0xNzUwNDM0OTQ4JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Season with Peter Schrager","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"KANSAS CITY, MO - JANUARY 21: A view of a football with the NFL logo before an AFC divisional playoff game between the Jacksonville Jaguars and Kansas City Chiefs on January 21, 2023 at GEHA Field at Arrowhead Stadium in Kansas City, MO. (Photo by Scott W","id":"%2F63e17c1750981945cfbf00db","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"NFL: JAN 21 AFC Divisional Playoffs - Jaguars at Chiefs","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The \u003ca href=\"https://www.iheart.com/content/2025-07-29-roger-goodell-breaks-silence-on-shooting-at-nfl-headquarters/\" target=\"_blank\">NFL\u003c/a> and \u003ca href=\"https://www.iheart.com/content/2025-07-31-shannon-sharpe-breaks-silence-after-espn-firing/\" target=\"_blank\">\u003cem>ESPN\u003c/em>\u003c/a> have reportedly reached an agreement on a massive media deal worth "billions," in which the network will control much of NFL media and the league will have equity in \u003cem>ESPN\u003c/em>, \u003ca href=\"https://www.nytimes.com/athletic/6530655/2025/08/01/nfl-espn-media-deal-tv-broadcast/\" target=\"_blank\">\u003cem>the Athletic\u003c/em>\u003c/a>\u003ca href=\"https://www.nytimes.com/athletic/6530655/2025/08/01/nfl-espn-media-deal-tv-broadcast/\" target=\"_blank\">'s \u003c/a>\u003ca href=\"https://www.nytimes.com/athletic/6530655/2025/08/01/nfl-espn-media-deal-tv-broadcast/\" target=\"_blank\">\u003cstrong>Andrew Marchand\u003c/strong>\u003c/a> reported on Friday (August 1).\u003c/p>\n\n\u003cp>\u003cem>ESPN\u003c/em> is reportedly expected to merge with \u003cem>NFL RedZone\u003c/em>, \u003cem>NFL Network\u003c/em> and the league's fantasy football business, while also broadcasting seven additional regular-season games, while the NFL will own 10% of the network. The deal, which is pending regulatory approval, will also reportedly improve \u003cem>NFL Network\u003c/em>'s programming.\u003c/p>\n\n\u003cp>The deal will reportedly go into effect next season, which will happen ahead of \u003cem>ESPN\u003c/em> hosting its first Super Bowl -- also airing on \u003cem>ABC\u003c/em>, a fellow Walt Disney Company property -- after the 2026-27 season. \u003cem>ESPN\u003c/em> is already set to launch its direct-to-consumer service in the coming weeks, which it has marketed as the 'Next Era' at a monthly price of $29.99, while those who already have \u003cem>ESPN\u003c/em> access through cable or satellite services will also have access to the app.\u003c/p>\n\n\u003cp>\u003cem>ESPN\u003c/em> reportedly had various discussions with professional sports leagues but the NFL was long suspected to be its top target given their close working relationship and the league's consistent success. \u003cem>ESPN\u003c/em> was already paying the NFL $2.7 billion annually for broadcasting rights to Super Bowls in 2027 and 2031.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-nfl-major-network-reach-massive-media-equity-deal-report/","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/NFL","keywords/media deal","keywords/network","keywords/report","keywords/ESPN","keywords/agreement","keywords/media"],"permalink":"https://khow.iheart.com/content/2025-08-01-nfl-major-network-reach-massive-media-equity-deal-report/","primary_image":{"bucket":"new_assets","id":"%2F63e17c1750981945cfbf00db"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1754076900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-nfl-major-network-reach-massive-media-equity-deal-report","social_title":"","summary":"The NFL and a major network have reportedly reached a massive media and equity deal.","targets":[{"categories":["syndications/news"],"distribution":[]}],"title":"NFL, Major Network Reach Massive Media, Equity Deal: Report"},"slug":"2025-08-01-nfl-major-network-reach-massive-media-equity-deal-report","summary":{"image":"https://i.iheart.com/v3/re/new_assets/63e17c1750981945cfbf00db","title":"NFL, Major Network Reach Massive Media, Equity Deal: Report","description":"The NFL and a major network have reportedly reached a massive media and equity deal.","author":"Jason Hall"},"pub_start":1754076900000,"pub_until":4115978604802,"pub_changed":1754079841503,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d15da924f4f602e30f8f3","slug:2025-08-01-nfl-major-network-reach-massive-media-equity-deal-report","slug:2025-08-01-nfl-major-network-reach-massive-media-equity-deal-report","keyword:keywords/NFL","keyword:keywords/media deal","keyword:keywords/network","keyword:keywords/report","keyword:keywords/ESPN","keyword:keywords/agreement","keyword:keywords/media","author:user"]}}],"resume":{"id":"ID:sports-news-feed","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImJxaUk1IjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"fO6Qt","region":"main:dynamic","type":"feed","ordinal":20,"value":{"ad_split":50,"feed_id":"ID:sports-news-feed","feed_index":2,"link":null,"position":null,"size":5,"title":null},"tags":["display-hints/xxsmall","display-hints/feed-date-stamp","display-hints/feed-load-more"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688d04ac274132b8c9e00710","type":"PUBLISHING","record":{"ref_id":"%2F688d04ac274132b8c9e00710","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"9295328f-acc4-47f0-9c64-78086a0528df","revision_id":"AAAAAAAAAAAAAAAAAAAAAQ=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1157-the-season-with-peter-sch-103089479%2F","@url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","author_name":"The Season with Peter Schrager","author_url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2YzMzFiYjZmLWNkYTgtNDYyNy1iODJiLWFmMmEwMTUzODZlNi9pbWFnZS5qcGc_dD0xNzUwNDM0OTQ4JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Season with Peter Schrager","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"ARLINGTON, TEXAS - SEPTEMBER 22: Dallas Cowboys linebacker Micah Parsons #11 walks on the field before the game against the Baltimore Ravens at AT&T Stadium on September 22, 2024 in Arlington, Texas. (Photo by Sam Hodde/Getty Images)","id":"%2F66f6f2dd0b1eb7365ccb037c","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Baltimore Ravens v Dallas Cowboys","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-06-cowboys-texans-make-large-donations-to-texas-flood-relief/\" target=\"_blank\">Dallas Cowboys\u003c/a> defensive end \u003ca href=\"https://www.iheart.com/content/2025-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report/\" target=\"_blank\">\u003cstrong>Micah Parsons\u003c/strong>\u003c/a> publicly requested a trade, sharing a lengthy statement on his social media accounts Friday (August 1).\u003c/p>\n\n\u003cp>"Yes I wanted to be here," Parson wrote. "I did everything I could to show that I wanted to be a Cowboys and wear the star on my helmet. I wanted to play in front of the best fans in sports and make this Americas team once again. The team my pops and I grew up cheering for way up in Harrisburg, PA. Unfortunately I no longer want to be here. I no longer want to be held to close door negotiations without my agent present. I no longer want shots taken at me for getting injured while laying it on the line for the organization our fans and my teammates. I no longer want narratives created and spread to the media about me. I had purposely stayed quiet in hopes of getting something done."\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%2FMicahhParsons11%2Fstatus%2F1951346210067095890","@url":"https://x.com/MicahhParsons11/status/1951346210067095890","author_name":"Micah Parsons","author_url":"https://twitter.com/MicahhParsons11","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Thank you Dallas 🦁👑 🙏🏾! I \u003ca href=\"https://t.co/EUnEj9uRUt\">pic.twitter.com/EUnEj9uRUt\u003c/a>\u003c/p>— Micah Parsons (@MicahhParsons11) \u003ca href=\"https://twitter.com/MicahhParsons11/status/1951346210067095890?ref_src=twsrc%5Etfw\">August 1, 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/MicahhParsons11/status/1951346210067095890","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Thank you Dallas 🦁👑 🙏🏾! I \u003ca href=\"https://t.co/EUnEj9uRUt\">pic.twitter.com/EUnEj9uRUt\u003c/a>\u003c/p>— Micah Parsons (@MicahhParsons11) \u003ca href=\"https://twitter.com/MicahhParsons11/status/1951346210067095890?ref_src=twsrc%5Etfw\">August 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/MicahhParsons11/status/1951346210067095890"},{"html":"\u003cp>Parsons' confirmation came hours after \u003ca href=\"https://www.nytimes.com/athletic/6530081/2025/08/01/micah-parsons-jerry-jones-contract-negotiation/\" target=\"_blank\">\u003cem>the Athletic\u003c/em>\u003c/a>\u003ca href=\"https://www.nytimes.com/athletic/6530081/2025/08/01/micah-parsons-jerry-jones-contract-negotiation/\" target=\"_blank\">'s \u003c/a>\u003ca href=\"https://www.nytimes.com/athletic/6530081/2025/08/01/micah-parsons-jerry-jones-contract-negotiation/\" target=\"_blank\">\u003cstrong>Dianna Russini\u003c/strong>\u003c/a> reported that Parsons' relationship with the Cowboys had "deteriorated" among ongoing contract negotiations to the point that he's considering a trade request or even "severing his relationship with the team."\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%2FDMRussini%2Fstatus%2F1951292871417483410","@url":"https://x.com/DMRussini/status/1951292871417483410","author_name":"Dianna Russini","author_url":"https://twitter.com/DMRussini","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">BREAKING: The Micah Parsons-Cowboys relationship has deteriorated to the point where the star pass rusher is considering drastic measures which could include a trade request or even a declaration that he is severing his relationship with the team, per multiple league sources… \u003ca href=\"https://t.co/7Yujmv4JQ2\">pic.twitter.com/7Yujmv4JQ2\u003c/a>\u003c/p>— Dianna Russini (@DMRussini) \u003ca href=\"https://twitter.com/DMRussini/status/1951292871417483410?ref_src=twsrc%5Etfw\">August 1, 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/DMRussini/status/1951292871417483410","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">BREAKING: The Micah Parsons-Cowboys relationship has deteriorated to the point where the star pass rusher is considering drastic measures which could include a trade request or even a declaration that he is severing his relationship with the team, per multiple league sources… \u003ca href=\"https://t.co/7Yujmv4JQ2\">pic.twitter.com/7Yujmv4JQ2\u003c/a>\u003c/p>— Dianna Russini (@DMRussini) \u003ca href=\"https://twitter.com/DMRussini/status/1951292871417483410?ref_src=twsrc%5Etfw\">August 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/DMRussini/status/1951292871417483410"},{"html":"\u003cp>"BREAKING: The Micah Parsons-Cowboys relationship has deteriorated to the point where the star pass rusher is considering drastic measures which could include a trade request or even a declaration that he is severing his relationship with the team, per multiple league sources familiar with the situation. The two sides remain far apart heading into the second week of training camp, and are not currently negotiating," Russini wrote on her X account.\u003c/p>\n\n\u003cp>Several Cowboys teammates appeared to support Parsons amid his reported rift with the team's front office, with safety \u003cstrong>Juanyeh Thomas\u003c/strong> and \u003cstrong>Demarvion Overshown\u003c/strong> changing their X profile pictures to include Parsons.\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%2FAGENT0__%2Fstatus%2F1951316288438935720%3Fref_src%3Dtwsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1951316288438935720%257Ctwgr%255E39d8a4a478d5e23429e5bdb8adacfa60028af5f7%257Ctwcon%255Es1_%26ref_url%3Dhttps%253A%252F%252Fwww.si.com%252Fnfl%252Fcowboys%252Fnews%252Fdallas-cowboys-stars-continue-rallying-behind-micah-parsons-amid-contract-fiasco","@url":"https://x.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1951316288438935720%7Ctwgr%5E39d8a4a478d5e23429e5bdb8adacfa60028af5f7%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwww.si.com%2Fnfl%2Fcowboys%2Fnews%2Fdallas-cowboys-stars-continue-rallying-behind-micah-parsons-amid-contract-fiasco","author_name":"DeMarvion Overshown","author_url":"https://twitter.com/AGENT0__","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"qme\" dir=\"ltr\">\u003ca href=\"https://twitter.com/hashtag/NewProfilePic?src=hash&ref_src=twsrc%5Etfw\">#NewProfilePic\u003c/a> \u003ca href=\"https://t.co/gyr1njkHuU\">pic.twitter.com/gyr1njkHuU\u003c/a>\u003c/p>— DeMarvion Overshown (@AGENT0__) \u003ca href=\"https://twitter.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw\">August 1, 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/AGENT0__/status/1951316288438935720","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"qme\" dir=\"ltr\">\u003ca href=\"https://twitter.com/hashtag/NewProfilePic?src=hash&ref_src=twsrc%5Etfw\">#NewProfilePic\u003c/a> \u003ca href=\"https://t.co/gyr1njkHuU\">pic.twitter.com/gyr1njkHuU\u003c/a>\u003c/p>— DeMarvion Overshown (@AGENT0__) \u003ca href=\"https://twitter.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw\">August 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1951316288438935720%7Ctwgr%5E39d8a4a478d5e23429e5bdb8adacfa60028af5f7%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwww.si.com%2Fnfl%2Fcowboys%2Fnews%2Fdallas-cowboys-stars-continue-rallying-behind-micah-parsons-amid-contract-fiasco"},{"html":"\u003cp>Several Cowboys fans were heard yelling "Pay Micah" when team owner and general manager \u003ca href=\"https://www.iheart.com/content/2024-11-19-jerry-jones-addresses-mike-mccarthys-status/\" target=\"_blank\">\u003cstrong>Jerry Jones\u003c/strong>\u003c/a> at training camp last weekend amid their ongoing contract dispute, referencing a similar situation with wide receiver \u003ca href=\"https://www.iheart.com/content/2024-08-26-cowboys-ceedee-lamb-agree-to-historic-new-deal/\" target=\"_blank\">\u003cstrong>CeeDee Lamb\u003c/strong>\u003c/a>'s contract dispute last offseason.\u003c/p>\n\n\u003cp>"I heard it light, but not compared to how I heard them say, 'Pay Lamb [last year],'" Jones said last Sunday (July 26). "That was a faint little sound compared to the way they were hollering last year, 'Pay Lamb.' ... Whoever's not in, you can count on a few hollering that. But it was a big loud chant last year on Lamb."\u003c/p>\n\n\u003cp>The Cowboys exercised the fifth-year option on Parsons' rookie contract, which is set to expire after the 2025 season. The former Penn State standout, winning the 2021 Defensive Player of the Year award and has been selected as an All-Pro and Pro Bowler during each of his first three NFL seasons.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-micah-parsons-requests-trade/","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/Micah Parsons","keywords/trade","keywords/Dallas Cowboys","keywords/statement","keywords/social media accounts","keywords/NFL","keywords/football"],"permalink":"https://khow.iheart.com/content/2025-08-01-micah-parsons-requests-trade/","primary_image":{"bucket":"new_assets","id":"%2F66f6f2dd0b1eb7365ccb037c"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1754072040000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-micah-parsons-requests-trade","social_title":"","summary":"Dallas Cowboys defensive end Micah Parsons publicly requested a trade.","targets":[{"categories":["syndications/content"],"distribution":["markets/DALLAS-TX"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Micah Parsons Requests Trade"},"slug":"2025-08-01-micah-parsons-requests-trade","summary":{"image":"https://i.iheart.com/v3/re/new_assets/66f6f2dd0b1eb7365ccb037c","title":"Micah Parsons Requests Trade","description":"Dallas Cowboys defensive end Micah Parsons publicly requested a trade.","author":"Jason Hall"},"pub_start":1754072040000,"pub_until":4115978604802,"pub_changed":1754072823307,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/content","markets/DALLAS-TX"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d04ac274132b8c9e00710","slug:2025-08-01-micah-parsons-requests-trade","slug:2025-08-01-micah-parsons-requests-trade","keyword:keywords/Micah Parsons","keyword:keywords/trade","keyword:keywords/Dallas Cowboys","keyword:keywords/statement","keyword:keywords/social media accounts","keyword:keywords/NFL","keyword:keywords/football","author:user"]}},{"id":"%2F688cff1116259b42ba9118fe","type":"PUBLISHING","record":{"ref_id":"%2F688cff1116259b42ba9118fe","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"27405d50-5407-46c7-9fc1-9baa92ceb26f","revision_id":"AAAAAAAAAAAAAAAAAAAAAw=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1157-the-season-with-peter-sch-103089479%2F","@url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","author_name":"The Season with Peter Schrager","author_url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2YzMzFiYjZmLWNkYTgtNDYyNy1iODJiLWFmMmEwMTUzODZlNi9pbWFnZS5qcGc_dD0xNzUwNDM0OTQ4JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Season with Peter Schrager","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PHILADELPHIA, PENNSYLVANIA - DECEMBER 29: Micah Parsons #11 of the Dallas Cowboys warms up before a game against the Philadelphia Eagles at Lincoln Financial Field on December 29, 2024 in Philadelphia, Pennsylvania. (Photo by Emilee Chinn/Getty Images)","id":"%2F688cd348d77381cd1fb3e84a","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Dallas Cowboys v Philadelphia Eagles","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The \u003ca href=\"https://www.iheart.com/content/2025-07-06-cowboys-texans-make-large-donations-to-texas-flood-relief/\" target=\"_blank\">Dallas Cowboys\u003c/a>' relationship with star defensive end \u003ca href=\"https://www.iheart.com/content/2024-10-04-micah-parsons-injury-status-determined/\" target=\"_blank\">\u003cstrong>Micah Parsons\u003c/strong>\u003c/a> has reportedly "deteriorated" among ongoing contract negotiations to the point that he's considering a trade request or even "severing his relationship with the team," \u003ca href=\"https://www.nytimes.com/athletic/6530081/2025/08/01/micah-parsons-jerry-jones-contract-negotiation/\" target=\"_blank\">\u003cem>the Athletic\u003c/em>\u003c/a>\u003ca href=\"https://www.nytimes.com/athletic/6530081/2025/08/01/micah-parsons-jerry-jones-contract-negotiation/\" target=\"_blank\">'s \u003c/a>\u003ca href=\"https://www.nytimes.com/athletic/6530081/2025/08/01/micah-parsons-jerry-jones-contract-negotiation/\" target=\"_blank\">\u003cstrong>Dianna Russini\u003c/strong>\u003c/a> reported on Friday (August 1), citing multiple sources.\u003c/p>\n\n\u003cp>"BREAKING: The Micah Parsons-Cowboys relationship has deteriorated to the point where the star pass rusher is considering drastic measures which could include a trade request or even a declaration that he is severing his relationship with the team, per multiple league sources familiar with the situation. The two sides remain far apart heading into the second week of training camp, and are not currently negotiating," Russini wrote on her X account.\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%2FDMRussini%2Fstatus%2F1951292871417483410","@url":"https://x.com/DMRussini/status/1951292871417483410","author_name":"Dianna Russini","author_url":"https://twitter.com/DMRussini","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">BREAKING: The Micah Parsons-Cowboys relationship has deteriorated to the point where the star pass rusher is considering drastic measures which could include a trade request or even a declaration that he is severing his relationship with the team, per multiple league sources… \u003ca href=\"https://t.co/7Yujmv4JQ2\">pic.twitter.com/7Yujmv4JQ2\u003c/a>\u003c/p>— Dianna Russini (@DMRussini) \u003ca href=\"https://twitter.com/DMRussini/status/1951292871417483410?ref_src=twsrc%5Etfw\">August 1, 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/DMRussini/status/1951292871417483410","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">BREAKING: The Micah Parsons-Cowboys relationship has deteriorated to the point where the star pass rusher is considering drastic measures which could include a trade request or even a declaration that he is severing his relationship with the team, per multiple league sources… \u003ca href=\"https://t.co/7Yujmv4JQ2\">pic.twitter.com/7Yujmv4JQ2\u003c/a>\u003c/p>— Dianna Russini (@DMRussini) \u003ca href=\"https://twitter.com/DMRussini/status/1951292871417483410?ref_src=twsrc%5Etfw\">August 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/DMRussini/status/1951292871417483410"},{"html":"\u003cp>Additionally, Parsons shared a gif from the film \u003cem>Bad Boys: Ride or Die\u003c/em> with \u003ca href=\"https://www.iheart.com/artist/will-smith-36637/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"36637\" data-catalog-related-id=\"\">\u003cstrong>Will Smith\u003c/strong>\u003c/a> saying "one last time" before bumping fists with \u003ca href=\"https://www.iheart.com/artist/martin-lawrence-58998/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"58998\" data-catalog-related-id=\"\">\u003cstrong>Martin Lawrence\u003c/strong>\u003c/a>.\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%2FMicahhParsons11%2Fstatus%2F1951128632249688086%3Fref_src%3Dtwsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1951128632249688086%257Ctwgr%255Ed5ed1398b939c5807a314ccb247c087e8d1e58bb%257Ctwcon%255Es1_%26ref_url%3Dhttps%253A%252F%252Fsports.yahoo.com%252Fnfl%252Fbreaking-news%252Farticle%252Fmicah-parsons-contract-dispute-cowboys-star-posts-one-last-time-gif-amid-growing-frustrations-with-team-153357995.html","@url":"https://x.com/MicahhParsons11/status/1951128632249688086?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1951128632249688086%7Ctwgr%5Ed5ed1398b939c5807a314ccb247c087e8d1e58bb%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fsports.yahoo.com%2Fnfl%2Fbreaking-news%2Farticle%2Fmicah-parsons-contract-dispute-cowboys-star-posts-one-last-time-gif-amid-growing-frustrations-with-team-153357995.html","author_name":"Micah Parsons","author_url":"https://twitter.com/MicahhParsons11","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"zxx\" dir=\"ltr\">\u003ca href=\"https://t.co/hba9RPG9IR\">https://t.co/hba9RPG9IR\u003c/a> \u003ca href=\"https://t.co/dfXnZfBkK4\">pic.twitter.com/dfXnZfBkK4\u003c/a>\u003c/p>— Micah Parsons (@MicahhParsons11) \u003ca href=\"https://twitter.com/MicahhParsons11/status/1951128632249688086?ref_src=twsrc%5Etfw\">August 1, 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/MicahhParsons11/status/1951128632249688086","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"zxx\" dir=\"ltr\">\u003ca href=\"https://t.co/hba9RPG9IR\">https://t.co/hba9RPG9IR\u003c/a> \u003ca href=\"https://t.co/dfXnZfBkK4\">pic.twitter.com/dfXnZfBkK4\u003c/a>\u003c/p>— Micah Parsons (@MicahhParsons11) \u003ca href=\"https://twitter.com/MicahhParsons11/status/1951128632249688086?ref_src=twsrc%5Etfw\">August 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/MicahhParsons11/status/1951128632249688086?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1951128632249688086%7Ctwgr%5Ed5ed1398b939c5807a314ccb247c087e8d1e58bb%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fsports.yahoo.com%2Fnfl%2Fbreaking-news%2Farticle%2Fmicah-parsons-contract-dispute-cowboys-star-posts-one-last-time-gif-amid-growing-frustrations-with-team-153357995.html"},{"html":"\u003cp>Several Cowboys teammates appeared to support Parsons amid his reported rift with the team's front office, with safety \u003cstrong>Juanyeh Thomas\u003c/strong> and \u003cstrong>Demarvion Overshown\u003c/strong> changing their X profile pictures to include Parsons.\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%2FAGENT0__%2Fstatus%2F1951316288438935720%3Fref_src%3Dtwsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1951316288438935720%257Ctwgr%255E39d8a4a478d5e23429e5bdb8adacfa60028af5f7%257Ctwcon%255Es1_%26ref_url%3Dhttps%253A%252F%252Fwww.si.com%252Fnfl%252Fcowboys%252Fnews%252Fdallas-cowboys-stars-continue-rallying-behind-micah-parsons-amid-contract-fiasco","@url":"https://x.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1951316288438935720%7Ctwgr%5E39d8a4a478d5e23429e5bdb8adacfa60028af5f7%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwww.si.com%2Fnfl%2Fcowboys%2Fnews%2Fdallas-cowboys-stars-continue-rallying-behind-micah-parsons-amid-contract-fiasco","author_name":"DeMarvion Overshown","author_url":"https://twitter.com/AGENT0__","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"qme\" dir=\"ltr\">\u003ca href=\"https://twitter.com/hashtag/NewProfilePic?src=hash&ref_src=twsrc%5Etfw\">#NewProfilePic\u003c/a> \u003ca href=\"https://t.co/gyr1njkHuU\">pic.twitter.com/gyr1njkHuU\u003c/a>\u003c/p>— DeMarvion Overshown (@AGENT0__) \u003ca href=\"https://twitter.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw\">August 1, 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/AGENT0__/status/1951316288438935720","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"qme\" dir=\"ltr\">\u003ca href=\"https://twitter.com/hashtag/NewProfilePic?src=hash&ref_src=twsrc%5Etfw\">#NewProfilePic\u003c/a> \u003ca href=\"https://t.co/gyr1njkHuU\">pic.twitter.com/gyr1njkHuU\u003c/a>\u003c/p>— DeMarvion Overshown (@AGENT0__) \u003ca href=\"https://twitter.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw\">August 1, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/AGENT0__/status/1951316288438935720?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1951316288438935720%7Ctwgr%5E39d8a4a478d5e23429e5bdb8adacfa60028af5f7%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwww.si.com%2Fnfl%2Fcowboys%2Fnews%2Fdallas-cowboys-stars-continue-rallying-behind-micah-parsons-amid-contract-fiasco"},{"html":"\u003cp>Several Cowboys fans were heard yelling "Pay Micah" when team owner and general manager \u003ca href=\"https://www.iheart.com/content/2024-11-19-jerry-jones-addresses-mike-mccarthys-status/\" target=\"_blank\">\u003cstrong>Jerry Jones\u003c/strong>\u003c/a> at training camp last weekend amid their ongoing contract dispute, referencing a similar situation with wide receiver \u003ca href=\"https://www.iheart.com/content/2024-08-26-cowboys-ceedee-lamb-agree-to-historic-new-deal/\" target=\"_blank\">\u003cstrong>CeeDee Lamb\u003c/strong>\u003c/a>'s contract dispute last offseason.\u003c/p>\n\n\u003cp>"I heard it light, but not compared to how I heard them say, 'Pay Lamb [last year],'" Jones said last Sunday (July 26). "That was a faint little sound compared to the way they were hollering last year, 'Pay Lamb.' ... Whoever's not in, you can count on a few hollering that. But it was a big loud chant last year on Lamb."\u003c/p>\n\n\u003cp>The Cowboys exercised the fifth-year option on Parsons' rookie contract, which is set to expire after the 2025 season. The former Penn State standout, winning the 2021 Defensive Player of the Year award and has been selected as an All-Pro and Pro Bowler during each of his first three NFL seasons.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report/","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/Micah Parsons","keywords/relationship","keywords/measures","keywords/report","keywords/Dianna Russini","keywords/Dallas Cowboys","keywords/point","keywords/star pass rusher","keywords/NFL","keywords/football"],"permalink":"https://khow.iheart.com/content/2025-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report/","primary_image":{"bucket":"new_assets","id":"%2F688cd348d77381cd1fb3e84a"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1754070540000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report","social_title":"","summary":"The Dallas Cowboys' relationship with star defensive end Micah Parsons has reportedly 'deteriorated.'","targets":[{"categories":["syndications/content"],"distribution":["markets/DALLAS-TX"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Micah Parsons' Relationship With Cowboys 'Has Deteriorated': Report"},"slug":"2025-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cd348d77381cd1fb3e84a","title":"Micah Parsons' Relationship With Cowboys 'Has Deteriorated': Report","description":"The Dallas Cowboys' relationship with star defensive end Micah Parsons has reportedly 'deteriorated.'","author":"Jason Hall"},"pub_start":1754070540000,"pub_until":4115978604802,"pub_changed":1754071987007,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/content","markets/DALLAS-TX"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cff1116259b42ba9118fe","slug:2025-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report","slug:2025-08-01-micah-parsons-relationship-with-cowboys-has-deteriorated-report","keyword:keywords/Micah Parsons","keyword:keywords/relationship","keyword:keywords/measures","keyword:keywords/report","keyword:keywords/Dianna Russini","keyword:keywords/Dallas Cowboys","keyword:keywords/point","keyword:keywords/star pass rusher","keyword:keywords/NFL","keyword:keywords/football","author:user"]}},{"id":"%2F688bfa0746a275ce1c3d4360","type":"PUBLISHING","record":{"ref_id":"%2F688bfa0746a275ce1c3d4360","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d4683bff-df3d-4679-b1d3-bac2e2db4ff5","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1157-the-season-with-peter-sch-103089479%2F","@url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","author_name":"The Season with Peter Schrager","author_url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2YzMzFiYjZmLWNkYTgtNDYyNy1iODJiLWFmMmEwMTUzODZlNi9pbWFnZS5qcGc_dD0xNzUwNDM0OTQ4JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Season with Peter Schrager","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"DETROIT, MICHIGAN - JANUARY 18: Terry McLaurin #17 of the Washington Commanders looks on during warmups prior to playing the Detroit Lions during the NFC Divisional Playoff at Ford Field on January 18, 2025 in Detroit, Michigan. (Photo by Nic Antaya/Gett","id":"%2F687686a1a8c4b2c20e6003dc","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"NFC Divisional Playoffs: Washington Commanders v Detroit Lions","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2024-12-30-watch-commanders-player-proposes-to-girlfriend-after-snf-overtime-win/\" target=\"_blank\">Washington Commanders\u003c/a> All-Pro wide receiver \u003ca href=\"https://www.iheart.com/content/2025-07-15-commanders-all-pro-terry-mclaurin-ive-been-pretty-frustrated/\" target=\"_blank\">\u003cstrong>Terry McLaurin\u003c/strong>\u003c/a> reportedly requested a trade amid stalled negotiations on a new contract, sources with knowledge of the situation confirmed to \u003cem>NFL Network\u003c/em>'s \u003cstrong>Ian Rapoport\u003c/strong> on Thursday (July 31).\u003c/p>\n\n\u003cp>"With negotiations stalled and Terry McLaurin holding in with no progress, the \u003ca href=\"https://x.com/hashtag/Commanders?src=hashtag_click\" target=\"_blank\">#Commanders\u003c/a> WR has requested a trade, sources say," Rapoport wrote on his X account. "It wouldn’t be unprecedented if the \u003ca href=\"https://x.com/hashtag/Commanders?src=hashtag_click\" target=\"_blank\">#Commanders\u003c/a> moved their top WR on a playoff-ready. But close to it."\u003c/p>\n\n\u003cp>McLaurin ended his holdout and reported to training camp on Sunday (July 27) after having already been placed on the reserve/did not report list after missing the Commanders' conditioning test last week. The All-Pro receiver said he's "been pretty frustrated" with offseason contract negotiations while speaking to reporters.\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%2FRapSheet%2Fstatus%2F1951051570134585414","@url":"https://x.com/RapSheet/status/1951051570134585414","author_name":"Ian Rapoport","author_url":"https://twitter.com/RapSheet","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">It wouldn’t be unprecedented if the \u003ca href=\"https://twitter.com/hashtag/Commanders?src=hash&ref_src=twsrc%5Etfw\">#Commanders\u003c/a> moved their top WR on a playoff-ready. But close to it. \u003ca href=\"https://t.co/hIKyltIQBQ\">https://t.co/hIKyltIQBQ\u003c/a>\u003c/p>— Ian Rapoport (@RapSheet) \u003ca href=\"https://twitter.com/RapSheet/status/1951051570134585414?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/RapSheet/status/1951051570134585414","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">It wouldn’t be unprecedented if the \u003ca href=\"https://twitter.com/hashtag/Commanders?src=hash&ref_src=twsrc%5Etfw\">#Commanders\u003c/a> moved their top WR on a playoff-ready. But close to it. \u003ca href=\"https://t.co/hIKyltIQBQ\">https://t.co/hIKyltIQBQ\u003c/a>\u003c/p>— Ian Rapoport (@RapSheet) \u003ca href=\"https://twitter.com/RapSheet/status/1951051570134585414?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/RapSheet/status/1951051570134585414"},{"html":"\u003cp>The All-Pro previously receiver said he's "been pretty frustrated" with offseason contract negotiations while speaking to reporters.\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%2FJPFinlayNBCS%2Fstatus%2F1948006081571254691","@url":"https://x.com/JPFinlayNBCS/status/1948006081571254691","author_name":"JP Finlay","author_url":"https://twitter.com/JPFinlayNBCS","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Terry McLaurin at yoga this morning in VA. So we know he’s in town. Photo from \u003ca href=\"https://twitter.com/pwhala10?ref_src=twsrc%5Etfw\">@pwhala10\u003c/a> \u003ca href=\"https://t.co/HoAXs0VScw\">pic.twitter.com/HoAXs0VScw\u003c/a>\u003c/p>— JP Finlay (@JPFinlayNBCS) \u003ca href=\"https://twitter.com/JPFinlayNBCS/status/1948006081571254691?ref_src=twsrc%5Etfw\">July 23, 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/JPFinlayNBCS/status/1948006081571254691","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Terry McLaurin at yoga this morning in VA. So we know he’s in town. Photo from \u003ca href=\"https://twitter.com/pwhala10?ref_src=twsrc%5Etfw\">@pwhala10\u003c/a> \u003ca href=\"https://t.co/HoAXs0VScw\">pic.twitter.com/HoAXs0VScw\u003c/a>\u003c/p>— JP Finlay (@JPFinlayNBCS) \u003ca href=\"https://twitter.com/JPFinlayNBCS/status/1948006081571254691?ref_src=twsrc%5Etfw\">July 23, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/JPFinlayNBCS/status/1948006081571254691"},{"html":"\u003cp>"I've been pretty frustrated, not gonna lie. Everything that has transpired up until this point has been disappointing and frustrating. I want to continue my career here, I've created my life here, my wife and I have bought our first home here so this is somewhere I've always wanted to be," McLaurin said via \u003cem>NBC 4 Sports\u003c/em>' \u003cstrong>JP Finlay\u003c/strong>.\u003c/p>\n\n\u003cp>McLaurin, who signed an extension in 2022, is entering the final year of his contract and already sat out of the Commanders' mandatory minicamp before his training camp absence.\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%2FJPFinlayNBCS%2Fstatus%2F1945162791041560877","@url":"https://x.com/JPFinlayNBCS/status/1945162791041560877","author_name":"JP Finlay","author_url":"https://twitter.com/JPFinlayNBCS","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Terry McLaurin- I’m pretty frustrated, not going to lie \u003ca href=\"https://t.co/YdCdP9d6Dk\">pic.twitter.com/YdCdP9d6Dk\u003c/a>\u003c/p>— JP Finlay (@JPFinlayNBCS) \u003ca href=\"https://twitter.com/JPFinlayNBCS/status/1945162791041560877?ref_src=twsrc%5Etfw\">July 15, 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/JPFinlayNBCS/status/1945162791041560877","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Terry McLaurin- I’m pretty frustrated, not going to lie \u003ca href=\"https://t.co/YdCdP9d6Dk\">pic.twitter.com/YdCdP9d6Dk\u003c/a>\u003c/p>— JP Finlay (@JPFinlayNBCS) \u003ca href=\"https://twitter.com/JPFinlayNBCS/status/1945162791041560877?ref_src=twsrc%5Etfw\">July 15, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/JPFinlayNBCS/status/1945162791041560877"},{"html":"\u003cp>McLaurin was a Second-team All-Pro for the first time in his career and a Pro Bowler for the second time in 2024, recording 82 receptions for 1,096 yards and a career-best 13 touchdowns, while the Commanders made the NFC Conference Championship Game for the first time in 33 years and second playoff appearance in McLaurin's first six seasons.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-terry-mclaurin-requests-trade-report/","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/Terry McLaurin","keywords/negotiations","keywords/Ian Rapoport","keywords/Washington Commanders","keywords/NFL","keywords/football","keywords/trade","keywords/request","keywords/trade request","keywords/All-Pro"],"permalink":"https://khow.iheart.com/content/2025-07-31-terry-mclaurin-requests-trade-report/","primary_image":{"bucket":"new_assets","id":"%2F687686a1a8c4b2c20e6003dc"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1754004000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-terry-mclaurin-requests-trade-report","social_title":"","summary":"Washington Commanders All-Pro wide receiver Terry McLaurin reportedly requested a trade","targets":[{"categories":["syndications/content"],"distribution":["markets/WASHINGTON-DC"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Terry McLaurin Requests Trade: Report"},"slug":"2025-07-31-terry-mclaurin-requests-trade-report","summary":{"image":"https://i.iheart.com/v3/re/new_assets/687686a1a8c4b2c20e6003dc","title":"Terry McLaurin Requests Trade: Report","description":"Washington Commanders All-Pro wide receiver Terry McLaurin reportedly requested a trade","author":"Jason Hall"},"pub_start":1754004000000,"pub_until":4115978604802,"pub_changed":1754004379674,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/content","markets/WASHINGTON-DC"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bfa0746a275ce1c3d4360","slug:2025-07-31-terry-mclaurin-requests-trade-report","slug:2025-07-31-terry-mclaurin-requests-trade-report","keyword:keywords/Terry McLaurin","keyword:keywords/negotiations","keyword:keywords/Ian Rapoport","keyword:keywords/Washington Commanders","keyword:keywords/NFL","keyword:keywords/football","keyword:keywords/trade","keyword:keywords/request","keyword:keywords/trade request","keyword:keywords/All-Pro","author:user"]}},{"id":"%2F688bd13ccae80a26b6e5667a","type":"PUBLISHING","record":{"ref_id":"%2F688bd13ccae80a26b6e5667a","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"16a30d10-7228-43c8-852f-b5dea2c15c54","revision_id":"AAAAAAAAAAAAAAAAAAAAAQ=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F867-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/867-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/867-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/867-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/aHR0cHM6Ly9pbWFnZS5zaW1wbGVjYXN0Y2RuLmNvbS9pbWFnZXMvNmNiMGEyNzUtNWFkYi00OTVhLTk1OTYtM2ViM2Y2ZjExYjBmLzRjNGQwMTM3LWI5MTEtNDRiNy04ODBlLWM2NjUzMGYxNzBiNS8zMDAweDMwMDAvaW1hZ2UuanBnP2FpZD1yc3NfZmVlZA?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/867-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/867-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"MINNEAPOLIS, MN - JULY 26: Carlos Correa #4 of the Minnesota Twins looks on during the game between the Washington Nationals and the Minnesota Twins at Target Field on Saturday, July 26, 2025 in Minneapolis, Minnesota. (Photo by Rob Tringali/MLB Photos vi","id":"%2F688bd196cae80a26b6e56685","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Washington Nationals v. Minnesota Twins","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The Minnesota Twins have reportedly agreed to a trade that will send shortstop \u003ca href=\"https://www.iheart.com/content/2023-01-10-carlos-correa-now-finalizing-deal-with-another-team-not-mets-report/\" target=\"_blank\">\u003cstrong>Carlos Correa\u003c/strong>\u003c/a> back to the \u003ca href=\"https://www.iheart.com/content/2023-10-24-dusty-bakers-future-with-astros-revealed-report/\" target=\"_blank\">Houston Astros\u003c/a>, his original MLB team, sources with knowledge of the situation confirmed to \u003cem>ESPN\u003c/em>'s \u003cstrong>Jeff Passan\u003c/strong> on Thursday (July 31) prior to the MLB trade deadline.\u003c/p>\n\n\u003cp>"BREAKING: The Minnesota Twins are trading shortstop Carlos Correa to the Houston Astros, sources tell ESPN," Passan wrote on his X account. "\u003c/p>\n\n\u003cp>The Carlos Correa-to-Houston deal looked dead 24 hours ago. They revisited, bridged a significant financial gap and Houston, with Isaac Paredes out for the season, welcomes home Correa, who waived his no-trade clause to approve the deal," Passan added, citing MLB.com Astros beat writer \u003cstrong>Brian McTaggart\u003c/strong> for breaking the news.\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%2FJeffPassan%2Fstatus%2F1951012341752984011","@url":"https://x.com/JeffPassan/status/1951012341752984011","author_name":"Jeff Passan","author_url":"https://twitter.com/JeffPassan","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">The Carlos Correa-to-Houston deal looked dead 24 hours ago. They revisited, bridged a significant financial gap and Houston, with Isaac Paredes out for the season, welcomes home Correa, who waived his no-trade clause to approve the deal. \u003ca href=\"https://twitter.com/brianmctaggart?ref_src=twsrc%5Etfw\">@brianmctaggart\u003c/a> was on top of the news.\u003c/p>— Jeff Passan (@JeffPassan) \u003ca href=\"https://twitter.com/JeffPassan/status/1951012341752984011?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/JeffPassan/status/1951012341752984011","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">The Carlos Correa-to-Houston deal looked dead 24 hours ago. They revisited, bridged a significant financial gap and Houston, with Isaac Paredes out for the season, welcomes home Correa, who waived his no-trade clause to approve the deal. \u003ca href=\"https://twitter.com/brianmctaggart?ref_src=twsrc%5Etfw\">@brianmctaggart\u003c/a> was on top of the news.\u003c/p>— Jeff Passan (@JeffPassan) \u003ca href=\"https://twitter.com/JeffPassan/status/1951012341752984011?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/JeffPassan/status/1951012341752984011"},{"html":"\u003cp>Correa, 30, spent his first seven MLB seasons with the Astros, which included winning the 2017 World Series, the 2015 Rookie of the Year Award, a 2021 Gold Glove Award and his first two of three All-Star Game appearances. The Puerto Rico native signed a six-year, $200 million deal to join the Twins ahead of the 2023 MLB season after reportedly agreeing to deals that eventually failed with the San Francisco 49ers and New York Mets earlier in the offseason.\u003c/p>\n\n\u003cp>Correa, who was an All-Star in 2024, currently has a .267 batting average with seven home runs and 31 RBIs in 93 games during the 2025 MLB season.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-carlos-correa-returning-to-astros-report/","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/Carlos Correa","keywords/Houston Astros","keywords/Jeff Passan","keywords/deal","keywords/trade","keywords/clause","keywords/report","keywords/mlb","keywords/baseball"],"permalink":"https://khow.iheart.com/content/2025-07-31-carlos-correa-returning-to-astros-report/","primary_image":{"bucket":"new_assets","id":"%2F688bd196cae80a26b6e56685"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1753993560000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-carlos-correa-returning-to-astros-report","social_title":"","summary":"Carlos Correa is reportedly returning to the Houston Astros.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Carlos Correa Returning To Astros: Report"},"slug":"2025-07-31-carlos-correa-returning-to-astros-report","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688bd196cae80a26b6e56685","title":"Carlos Correa Returning To Astros: Report","description":"Carlos Correa is reportedly returning to the Houston Astros.","author":"Jason Hall"},"pub_start":1753993560000,"pub_until":4115978604802,"pub_changed":1753994323610,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bd13ccae80a26b6e5667a","slug:2025-07-31-carlos-correa-returning-to-astros-report","slug:2025-07-31-carlos-correa-returning-to-astros-report","keyword:keywords/Carlos Correa","keyword:keywords/Houston Astros","keyword:keywords/Jeff Passan","keyword:keywords/deal","keyword:keywords/trade","keyword:keywords/clause","keyword:keywords/report","keyword:keywords/mlb","keyword:keywords/baseball","author:user"]}},{"id":"%2F688bc36027b78ef1848b1164","type":"PUBLISHING","record":{"ref_id":"%2F688bc36027b78ef1848b1164","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6cf85b3c-6265-4c7a-9dc5-97dc0f205e12","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-womens-sports-news-from-i-183691189%2F","@url":"https://www.iheart.com/podcast/1119-womens-sports-news-from-i-183691189/","author_name":"Women’s Sports News from iHeartRadio: The Latest","author_url":"https://www.iheart.com/podcast/1119-womens-sports-news-from-i-183691189/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Women’s Sports News from iHeartRadio: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-womens-sports-news-from-i-183691189/?embed=true&cid=oembed&keyid%5B0%5D=Women%E2%80%99s%20Sports%20News%20from%20iHeartRadio%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ0YzMxN2NmLTk3MjctNDhkZS04MTc3LWIyYTcwMGY4ZDJiNC84NjZiZjcyYS1kNjRlLTRkYWEtOGZjMC1iMmE3MDBmOGQyZGEvaW1hZ2UuanBnP3Q9MTc0MjU2OTU1OCZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"Women’s Sports News from iHeartRadio: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Women’s Sports News from iHeartRadio: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-womens-sports-news-from-i-183691189/?embed=true&cid=oembed&keyid%5B0%5D=Women%E2%80%99s%20Sports%20News%20from%20iHeartRadio%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-womens-sports-news-from-i-183691189/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"SEATTLE, WA - JUNE 24 : Caitlin Clark #22 of the Indiana Fever is introduced before the game against the Seattle Storm on June 24, 2025 at Climate Pledge Arena in Seattle, Washington. NOTE TO USER: User expressly acknowledges and agrees that, by downloadi","id":"%2F685d8c6758f8224bca4e6bfe","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Indiana Fever v Seattle Storm","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-02-wnba-expansion-cities-push-back-after-sophie-cunninghams-harsh-comments/\" target=\"_blank\">Indiana Fever guard \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-02-wnba-expansion-cities-push-back-after-sophie-cunninghams-harsh-comments/\" target=\"_blank\">\u003cstrong>Sophie Cunningham\u003c/strong>\u003c/a> fired back at critics of teammate \u003ca href=\"https://www.iheart.com/content/2025-07-28-caitlin-clarks-stalker-sentenced/\" target=\"_blank\">\u003cstrong>Caitlin Clark\u003c/strong>\u003c/a> on the latest episode of her \u003ca href=\"https://www.iheart.com/podcast/1119-show-me-something-288071916/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"288071916\" data-catalog-related-id=\"\">\u003cem>Show Me Something\u003c/em>\u003c/a> podcast.\u003c/p>\n\n\u003cp>"It literally pisses me off when people are like, 'She's not the face of the league.' What?" Cunningham said on her podcast. "There's really good, well-known people in our league. I'm not discrediting them. We have a lot of badasses in our league. Hell yeah to that. I'm all for that. But when people try to argue that she's not the face of our league or our league would be where we're at without her, you're dumb as s---. You're literally dumb as f**k."\u003c/p>\n\n\u003cp>Cunningham, who was acquired by the Fever in a trade with the Phoenix Mercury during the offseason, said her former teammates planned to zero in on Clark during her rookie season.\u003c/p>\n\n\u003cp>"I know the talks Phoenix had in their locker room of, like, 'We're going to show her what the W really is,'" Cunningham said on the podcast. "I get it to a certain extent. Every rookie coming into the league, that's how you're going to treat them. But there's just more for her. It's her second year. Now being on her team and seeing it, I'm like, 'What are people doing?' It's just too much."\u003c/p>\n\n\u003cp>Cunningham previously aided Clark during an on-court incident involving \u003cstrong>Jacy Sheldon\u003c/strong> and \u003cstrong>Marina Mabrey\u003c/strong> of the Connecticut Sun earlier this year. Clark, the reigning WNBA Rookie of the Year and the NCAA's all-time leading scorer for women's and men's basketball, has been limited to just 13 games due to multiple injuries, averaging 16.5 points, 8.8 assists and 5.0 rebounds.\u003c/p>\n\n\u003cp>\u003cem>This story is brought to you by the Women's Sports Audio Network (WSAN). WSAN is the first-ever audio platform dedicated exclusively to women's sports. WSAN celebrates female athletes and gives an in-depth look into their personal experiences in and out of their respective sports. Check out more on the \u003c/em>\u003ca href=\"https://www.iheart.com/podcast/category/iheartwomenssports-267/\" target=\"_blank\">\u003cem>WSAN site\u003c/em>\u003c/a>\u003cem>.\u003c/em>\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-teammate-blasts-caitlin-clark-critics/","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/Sophie Cunningham","keywords/Caitlin Clark","keywords/people","keywords/league","keywords/critics","keywords/rookie","keywords/podcast","keywords/face","keywords/WNBA","keywords/basketball","keywords/Women's Sports Audio Network"],"permalink":"https://khow.iheart.com/content/2025-07-31-teammate-blasts-caitlin-clark-critics/","primary_image":{"bucket":"new_assets","id":"%2F685d8c6758f8224bca4e6bfe"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1753990560000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-teammate-blasts-caitlin-clark-critics","social_title":"","summary":"An Indiana Fever player blasted critics of Caitlin Clark.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Teammate Blasts Caitlin Clark Critics"},"slug":"2025-07-31-teammate-blasts-caitlin-clark-critics","summary":{"image":"https://i.iheart.com/v3/re/new_assets/685d8c6758f8224bca4e6bfe","title":"Teammate Blasts Caitlin Clark Critics","description":"An Indiana Fever player blasted critics of Caitlin Clark.","author":"Jason Hall"},"pub_start":1753990560000,"pub_until":4115978604802,"pub_changed":1753990912759,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bc36027b78ef1848b1164","slug:2025-07-31-teammate-blasts-caitlin-clark-critics","slug:2025-07-31-teammate-blasts-caitlin-clark-critics","keyword:keywords/Sophie Cunningham","keyword:keywords/Caitlin Clark","keyword:keywords/people","keyword:keywords/league","keyword:keywords/critics","keyword:keywords/rookie","keyword:keywords/podcast","keyword:keywords/face","keyword:keywords/WNBA","keyword:keywords/basketball","keyword:keywords/Women's Sports Audio Network","author:user"]}}],"resume":{"id":"ID:sports-news-feed","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImJxaUk1IjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"VGRnW","region":"main:dynamic","type":"feed","ordinal":27,"value":{"ad_split":50,"feed_id":"ID:politics-feed","feed_index":1,"link":null,"position":null,"size":1,"title":"Politics"},"tags":["display-hints/horizontal","display-hints/feed-date-stamp"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688d1d802e24d7fcac0823e9","type":"PUBLISHING","record":{"ref_id":"%2F688d1d802e24d7fcac0823e9","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d1a7e4b9-2df3-4653-8ccd-d2eccf5f4134","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":"Washington DC cityscape","id":"%2F65f9b1d3fc271fe5ecf343a2","new_tab":false,"schedule":{},"source_credit":"ANDREY DENISYUK / Moment / Getty Images","title":"United States Capitol. Day. Flag.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The Corporation for Public Broadcasting (CPB) announced on Friday (August 1) that it will \u003ca href=\"https://www.reuters.com/world/us/corporation-public-broadcasting-close-after-funding-cut-blow-local-media-2025-08-01/\" target=\"_blank\">shut down operations by September 30\u003c/a>, following the loss of all federal funding. President Trump signed a law retracting $1.1 billion in funds for public broadcasting through fiscal year 2027. This decision was part of a $9 billion rescissions package passed largely along party lines, which also included cuts to foreign aid.\u003c/p>\n\n\u003cp>CPB President and CEO \u003cstrong>Patricia de Stacy Harrison\u003c/strong> expressed disappointment, stating, "Despite the extraordinary efforts of millions of Americans who called, wrote, and petitioned Congress to preserve federal funding for CPB, we now face the difficult reality of closing our operations." \u003c/p>\n\n\u003cp>She emphasized \u003ca href=\"https://www.nbcnews.com/politics/congress/cpb-funder-npr-pbs-says-will-shut-congress-cuts-money-rcna222524\" target=\"_blank\">CPB's commitment to supporting partners through the transition\u003c/a> with transparency and care.\u003c/p>\n\n\u003cp>The shutdown marks the \u003ca href=\"https://www.cnn.com/2025/08/01/media/trump-cpb-corporation-public-media-shuts-down\" target=\"_blank\">first time in nearly 60 years that Congress has refused to fund CPB\u003c/a>, a nonprofit corporation established to distribute federal money to public media stations across the nation. These stations, especially those in rural and poor areas, rely heavily on CPB grants for their operations. \u003c/p>\n\n\u003cp>The CPB will retain a small team until January to manage compliance, fiscal distributions, and long-term financial obligations. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding/","primary_image":{"bucket":"assets.getty","id":"%2F65f9b1d3fc271fe5ecf343a2"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1754079000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","social_title":"","summary":"The shutdown marks the first time in nearly 60 years that Congress has refused to fund CPB.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Corporation For Public Broadcasting To Shut Down After Congress Cut Funding"},"slug":"2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/65f9b1d3fc271fe5ecf343a2","title":"Corporation For Public Broadcasting To Shut Down After Congress Cut Funding","description":"The shutdown marks the first time in nearly 60 years that Congress has refused to fund CPB.","author":"iHeartRadio"},"pub_start":1754079000000,"pub_until":4115978604802,"pub_changed":1754079383935,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d1d802e24d7fcac0823e9","slug:2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","slug:2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:politics-feed","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImVIYWNZIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"aDyRz","region":"main:dynamic","type":"feed","ordinal":28,"value":{"ad_split":50,"feed_id":"ID:politics-feed","feed_index":2,"link":null,"position":null,"size":5,"title":null},"tags":["display-hints/xxsmall","display-hints/feed-date-stamp","display-hints/feed-load-more"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688d07102e24d7fcac0823c6","type":"PUBLISHING","record":{"ref_id":"%2F688d07102e24d7fcac0823c6","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"dbf5a490-61b9-4ec2-a295-a072408ed648","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":"US Navy Los Angeles class submarine slipping out to sea under cover of fog in San Francisco Bay, California, USA. Historical photo from 1996. Alcatraz Island in background. Scanned film, some grain.","id":"%2F688d08fdfe9037a39187a1d1","new_tab":false,"schedule":{},"source_credit":"NNehring / E+ / Getty Images","title":"submarine slipping out to sea under fog San Francisco Bay","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President \u003cstrong>Donald Trump\u003c/strong> announced the \u003ca href=\"https://www.nbcnews.com/politics/white-house/trump-deploying-two-nuclear-subs-provocative-statements-russia-rcna222520\" target=\"_blank\">deployment of two nuclear submarines\u003c/a> in response to what he described as "highly provocative" statements made by \u003cstrong>Dmitry Medvedev\u003c/strong>, the former Russian President and current deputy chairman of the Security Council of the Russian Federation. Trump made this announcement via social media, emphasizing the importance of words and their potential consequences. He stated that the submarines would be positioned in "appropriate regions," though he did not specify their exact locations.\u003c/p>\n\n\u003cp>"Words are very important, and can often lead to unintended consequences, I hope this will not be one of those instances," \u003ca href=\"https://truthsocial.com/@realDonaldTrump/posts/114954549017557270\" target=\"_blank\">Trump wrote on Truth Social\u003c/a>.\u003c/p>\n\n\u003cp>The tension arose after Medvedev made several comments in response to Trump's ultimatum for Moscow to agree to a ceasefire in Ukraine or face severe sanctions. Medvedev accused Trump of engaging in "the ultimatum game with Russia" and \u003ca href=\"https://www.cnn.com/2025/08/01/politics/nuclear-submaries-russia-trump-medvedev\" target=\"_blank\">warned that such ultimatums are steps towards war\u003c/a>. In a post on X, Medvedev described Trump's ultimatum as "theatrical" and asserted that "Russia didn't care."\u003c/p>\n\n\u003cp>In a more ominous note, Medvedev referenced a "dead hand" threat on Telegram, which some analysts interpreted as a nod to Russia's nuclear retaliatory control system. This escalating rhetoric has prompted concerns about potential military confrontations between the two nations.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev/","primary_image":{"bucket":"assets.getty","id":"%2F688d08fdfe9037a39187a1d1"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1754073060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","social_title":"","summary":"President Trump's decision comes after \"highly provocative\" remarks made by former Russian President Dmitry Medvedev.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Trump Deploys 2 Nuclear Subs Over Comments By Russia's Dmitry Medvedev"},"slug":"2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d08fdfe9037a39187a1d1","title":"Trump Deploys 2 Nuclear Subs Over Comments By Russia's Dmitry Medvedev","description":"President Trump's decision comes after \"highly provocative\" remarks made by former Russian President Dmitry Medvedev.","author":"iHeartRadio"},"pub_start":1754073060000,"pub_until":4115978604802,"pub_changed":1754073395902,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d07102e24d7fcac0823c6","slug:2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","slug:2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688cceea07c0a55a94a22842","type":"PUBLISHING","record":{"ref_id":"%2F688cceea07c0a55a94a22842","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Bill Galluccio","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":"WASHINGTON, DC - MAY 14: Patrons view a portrait of former U.S. President Donald Trump in the America’s Presidents exhibition at the National Portrait Gallery as the Smithsonian Institution begins to slowly re-open its museums May 14, 2021 in Washington, DC. Trump’s portrait, a photograph made by Pari Dukovic is on display to the public for the first time since the closure of the museums due to the coronavirus pandemic. (Photo by Win McNamee/Getty Images)","id":"%2F688ce32551aba98b79003a97","new_tab":false,"schedule":{},"source_credit":"Win McNamee / Getty Images News / Getty Images","title":"Trump Portrait Exhibited As National Portrait Gallery Reopens To Public","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The \u003ca href=\"https://www.washingtonpost.com/entertainment/2025/07/31/trump-impeachment-smithsonian/\" target=\"_blank\">Smithsonian’s National Museum of American History has removed references to President \u003c/a>\u003ca href=\"https://www.washingtonpost.com/entertainment/2025/07/31/trump-impeachment-smithsonian/\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>\u003ca href=\"https://www.washingtonpost.com/entertainment/2025/07/31/trump-impeachment-smithsonian/\" target=\"_blank\">'s impeachments\u003c/a> from The American Presidency exhibit. According to \u003cem>The Washington Post\u003c/em>, the change happened in July and was part of what the museum said was a review of "legacy content."\u003c/p>\n\n\u003cp>The review was made following pressure from the White House to remove an art museum director. \u003c/p>\n\n\u003cp>The exhibit, which was added in 2008, originally featured information about the impeachments of Presidents \u003cstrong>Andrew Johnson \u003c/strong>and \u003cstrong>Bill Clinton\u003c/strong>. It also explained the impeachment process of President \u003cstrong>Richard Nixon\u003c/strong>, who resigned before he was formally impeached.\u003c/p>\n\n\u003cp>In September 2021, \u003ca href=\"https://www.cnn.com/2025/08/01/politics/smithsonian-trump-impeachment-exhibit-museum\" target=\"_blank\">the exhibit was updated to note that President Trump was the first president to be impeached twice\u003c/a>, once in 2019 for abuse of power and obstruction of Congress, and then again in 2021 for incitement of insurrection. Both impeachments resulted in an acquittal from the Senate.\u003c/p>\n\n\u003cp>The Smithsonian told the \u003cem>Post \u003c/em>that the exhibit "was intended to be a short-term measure to address current events at the time, however, the label remained in place until July 2025."\u003c/p>\n\n\u003cp>The museum said that it \u003ca href=\"https://www.newsweek.com/trump-smithsonian-impeachment-exhibit-2107421\" target=\"_blank\">plans to revamp the exhibit\u003c/a> and will include information about Trump's impeachments.\u003c/p>\n\n\u003cp>"A large permanent gallery like The American Presidency that opened in 2000, requires significant amount of time and funding to update and renew. A future and updated exhibit will include all impeachments," the museum added.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit/","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":[],"permalink":"https://khow.iheart.com/content/2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit/","primary_image":{"bucket":"assets.getty","id":"%2F688ce32551aba98b79003a97"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1754065680000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","social_title":"","summary":"The museum said that it plans to revamp the exhibit.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]}],"title":"Smithsonian Removes Mention Of Trump's Impeachments From Presidency Exhibit"},"slug":"2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688ce32551aba98b79003a97","title":"Smithsonian Removes Mention Of Trump's Impeachments From Presidency Exhibit","description":"The museum said that it plans to revamp the exhibit.","author":"Bill Galluccio"},"pub_start":1754065680000,"pub_until":4115978604802,"pub_changed":1754066117021,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cceea07c0a55a94a22842","slug:2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","slug:2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","author:user"]}},{"id":"%2F688cc994d3ad2eeed018e86e","type":"PUBLISHING","record":{"ref_id":"%2F688cc994d3ad2eeed018e86e","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"WASHINGTON, DC - FEBRUARY 11: U.S. President Donald Trump speaks during an executive order signing in the Oval Office at the White House on February 11, 2025 in Washington, DC. Trump is to sign an executive order implementing the Department of Government ","id":"%2F67b71f68963277286f4e1d51","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Elon Musk Joins President Trump For Signing Executive Orders In The Oval Office","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-31-trump-fires-back-at-failed-ex-russian-president-over-war-threat/\" target=\"_blank\">President \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-31-trump-fires-back-at-failed-ex-russian-president-over-war-threat/\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>'s approval rating reportedly dropped to 40%, the lowest percentage of his second term in office, according to the latest \u003ca href=\"https://www.reuters.com/data/trumps-approval-rating-2025-01-21/\" target=\"_blank\">\u003cem>Reuters\u003c/em>\u003c/a>\u003ca href=\"https://www.reuters.com/data/trumps-approval-rating-2025-01-21/\" target=\"_blank\">/Ipsos poll\u003c/a> released on Wednesday (July 30).\u003c/p>\n\n\u003cp>The poll, which was conducted through Monday (July 28), surveyed 1,023 U.S. adults and had a 3% margin of error. Trump began his second term with a 47% approval rating in January, which has steadily dropped through his first few months in office, including a 1% drop since July 16.\u003c/p>\n\n\u003cp>About one-third of independents were reported to approve Trump's job performance, while 83% of Republicans still supported the president and only 3% of Democrats approved his performance. Earlier this week, the \u003ca href=\"https://d3nkl3psvxxpe9.cloudfront.net/documents/econTabReport_7Bn59Tx.pdf\" target=\"_blank\">Economist/YouGov poll\u003c/a> showed that Trump's net approval rating was at -15, the lowest of his second term.\u003c/p>\n\n\u003cp>The survey, which polled 1,777 U.S. adult citizens between July 25 and July 28, showed that 40% of respondents approved Trump's job performance while 55% disapproved. The Economist/YouGov poll previously had the president at a -14 net approval rating with a 41% approval and a 55% disapproval for the past two weeks and a -11 net approval with a 42% approval and 53% disapproval for the two weeks prior to that.\u003c/p>\n\n\u003cp>\u003ca href=\"https://news.gallup.com/poll/692879/independents-drive-trump-approval-second-term-low.aspx\" target=\"_blank\">\u003cem>Gallup\u003c/em>\u003c/a> had previously reported that \u003ca href=\"https://www.iheart.com/content/2025-07-28-trumps-approval-rating-sets-record-for-second-term/\" target=\"_blank\">Trump's approval rating dropped to 37%\u003c/a>, his lowest of his second term and just 3% points higher than his all-time worst rating set in his first term, in its poll conducted last week. Trump's approval rating fell 10% since taking office in January, which includes a 17% decline among independents to 29%, matching his all-time lowest rating among the group.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-trumps-approval-rating-sets-new-record/","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/Donald Trump","keywords/approval rating","keywords/record","keywords/approval","keywords/job approval","keywords/job approval rating","keywords/president","keywords/poll","keywords/survey","keywords/term","keywords/Second term","keywords/Reuters","keywords/Ipsos"],"permalink":"https://khow.iheart.com/content/2025-08-01-trumps-approval-rating-sets-new-record/","primary_image":{"bucket":"new_assets","id":"%2F67b71f68963277286f4e1d51"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["facets/All Sites - English"]},"publish_date":1754057700000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-trumps-approval-rating-sets-new-record","social_title":"","summary":"President Donald Trump's approval rating has set a new record.","targets":[{"categories":["syndications/news"],"distribution":[]}],"title":"Trump's Approval Rating Sets New Record"},"slug":"2025-08-01-trumps-approval-rating-sets-new-record","summary":{"image":"https://i.iheart.com/v3/re/new_assets/67b71f68963277286f4e1d51","title":"Trump's Approval Rating Sets New Record","description":"President Donald Trump's approval rating has set a new record.","author":"Jason Hall"},"pub_start":1754057700000,"pub_until":4115978604802,"pub_changed":1754058273017,"subscription":[{"tags":["categories/national-news","categories/politics","facets/All Sites - English"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cc994d3ad2eeed018e86e","slug:2025-08-01-trumps-approval-rating-sets-new-record","slug:2025-08-01-trumps-approval-rating-sets-new-record","keyword:keywords/Donald Trump","keyword:keywords/approval rating","keyword:keywords/record","keyword:keywords/approval","keyword:keywords/job approval","keyword:keywords/job approval rating","keyword:keywords/president","keyword:keywords/poll","keyword:keywords/survey","keyword:keywords/term","keyword:keywords/Second term","keyword:keywords/Reuters","keyword:keywords/Ipsos","author:user"]}},{"id":"%2F688cb6e2890370e1c6073557","type":"PUBLISHING","record":{"ref_id":"%2F688cb6e2890370e1c6073557","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"9ee168fb-4db3-4880-abc8-85b997d4907c","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Senator Elizabeth Warren, a Democrat from Massachusetts, center, speaks to members of the media in the Senate Subway of the US Capitol in Washington, DC, US, on Tuesday, July 29, 2025. Senators face a stacked schedule of votes on judicial and executive br","id":"%2F688cb753890370e1c6073562","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Senate Faces Nominee Grind In Recess Push","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A video shared online shows \u003ca href=\"https://www.iheart.com/content/2021-12-20-sens-elizabeth-warren-and-cory-booker-test-positive-for-covid-19/\" target=\"_blank\">Sen. \u003c/a>\u003ca href=\"https://www.iheart.com/content/2021-12-20-sens-elizabeth-warren-and-cory-booker-test-positive-for-covid-19/\" target=\"_blank\">\u003cstrong>Elizabeth Warren\u003c/strong>\u003c/a> (D- Mass.) falling on the \u003ca href=\"https://www.iheart.com/content/2025-06-29-senate-advances-trumps-big-beautiful-spending-bill-after-dramatic-debate/\" target=\"_blank\">Senate floor\u003c/a> during a vote Wednesday (July 30) night.\u003c/p>\n\n\u003cp>Footage showed Warren, 76, waving at someone before appearing to lean back on a desk and falling to the ground. Republican Senators \u003cstrong>Ted Cruz\u003c/strong> of Texas and \u003cstrong>Susan Collins\u003c/strong> of Maine rushed over to help her, but Warren appeared to get up on her own. Multiple other senators were also seen walking over toward Warren to attempt to give her assistance after her fall.\u003c/p>\n\n\u003cp>The incident took place as the Senate took a vote on two resolutions to block military sales to Israel, both of which Warren voted in favor of.\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%2Fredamor_%2Fstatus%2F1950987287518380146","@url":"https://x.com/redamor_/status/1950987287518380146","author_name":"Reda","author_url":"https://twitter.com/redamor_","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Elizabeth Warren fell in the Senate floor \u003ca href=\"https://t.co/qXXTxZqflG\">pic.twitter.com/qXXTxZqflG\u003c/a>\u003c/p>— Reda (@redamor_) \u003ca href=\"https://twitter.com/redamor_/status/1950987287518380146?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/redamor_/status/1950987287518380146","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Elizabeth Warren fell in the Senate floor \u003ca href=\"https://t.co/qXXTxZqflG\">pic.twitter.com/qXXTxZqflG\u003c/a>\u003c/p>— Reda (@redamor_) \u003ca href=\"https://twitter.com/redamor_/status/1950987287518380146?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/redamor_/status/1950987287518380146"},{"html":"\u003cp>The resolutions were proposed by Sen. \u003cstrong>Bernie Sanders\u003c/strong> (I- Vt.), who has been an outspoken critic of Israel's war with Hamas in the Gaza Strip. Every Republican in the majority Senate voted against the resolution.\u003c/p>\n\n\u003cp>Warren has served as Massachusetts' senator since January 2013, having been re-elected for a third term in 2024, and the vice chair of the Senate Democratic caucus since 2017. The 76-year-old had previously ran for president in 2020 and was briefly considered a front-runner before her campaign dwindled, withdrawing after Super Tuesday on March 5, 2020.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-elizabeth-warren-falls-on-senate-floor-during-vote/","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/Elizabeth Warren","keywords/floor","keywords/Senate","keywords/vote","keywords/Susan Collins","keywords/D- Mass","keywords/video","keywords/fall"],"permalink":"https://khow.iheart.com/content/2025-08-01-elizabeth-warren-falls-on-senate-floor-during-vote/","primary_image":{"bucket":"new_assets","id":"%2F688cb753890370e1c6073562"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["facets/All Sites - English"]},"publish_date":1754053200000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-elizabeth-warren-falls-on-senate-floor-during-vote","social_title":"","summary":"A video shared online shows Sen. Elizabeth Warren (D- Mass.) falling on the Senate floor during a vote.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Elizabeth Warren Falls On Senate Floor During Vote"},"slug":"2025-08-01-elizabeth-warren-falls-on-senate-floor-during-vote","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cb753890370e1c6073562","title":"Elizabeth Warren Falls On Senate Floor During Vote","description":"A video shared online shows Sen. Elizabeth Warren (D- Mass.) falling on the Senate floor during a vote.","author":"Jason Hall"},"pub_start":1754053200000,"pub_until":4115978604802,"pub_changed":1754053589715,"subscription":[{"tags":["categories/national-news","categories/politics","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cb6e2890370e1c6073557","slug:2025-08-01-elizabeth-warren-falls-on-senate-floor-during-vote","slug:2025-08-01-elizabeth-warren-falls-on-senate-floor-during-vote","keyword:keywords/Elizabeth Warren","keyword:keywords/floor","keyword:keywords/Senate","keyword:keywords/vote","keyword:keywords/Susan Collins","keyword:keywords/D- Mass","keyword:keywords/video","keyword:keywords/fall","author:user"]}},{"id":"%2F688bd4da8f6ddbfecfc3f07e","type":"PUBLISHING","record":{"ref_id":"%2F688bd4da8f6ddbfecfc3f07e","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1a6b6840-f737-4664-b591-2cb15fc5921b","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":"TURNBERRY, SCOTLAND - JULY 28: U.S. President Donald Trump gestures as he meets British Prime Minister Keir Starmer for bilateral talks at Trump Turnberry golf club on July 28, 2025 in Turnberry, Scotland. The pair are meeting at Turnberry before traveling together to Aberdeenshire to have a private dinner at another Trump-owned golf club. President Trump is visiting Scotland in a trip that’s part-vacation, part-work, as he stays at his Trump Turnberry golf course, followed by the Trump International Golf Links in Aberdeenshire, between July 25 to 29. (Photo by Andrew Harnik/Getty Images)","id":"%2F688bd62051aba98b7900386a","new_tab":false,"schedule":{},"source_credit":"Andrew Harnik / Getty Images News / Getty Images","title":"U.S. President Donald Trump Visits Scotland For Rounds Of Golf And Trade Talks","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President \u003ca href=\"https://www.nbcnews.com/health/health-news/trump-prescription-drug-prices-lower-medicaid-executive-order-rcna222308\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>\u003ca href=\"https://www.nbcnews.com/health/health-news/trump-prescription-drug-prices-lower-medicaid-executive-order-rcna222308\" target=\"_blank\"> has given major drugmakers 60 days to reduce prescription drug prices\u003c/a> in the United States. On Thursday (July 31), Trump sent letters to 17 pharmaceutical companies, urging them to align U.S. drug prices with those offered in other countries. The letters, posted on his social media platform Truth Social, demand that companies extend "Most Favored Nation" pricing to all drugs provided to Medicaid enrollees and ensure that Medicaid, Medicare, and commercial insurers pay these prices for new drugs.\u003c/p>\n\n\u003cp>The directive follows an executive order signed in May, which aimed to lower U.S. drug prices that are often more than triple those in other developed nations. Trump \u003ca href=\"https://www.cnn.com/2025/07/31/politics/trump-drug-price-lower-letter\" target=\"_blank\">expressed dissatisfaction with previous proposals from drugmakers\u003c/a>, which he claimed offered no real solutions. He warned that if companies do not comply, his administration would use every available tool to protect American families from high drug prices.\u003c/p>\n\n\u003cp>Potential consequences for non-compliance include directing the Department of Health and Human Services to implement new rules, allowing more drug imports, reviewing drug exports, and possibly revoking FDA approvals for certain drugs. The Pharmaceutical Research and Manufacturers of America, the industry's main trade association, has yet to comment on the letters.\u003c/p>\n\n\u003cp>The stock prices of several companies that \u003ca href=\"https://truthsocial.com/@realDonaldTrump/posts/114949069548564252\" target=\"_blank\">received the letters\u003c/a>, such as Eli Lilly, Merck, and Johnson & Johnson, fell following the announcement. The S&P 500 Pharmaceuticals Industry Index dropped by over 2%. \u003c/p>\n\n\u003cp>Trump's previous attempt to establish a "Most Favored Nation" rule for Medicare drugs was blocked by federal courts and later rescinded by President \u003cstrong>Joe Biden\u003c/strong> in 2021. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-president-trump-gives-drugmakers-60-days-to-cut-prescription-drug-prices/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-07-31-president-trump-gives-drugmakers-60-days-to-cut-prescription-drug-prices/","primary_image":{"bucket":"assets.getty","id":"%2F688bd62051aba98b7900386a"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1753994760000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-president-trump-gives-drugmakers-60-days-to-cut-prescription-drug-prices","social_title":"","summary":"President Trump sent letters to 17 pharmaceutical companies, urging them to align U.S. drug prices with those offered in other countries.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"President Trump Gives Drugmakers 60 Days To Cut Prescription Drug Prices"},"slug":"2025-07-31-president-trump-gives-drugmakers-60-days-to-cut-prescription-drug-prices","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688bd62051aba98b7900386a","title":"President Trump Gives Drugmakers 60 Days To Cut Prescription Drug Prices","description":"President Trump sent letters to 17 pharmaceutical companies, urging them to align U.S. drug prices with those offered in other countries.","author":"iHeartRadio"},"pub_start":1753994760000,"pub_until":4115978604802,"pub_changed":1753995136035,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bd4da8f6ddbfecfc3f07e","slug:2025-07-31-president-trump-gives-drugmakers-60-days-to-cut-prescription-drug-prices","slug:2025-07-31-president-trump-gives-drugmakers-60-days-to-cut-prescription-drug-prices","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:politics-feed","context":{"\u003clocale>":"en-US"},"size":5,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7ImVIYWNZIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"swv8H","region":"main:dynamic","type":"feed","ordinal":29,"value":{"ad_split":50,"feed_id":"ID:weird-news-feed","feed_index":1,"link":null,"min_size":1,"position":null,"size":1,"title":"Lifestyle"},"tags":["display-hints/horizontal","display-hints/feed-date-stamp"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688cff3f2e24d7fcac0823af","type":"PUBLISHING","record":{"ref_id":"%2F688cff3f2e24d7fcac0823af","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"25d5ca72-6873-474f-8403-ef91ebd707ad","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Nearly 200,000 KidKraft Farm to Table Play Kitchens have been recalled after a child died while playing with it. ","id":"%2F688cffcc2e24d7fcac0823b9","new_tab":false,"schedule":{},"source_credit":"Consumer Products Safety Comission","title":"Recall On KidKraft Farm to Table Play Kitchens","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Nearly \u003ca href=\"https://abcnews.go.com/GMA/Family/192000-kids-play-kitchens-recalled-after-1-death/story?id=124241619\" target=\"_blank\">200,000 KidKraft Farm to Table Model Play Kitchen sets are being recalled\u003c/a> after a tragic incident led to the death of a toddler. The recall, announced by Backyard Kids, LLC and the Consumer Product Safety Commission, follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook of the play kitchen set in February 2023.\u003c/p>\n\n\u003cp>The play kitchens, sold between 2018 and July 2025, \u003ca href=\"https://www.usatoday.com/story/money/2025/08/01/kidkraft-play-kitchens-recall/85471428007/\" target=\"_blank\">pose a risk of strangulation and asphyxia if a child climbs on the counter\u003c/a> or crawls through the opening in the back. The recalled units are black and light gray with wood-like countertops and measure 44 inches in length, 13 3/4 inches in width, and 43 inches high. They were intended for children aged three and above.\u003c/p>\n\n\u003cp>Although 192,000 units are impacted, only 400 were sold to consumers by Backyard Kids. The play kitchens were available online on Amazon, Walmart, and KidKraft's websites, retailing between $120 and $270.\u003c/p>\n\n\u003cp>Backyard Kids is \u003ca href=\"https://www.cpsc.gov/Recalls/2025/Backyard-Kids-Recalls-KidKraft-Farm-to-Table-Play-Kitchens-Due-to-Strangulation-Hazard-One-Death-Reported\" target=\"_blank\">offering free replacement hooks to consumers\u003c/a> with affected units. They can be contacted via email at recall@kidkraft.com or by phone at (800) 882-0234, Monday through Friday from 8:30 a.m. to 5 p.m. ET.\u003c/p>\n\n\u003cp>KidKraft, Inc., which manufactured the sets, filed for bankruptcy in May 2024. As of now, no other incidents have been reported involving the hooks catching on children's clothing.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","primary_image":{"bucket":"new_assets","id":"%2F688cffcc2e24d7fcac0823b9"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754070900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","social_title":"","summary":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death"},"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9","title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death","description":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","author":"iHeartRadio"},"pub_start":1754070900000,"pub_until":4115978604802,"pub_changed":1754071336411,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cff3f2e24d7fcac0823af","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","keyword:keywords/ai-assisted","author:user"]}}],"resume":null}},{"id":"SkYlX","region":"main:dynamic","type":"feed","ordinal":30,"value":{"ad_split":50,"feed_id":"ID:weird-news-feed","feed_index":2,"link":null,"position":null,"size":5,"title":null},"tags":["display-hints/xxsmall","display-hints/feed-load-more","display-hints/feed-date-stamp"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6888c9de60f07f2843c46665","type":"PUBLISHING","record":{"ref_id":"%2F6888c9de60f07f2843c46665","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"8b2a1e35-80b9-4d9a-9127-1313407d8fe1","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6888cad060f07f2843c46670","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Biscuitville was selected as the \u003ca href=\"https://www.iheart.com/content/2025-07-16-best-fast-food-restaurant-for-2025-revealed/\" target=\"_blank\">best fast food\u003c/a> breakfast restaurant for the third consecutive year during \u003ca href=\"https://10best.usatoday.com/awards/best-fast-food-fries/\" target=\"_blank\">\u003cem>USA TODAY\u003c/em>\u003c/a>\u003ca href=\"https://10best.usatoday.com/awards/best-fast-food-breakfast/\" target=\"_blank\">'s 10Best 2025 Awards\u003c/a>.\u003c/p>\n\n\u003cp>The breakfast chain, which is based in North Carolina, was once again selected by readers as the nation's best, beating out \u003ca href=\"https://www.iheart.com/content/2025-07-23-best-fast-food-fries-for-2025-revealed/\" target=\"_blank\">Del Taco\u003c/a>, Jack in the Box, McDonald's and Chick-fil-A.\u003c/p>\n\n\u003cp>"Who doesn't love a delectable biscuit-based breakfast? With locations in Virginia, North Carolina, and South Carolina, Biscuitville's fresh-baked biscuits can be enjoyed a number of ways, from simple bacon, egg, and cheese or fried chicken biscuits to more elaborate breakfast sandwiches like their Spicy Chicken & Honey Biscuit. With breakfast platters and sides of grits, hash browns, or country gravy, plus indulgent sweet treats like their blueberry muffin, it's no wonder folks return again and again," \u003cem>USA TODAY\u003c/em> wrote.\u003c/p>\n\n\u003cp>\u003cem>USA TODAY\u003c/em>'s full list of the top 10 best fast food breakfast restaurants is included below:\u003c/p>\n\n\u003col>\u003cli> Biscuitville\u003c/li>\n\u003cli> Del Taco\u003c/li>\n\u003cli> Jack in the Box\u003c/li>\n\u003cli> McDonald's\u003c/li>\n\u003cli> Chick-fil-A\u003c/li>\n\u003cli> Hardee's/Carl's Jr.\u003c/li>\n\u003cli> Burger King\u003c/li>\n\u003cli> Bojangles\u003c/li>\n\u003cli> Wendy's\u003c/li>\n\u003cli> Cinnabon\u003c/li>\u003c/ol>\n\n\u003cp>Biscuitville has been selected as the 10Best Awards' choice for best fast food breakfast every year since 2023, having also been named as the top regional fast food restaurant that same year, as well as the runner-up for the same category in each of the last two years. The regional chain has 87 locations across the Carolinas and Virginia, according to its \u003ca href=\"https://biscuitville.com/locations/\" target=\"_blank\">official website\u003c/a>.\u003c/p>\n\n\u003cp>\u003cem>USA TODAY's 10Best\u003c/em> editors worked alongside a panel of experts to nominate their picks, which were then selected by readers in a vote to determine the winners. "Our editors and readers independently select what you see on \u003cem>USA TODAY 10BEST\u003c/em>. When you buy through a link on our site, we may earn an affiliate commission," \u003cem>USA TODAY\u003c/em> wrote.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-29-best-fast-food-breakfast-restaurant-for-2025-revealed/","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/Biscuitville","keywords/USA TODAY","keywords/fast food breakfast","keywords/breakfast chain","keywords/editors","keywords/fast food breakfast restaurant","keywords/10Best 2025 Awards","keywords/North Carolina","keywords/treats","keywords/breakfast","keywords/Virginia"],"permalink":"https://khow.iheart.com/content/2025-07-29-best-fast-food-breakfast-restaurant-for-2025-revealed/","primary_image":{"bucket":"new_assets","id":"%2F6888cad060f07f2843c46670"},"primary_target":{"categories":["categories/national-news","categories/lifestyle"],"distribution":["facets/All Sites - English"]},"publish_date":1753795620000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-29-best-fast-food-breakfast-restaurant-for-2025-revealed","social_title":"","summary":"The best fast food breakfast restaurant for 2025 has been revealed.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Best Fast Food Breakfast Restaurant For 2025 Revealed"},"slug":"2025-07-29-best-fast-food-breakfast-restaurant-for-2025-revealed","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6888cad060f07f2843c46670","title":"Best Fast Food Breakfast Restaurant For 2025 Revealed","description":"The best fast food breakfast restaurant for 2025 has been revealed.","author":"Jason Hall"},"pub_start":1753795620000,"pub_until":4115978604802,"pub_changed":1753795978600,"subscription":[{"tags":["categories/national-news","categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6888c9de60f07f2843c46665","slug:2025-07-29-best-fast-food-breakfast-restaurant-for-2025-revealed","slug:2025-07-29-best-fast-food-breakfast-restaurant-for-2025-revealed","keyword:keywords/Biscuitville","keyword:keywords/USA TODAY","keyword:keywords/fast food breakfast","keyword:keywords/breakfast chain","keyword:keywords/editors","keyword:keywords/fast food breakfast restaurant","keyword:keywords/10Best 2025 Awards","keyword:keywords/North Carolina","keyword:keywords/treats","keyword:keywords/breakfast","keyword:keywords/Virginia","author:user"]}},{"id":"%2F6887eb6c83675be340ac5b5a","type":"PUBLISHING","record":{"ref_id":"%2F6887eb6c83675be340ac5b5a","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Taylor Fields","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1350-new-york-traffic-from-ihe-285777015%2F","@url":"https://www.iheart.com/podcast/1350-new-york-traffic-from-ihe-285777015/","author_name":"New York Traffic from iHeartRadio","author_url":"https://www.iheart.com/podcast/1350-new-york-traffic-from-ihe-285777015/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"New York Traffic from iHeartRadio\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1350-new-york-traffic-from-ihe-285777015/?embed=true&cid=oembed&keyid%5B0%5D=New%20York%20Traffic%20from%20iHeartRadio&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvOThhMjU5OWYtY2Q5Yi00ZjJhLTliZTQtYjIyYzAwZTU4NWYyLzhkYjhiYjIyLTIyNGItNDgyMi1hMWNjLWIzMTMwMTM0MDgzNC9pbWFnZS5qcGc_dD0xNzUxOTEzNzA4JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"New York Traffic from iHeartRadio","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"New York Traffic from iHeartRadio\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1350-new-york-traffic-from-ihe-285777015/?embed=true&cid=oembed&keyid%5B0%5D=New%20York%20Traffic%20from%20iHeartRadio&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1350-new-york-traffic-from-ihe-285777015/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Traffic jam with a row of cars on a highway during rush hour in the evening after work. red brake lights of stopped cars on the background of wet asphalt with white lanes at sunset","id":"%2F6887ecd983675be340ac5b65","new_tab":false,"schedule":{},"source_credit":"iStockphoto","title":"Traffic jam with a row of cars on a highway during rush hour in the evening after work. red brake lights of stopped cars on the background of wet asphalt with white lanes at sunset","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Your commute just got an upgrade. iHeartRadio has officially launched TrafficNOW, bringing real-time, human-read local traffic reports — once exclusive to radio broadcasts — directly to the iHeartRadio app. With just a tap, listeners in 130+ markets across the U.S. can now get up-to-the-minute traffic updates anytime, whether they're at home, at work, or on the road.\u003c/p>\n\n\u003cp>This innovative feature delivers the same trusted voices and localized accuracy that radio listeners rely on — but now with the convenience and flexibility of digital access. So, whether someone’s stuck in traffic or cruising on the open road, TrafficNOW delivers value — and visibility — in motion. With iHeartRadio TrafficNOW, local traffic updates have never been more accessible\u003c/p>\n\n\u003ch2>How It Works:\u003c/h2>\n\n\u003cp>Search & Go: Simply search "traffic" in the iHeartRadio app to hear the latest local traffic report — instantly and on demand.\u003c/p>\n\n\u003cp>Smart Access: Users can save reports as a preset in the app for one-tap access anytime, whether on mobile or in the car via Apple CarPlay or Android Auto.\u003c/p>\n\n\u003cp>Your personalized traffic report is just a tap away!\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-28-iheartradio-trafficnow-delivers-real-time-traffic-updates-on-demand/","cuser":"user/ldap/ccrnyc1nam","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Traffic"],"permalink":"https://khow.iheart.com/content/2025-07-28-iheartradio-trafficnow-delivers-real-time-traffic-updates-on-demand/","primary_image":{"bucket":"new_assets","id":"%2F6887ecd983675be340ac5b65"},"primary_target":{"categories":["categories/lifestyle"],"distribution":["brands/iHeartRadio"]},"publish_date":1753738380000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-28-iheartradio-trafficnow-delivers-real-time-traffic-updates-on-demand","social_title":"","summary":"Your commute just got an upgrade.","targets":[{"categories":["categories/lifestyle"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/lifestyle"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/CLASSICHITS","formats/ROCKALTERNATIVE","formats/ROCKACTIVE","formats/ROCKCLASSIC","formats/COUNTRY","formats/NEWSTALK","formats/HIPHOPRNB"]},{"categories":["syndications/news"],"distribution":[]}],"title":"iHeartRadio TrafficNOW Delivers Real-Time Traffic Updates On Demand"},"slug":"2025-07-28-iheartradio-trafficnow-delivers-real-time-traffic-updates-on-demand","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6887ecd983675be340ac5b65","title":"iHeartRadio TrafficNOW Delivers Real-Time Traffic Updates On Demand","description":"Your commute just got an upgrade.","author":"Taylor Fields"},"pub_start":1753738380000,"pub_until":4115978604802,"pub_changed":1753738824386,"subscription":[{"tags":["categories/lifestyle","brands/iHeartRadio"]},{"tags":["categories/lifestyle","brands/iHeartRadio"]},{"tags":["categories/lifestyle","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/CLASSICHITS","formats/ROCKALTERNATIVE","formats/ROCKACTIVE","formats/ROCKCLASSIC","formats/COUNTRY","formats/NEWSTALK","formats/HIPHOPRNB"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6887eb6c83675be340ac5b5a","slug:2025-07-28-iheartradio-trafficnow-delivers-real-time-traffic-updates-on-demand","slug:2025-07-28-iheartradio-trafficnow-delivers-real-time-traffic-updates-on-demand","keyword:keywords/Traffic","author:user"]}},{"id":"%2F6883c3bae7d2afb2bcd3b1aa","type":"PUBLISHING","record":{"ref_id":"%2F6883c3bae7d2afb2bcd3b1aa","type":"content","payload":{"amp_enabled":true,"apple_news":null,"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":"new_assets","caption":"LUX_069_CAG.TIF Lux owners, Luke Sung, left, Kitty Sung, center, and sous chef, Tony Radna, right. Lux (pronoucned luke's), is the new small plate restaurant from Isa veterans Luke and Kitty Sung. It's suppose to be cheaper, but in fact is more expensive by the time you get full. It appeals to a younger crowd and is always very busy and noisy. Could get owners, but probably better to get pictures of interior. For food: green beans with pancetta; butterfish Photo taken on 07/28/04, in San Francisco, CA. Photo By Carlos Avila Gonzalez / The San Francisco Chronicle (Photo By Carlos Avila Gonzalez/The San Francisco Chronicle via Getty Images)","id":"%2F6883c531e7d2afb2bcd3b1b3","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"LUX_069_CAG.TIF Lux owners, Luke Sung, left, Kitty Sung, center, and sous chef, Tony Radna, right. Lux (pronoucned luke's), is the new small plate restaurant from Isa veterans Luke and Kitty Sung. It's suppose to be cheaper, but in fact is more expen","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://www.dailymail.co.uk/news/article-14940351/Kis-Cafe-TikTok-micro-influencer-San-Francisco-restaurant-Luke-Sung.html\" target=\"_blank\">top San Francisco chef, \u003c/a>\u003ca href=\"https://www.dailymail.co.uk/news/article-14940351/Kis-Cafe-TikTok-micro-influencer-San-Francisco-restaurant-Luke-Sung.html\" target=\"_blank\">\u003cstrong>Luke Sung\u003c/strong>\u003c/a>\u003ca href=\"https://www.dailymail.co.uk/news/article-14940351/Kis-Cafe-TikTok-micro-influencer-San-Francisco-restaurant-Luke-Sung.html\" target=\"_blank\">, has been fired\u003c/a> from Kis Cafe after a confrontation with a TikTok influencer went viral. The influencer, known as \u003ca href=\"https://www.tiktok.com/@itskarlabbhttps://www.tiktok.com/@itskarlabb\" target=\"_blank\">itskarlabb\u003c/a>, claimed she was left in tears after Sung refused to provide her with a free meal, stating she wasn't famous enough with her 15,000 followers. According to the influencer, she was invited to the restaurant for a promotional collaboration, but Sung questioned her presence and belittled her follower count.\u003c/p>\n\n\u003cp>The incident quickly gained attention after \u003ca href=\"https://www.tiktok.com/@itskarlabb/video/7530126495008689422\" target=\"_blank\">itskarlabb's TikTok video\u003c/a> received over 10 million views, leading to public backlash against the restaurant. In response, Kis Cafe announced on Instagram that Sung's behavior was "unacceptable" and confirmed his departure from the team. The restaurant also decided to temporarily close to "restructure after these events" and emphasized their commitment to supporting their staff.\u003c/p>\n\n\u003cp>Following the viral post, \u003ca href=\"https://people.com/restaurant-closes-after-influencer-alleges-confrontation-with-chef-11779071\" target=\"_blank\">itskarlabb's follower count surged\u003c/a> to over 250,000 as of Friday (July 25) afternoon. She expressed her desire to advocate for micro-influencers, stating, "You don't need to have a million followers to be respected or feel like you're making a difference."\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40itskarlabb%2Fvideo%2F7530126495008689422","@url":"https://www.tiktok.com/@itskarlabb/video/7530126495008689422","author_name":"itskarlabb","author_unique_id":"itskarlabb","author_url":"https://www.tiktok.com/@itskarlabb","embed_product_id":"7530126495008689422","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@itskarlabb/video/7530126495008689422\" data-video-id=\"7530126495008689422\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@itskarlabb\" href=\"https://www.tiktok.com/@itskarlabb?refer=embed\">@itskarlabb\u003c/a> \u003cp>its a long video and not something i would normally upload but i feel like i had to talk about this experience. i basically ran out of there but i wish i would’ve stood up for myself. if you are a micro influencer i know it’s easy to feel discouraged at times but don’t let anyone make you feel small or unimportant!! \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - itskarlabb\" href=\"https://www.tiktok.com/music/original-sound-7530126519445506829?refer=embed\">♬ original sound - itskarlabb\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1024,"thumbnail_url":"https://p16-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/osA5wvYHgiIjmQYAFaB14UvdbE2IBBbGBi1Eq~tplv-tiktokx-origin.image?dr=9636&x-expires=1753635600&x-signature=Xa0jS4NII9V4LL1zvUi1Z0BOsdE%3D&t=4d5b0474&ps=13740610&shp=b59d6b55&shcp=43f4a2f9&idc=useast5","thumbnail_width":576,"title":"its a long video and not something i would normally upload but i feel like i had to talk about this experience. i basically ran out of there but i wish i would’ve stood up for myself. if you are a micro influencer i know it’s easy to feel discouraged at times but don’t let anyone make you feel small or unimportant!! ","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@itskarlabb/video/7530126495008689422\" data-video-id=\"7530126495008689422\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@itskarlabb\" href=\"https://www.tiktok.com/@itskarlabb?refer=embed\">@itskarlabb\u003c/a> \u003cp>its a long video and not something i would normally upload but i feel like i had to talk about this experience. i basically ran out of there but i wish i would’ve stood up for myself. if you are a micro influencer i know it’s easy to feel discouraged at times but don’t let anyone make you feel small or unimportant!! \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - itskarlabb\" href=\"https://www.tiktok.com/music/original-sound-7530126519445506829?refer=embed\">♬ original sound - itskarlabb\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@itskarlabb/video/7530126495008689422"},{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40itskarlabb%2Fvideo%2F7530523212342430990","@url":"https://www.tiktok.com/@itskarlabb/video/7530523212342430990","author_name":"itskarlabb","author_unique_id":"itskarlabb","author_url":"https://www.tiktok.com/@itskarlabb","embed_product_id":"7530523212342430990","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@itskarlabb/video/7530523212342430990\" data-video-id=\"7530523212342430990\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@itskarlabb\" href=\"https://www.tiktok.com/@itskarlabb?refer=embed\">@itskarlabb\u003c/a> \u003cp>im just so grateful to everyone that helped me turn this around and find the silver lining in it🫶🏼 thank you to everyone that’s shown me support - im trying my best to respond to everyone’s kind messages love you guys🥹🤍🤍 many yummy videos to come!!\u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - itskarlabb\" href=\"https://www.tiktok.com/music/original-sound-7530523357885123341?refer=embed\">♬ original sound - itskarlabb\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1024,"thumbnail_url":"https://p16-pu-sign-useast8.tiktokcdn-us.com/tos-useast5-p-0068-tx/oUkYAE2jfQJFIlVHIR5AWSGLLveFAClucQ8DCe~tplv-tiktokx-origin.image?dr=9636&x-expires=1753635600&x-signature=a%2FC%2BFOC9ggNC9AktBp6SeW3BzOI%3D&t=4d5b0474&ps=13740610&shp=b59d6b55&shcp=43f4a2f9&idc=useast8","thumbnail_width":576,"title":"im just so grateful to everyone that helped me turn this around and find the silver lining in it🫶🏼 thank you to everyone that’s shown me support - im trying my best to respond to everyone’s kind messages love you guys🥹🤍🤍 many yummy videos to come!!","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@itskarlabb/video/7530523212342430990\" data-video-id=\"7530523212342430990\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@itskarlabb\" href=\"https://www.tiktok.com/@itskarlabb?refer=embed\">@itskarlabb\u003c/a> \u003cp>im just so grateful to everyone that helped me turn this around and find the silver lining in it🫶🏼 thank you to everyone that’s shown me support - im trying my best to respond to everyone’s kind messages love you guys🥹🤍🤍 many yummy videos to come!!\u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - itskarlabb\" href=\"https://www.tiktok.com/music/original-sound-7530523357885123341?refer=embed\">♬ original sound - itskarlabb\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@itskarlabb/video/7530523212342430990"}],"canonical_url":"https://www.iheart.com/content/2025-07-25-top-chef-fired-for-making-influencer-cry-after-telling-her-she-isnt-famous/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-07-25-top-chef-fired-for-making-influencer-cry-after-telling-her-she-isnt-famous/","primary_image":{"bucket":"new_assets","id":"%2F6883c531e7d2afb2bcd3b1b3"},"primary_target":{"categories":["categories/national-news","categories/lifestyle","categories/weird-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1753466040000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-25-top-chef-fired-for-making-influencer-cry-after-telling-her-she-isnt-famous","social_title":"","summary":"Food influencer itskarlabb was invited to an event at the restaurant but left in tears after being berated by the chef.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle","categories/weird-news"],"distribution":["facets/All Sites - English"]}],"title":"Top Chef Fired For Making Influencer Cry After Telling Her She Isn't Famous"},"slug":"2025-07-25-top-chef-fired-for-making-influencer-cry-after-telling-her-she-isnt-famous","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6883c531e7d2afb2bcd3b1b3","title":"Top Chef Fired For Making Influencer Cry After Telling Her She Isn't Famous","description":"Food influencer itskarlabb was invited to an event at the restaurant but left in tears after being berated by the chef.","author":"iHeartRadio"},"pub_start":1753466040000,"pub_until":4115978604802,"pub_changed":1753466447821,"subscription":[{"tags":["categories/national-news","categories/lifestyle","categories/weird-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","categories/weird-news","facets/All Sites - English"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6883c3bae7d2afb2bcd3b1aa","slug:2025-07-25-top-chef-fired-for-making-influencer-cry-after-telling-her-she-isnt-famous","slug:2025-07-25-top-chef-fired-for-making-influencer-cry-after-telling-her-she-isnt-famous","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6882872042098e1e2b1701c1","type":"PUBLISHING","record":{"ref_id":"%2F6882872042098e1e2b1701c1","type":"content","payload":{"amp_enabled":true,"apple_news":null,"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":"asian woman running down a road","id":"%2F68828a2db91b55487b0210d1","new_tab":false,"schedule":{},"source_credit":"Kilito Chan / Moment / Getty Images","title":"asian woman running in a park, closeup on the shoes","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A recent analysis suggests that \u003ca href=\"https://www.cnn.com/2025/07/23/health/daily-steps-how-many-wellness\" target=\"_blank\">walking 7,000 steps a day can significantly reduce the risk of death\u003c/a> and various diseases.The study, published in \u003cem>The Lancet Public Health\u003c/em>, reviewed 31 studies to examine the impact of daily step counts on health. The findings indicate that individuals who walk 7,000 steps daily have a 47% lower risk of death from all causes compared to those who take only 2,000 steps.\u003c/p>\n\n\u003cp>Dr. \u003cstrong>Melody Ding\u003c/strong>, the lead author of the study and a professor of public health at the University of Sydney, stated that \u003ca href=\"https://www.thelancet.com/journals/lanpub/article/PIIS2468-2667(25)00164-1/fulltext\" target=\"_blank\">aiming for 7,000 steps is a practical goal for improving health\u003c/a>. The research also showed a 25% lower risk of cardiovascular disease and a 38% lower risk of dementia among those who met the 7,000-step benchmark.\u003c/p>\n\n\u003cp>While many people aim for 10,000 steps a day, this \u003ca href=\"https://www.cnn.com/2025/07/23/health/daily-steps-how-many-wellness\" target=\"_blank\">number originated from a Japanese marketing campaign\u003c/a> rather than scientific evidence, according to \u003cem>CNN\u003c/em>. Dr. \u003cstrong>Sean Heffron\u003c/strong> from New York University Langone Health emphasized that moving more is crucial for good health, regardless of the exact step count. Cardiologist Dr. \u003cstrong>Martha Gulati\u003c/strong> highlighted that physical activity improves muscular strength, lowers blood pressure, and enhances cholesterol levels.\u003c/p>\n\n\u003cp>For those who find 7,000 steps daunting, \u003ca href=\"https://www.newscientist.com/article/2489453-walking-7000-steps-a-day-seems-to-be-enough-to-keep-us-healthy/\" target=\"_blank\">starting with any increase in movement can provide health benefits\u003c/a>. The study encourages incorporating more physical activity into daily routines, such as taking short walks or engaging in enjoyable activities like dancing or gardening.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-24-study-reveals-new-number-of-daily-steps-you-need-to-stay-healthy/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-07-24-study-reveals-new-number-of-daily-steps-you-need-to-stay-healthy/","primary_image":{"bucket":"assets.getty","id":"%2F68828a2db91b55487b0210d1"},"primary_target":{"categories":["categories/national-news","categories/lifestyle"],"distribution":["facets/All Sites - English"]},"publish_date":1753386000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-24-study-reveals-new-number-of-daily-steps-you-need-to-stay-healthy","social_title":"","summary":"While many people aim for 10,000 steps a day, this number originated from a Japanese marketing campaign rather than scientific evidence.","targets":[{"categories":["categories/lifestyle","categories/national-news"],"distribution":["brands/iHeartRadio"]}],"title":"Study Reveals New Number Of Daily Steps You Need To Stay Healthy"},"slug":"2025-07-24-study-reveals-new-number-of-daily-steps-you-need-to-stay-healthy","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/68828a2db91b55487b0210d1","title":"Study Reveals New Number Of Daily Steps You Need To Stay Healthy","description":"While many people aim for 10,000 steps a day, this number originated from a Japanese marketing campaign rather than scientific evidence.","author":"iHeartRadio"},"pub_start":1753386000000,"pub_until":4115978604802,"pub_changed":1753386383967,"subscription":[{"tags":["categories/national-news","categories/lifestyle","facets/All Sites - English"]},{"tags":["categories/lifestyle","categories/national-news","brands/iHeartRadio"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6882872042098e1e2b1701c1","slug:2025-07-24-study-reveals-new-number-of-daily-steps-you-need-to-stay-healthy","slug:2025-07-24-study-reveals-new-number-of-daily-steps-you-need-to-stay-healthy","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6882505442098e1e2b17017f","type":"PUBLISHING","record":{"ref_id":"%2F6882505442098e1e2b17017f","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"fb64aea6-e595-4ceb-ad3c-31b34082dcb0","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":"","id":"%2F688250dd182a7021a03a26cf","new_tab":false,"schedule":{},"source_credit":"somnuk krobkum / Moment / Getty Images","title":"Trees and fallen ground in autumn","type":"asset","url":"","use_caption":false},{"html":"\u003cp>As the United States experiences a scorching summer, \u003ca href=\"https://www.foxweather.com/lifestyle/old-farmers-almanac-fall-2025-prediction\" target=\"_blank\">the Old Farmer's Almanac has released its fall 2025 forecast\u003c/a>, predicting warmer-than-normal temperatures across much of the country. The almanac indicates that the western half of the United States will see particularly warm conditions this autumn.\u003c/p>\n\n\u003cp>According to the almanac, most regions from California to Florida and up to Maine \u003ca href=\"https://www.almanac.com/fall-weather-forecast\" target=\"_blank\">should expect below-average rainfall\u003c/a>, although areas like the High Plains and the Pacific Northwest may need to keep their umbrellas handy due to expected rain. The fall foliage in the Northeastern region could be quite colorful due to the cooler temperatures and below-average rainfall.\u003c/p>\n\n\u003cp>Hurricane season, which runs through November, is expected to be active, with a high count of named storms. The \u003ca href=\"https://www.newsweek.com/old-farmers-almanac-predicts-us-weather-fall-2025-2103388\" target=\"_blank\">almanac warns of above-normal hurricane activity\u003c/a>, suggesting that residents should stay prepared for potential storms.\u003c/p>\n\n\u003cp>The Old Farmer's Almanac has been a trusted source for weather predictions for over two centuries, providing insights into seasonal weather patterns across North America. As fall approaches, many will look to the almanac for guidance on what to expect in the coming months.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-24-old-farmers-almanac-releases-2025-fall-weather-predictions/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-07-24-old-farmers-almanac-releases-2025-fall-weather-predictions/","primary_image":{"bucket":"assets.getty","id":"%2F688250dd182a7021a03a26cf"},"primary_target":{"categories":["categories/national-news","categories/weather"],"distribution":["brands/iHeartRadio"]},"publish_date":1753371060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-24-old-farmers-almanac-releases-2025-fall-weather-predictions","social_title":"","summary":"The Old Farmer's Almanac has been a trusted source for weather predictions for over two centuries.","targets":[{"categories":["categories/national-news","categories/weather"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle","categories/weather"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Old Farmer's Almanac Releases 2025 Fall Weather Predictions"},"slug":"2025-07-24-old-farmers-almanac-releases-2025-fall-weather-predictions","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688250dd182a7021a03a26cf","title":"Old Farmer's Almanac Releases 2025 Fall Weather Predictions","description":"The Old Farmer's Almanac has been a trusted source for weather predictions for over two centuries.","author":"iHeartRadio"},"pub_start":1753371060000,"pub_until":4115978604802,"pub_changed":1753371481757,"subscription":[{"tags":["categories/national-news","categories/weather","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/weather","formats/NEWSTALK"]},{"tags":["categories/lifestyle","categories/weather","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6882505442098e1e2b17017f","slug:2025-07-24-old-farmers-almanac-releases-2025-fall-weather-predictions","slug:2025-07-24-old-farmers-almanac-releases-2025-fall-weather-predictions","keyword:keywords/ai-assisted","author:user"]}}],"resume":null}},{"id":"zlJN0","region":"main:dynamic","type":"show","ordinal":32,"value":{"brands":[{"ref":"config://field/general.default_shows","scope":null,"type":"VAR"}],"title":"Shows"},"tags":[],"schedule":{"begin":0,"end":4115978604802},"shows":[{"_id":"%2F5d5d85974ddfc2c9e60f68ac","slug":"the-michael-brown-show","ownBrand":"brands/The Michael Brown Show","configByLookup":{"common":{"branding":{"name":"Michael Brown","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/6046b612afe5c0fa1160bdcd"}}}}}},{"_id":"%2F5a7e0a8d5e8f16e929d84610","slug":"the-troubleshooter","ownBrand":"brands/The Troubleshooter","configByLookup":{"common":{"branding":{"name":"The Troubleshooter","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5d6e891b52861ec9dab693c7"}}}}}},{"_id":"%2F660bf5976e7fbbc3953118ee","slug":"ryan-schuiling","ownBrand":"brands/Ryan Schuiling","configByLookup":{"common":{"branding":{"name":"Ryan Schuiling","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/660dd14f20c8fa196a3450a9"}}}}}},{"_id":"%2F5bcf45541311b3e3df7cba89","slug":"dan-caplis","ownBrand":"brands/Dan Caplis Show","configByLookup":{"common":{"branding":{"name":"Dan Caplis ","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/612ffd33a40c2583ebde681b"}}}}}},{"_id":"%2F46c85c261c4cbb52149091e37759754c","slug":"the-joe-pags-show","ownBrand":"brands/The Joe Pags Show (10)","configByLookup":{"common":{"branding":{"name":"The Joe Pags Show","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/e2eadca4bd0363a6b613d2521366398f"}}}}}},{"_id":"%2F5f248042642166486676e904","slug":"fox-news-rundown","ownBrand":"brands/Fox News Rundown","configByLookup":{"common":{"branding":{"name":"Fox News Rundown","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5f24a6f5ab6c573016341b70"}}}}}},{"_id":"%2F5a85ad73d76044a54dd54e56","slug":"red-eye-radio","ownBrand":"brands/Red Eye Radio","configByLookup":{"common":{"branding":{"name":"Red Eye Radio","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e7a7e4669e5d9dabd324e77"}}}}}}]},{"id":"MOi2y","region":"main:dynamic","type":"ad","ordinal":33,"value":{"ad_split":0,"position":"3331"},"tags":[],"schedule":null},{"id":"GUwtl","region":"main:dynamic","type":"contests","ordinal":34,"value":{},"tags":["display-hints/tile"],"schedule":{"begin":0,"end":4115978604802}},{"id":"XlM5U","region":"main:dynamic","type":"feed","ordinal":35,"value":{"ad_split":50,"feed_id":"ID:calendar-topics-feed-matsubs","feed_index":0,"link":[{"children":[],"id":"5xD0s","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":[],"resume":null}},{"id":"xAMG8","region":"main:dynamic","type":"keywordcontest","ordinal":36,"value":{"campaign_id":{"ref":"config://field/partners.aptivada_id","scope":null,"type":"VAR"},"campaign_type":"ihrcountdown","title":null},"tags":[],"schedule":{"begin":0,"end":4115978604802},"disabled":false,"campaignId":"1781993"},{"id":"ad:bottom-leaderboard","region":"ad:bottom-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":0,"position":"3306"},"tags":[],"schedule":null}]},"notFoundPage":{"_id":"/master-site/inferno/error_page","name":"error_page","pageConfig":{"adobe_page_name":"","description":"","keywords":[],"sitemap_frequency":"exclude","thumbnail":"","title":""},"displayName":"404","path":"/_error/404/","primaryBlockId":"eIhzs","layoutId":"generic_full","parentId":null,"tags":[],"blocks":[{"id":"ad:top-leaderboard","region":"ad:top-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":50,"position":"3330"},"tags":[],"schedule":null},{"id":"32svC","region":"header:dynamic","type":"title","ordinal":0,"value":{"title":"Sorry. This page is currently unavailable."},"tags":[],"schedule":{"begin":0,"end":4115978604802}},{"id":"eIhzs","region":"main:dynamic","type":"html","ordinal":0,"value":{"content":"\u003cspan>\nWhile you aren’t able to access this page, you can still check out some of these great stories:\n\u003c/span>","title":null},"tags":["display-hints/primary"],"schedule":{"begin":0,"end":4115978604802}},{"id":"SfxSh","region":"main:dynamic","type":"feed","ordinal":0,"value":{"ad_split":null,"feed_id":"ID:editorial-feed-whatwhere","feed_index":0,"position":null,"size":12,"title":""},"tags":["display-hints/feed-show-eyebrow"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688d2ccd2e24d7fcac0823f4","type":"PUBLISHING","record":{"ref_id":"%2F688d2ccd2e24d7fcac0823f4","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"b7735486-1904-4c20-8d44-af7a35b36f39","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":"Police officer enforces message on warning tape. DO NOT CROSS. ","id":"%2F688d2e0b2425089862b569fa","new_tab":false,"schedule":{},"source_credit":"ChristopherBernard / E+ / Getty Images","title":"Police line","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Four people were killed in a \u003ca href=\"https://www.nbcnews.com/news/us-news/anaconda-montana-shooting-rcna222565\" target=\"_blank\">shooting at The Owl Bar in Anaconda, Montana\u003c/a>, on Friday (August 1), prompting a manhunt for the suspect. The Montana Division of Criminal Investigation confirmed that the shooting occurred around 10:30 a.m. and that four victims were pronounced dead at the scene. The suspect, identified as 45-year-old \u003cstrong>Michael Paul Brown\u003c/strong>, lived next door to the bar. He was last seen in the Stump Town area, just west of Anaconda, and is believed to be armed, according to the Montana Highway Patrol.\u003c/p>\n\n\u003cp>Local and state police officers have converged on the area, \u003ca href=\"https://www.cnn.com/2025/08/01/us/anaconda-montana-shooting\" target=\"_blank\">searching for Brown in the nearby woods\u003c/a>. His home in Anaconda was cleared by a SWAT team earlier in the day. Anaconda, a small town with a population of about 9,000, is located approximately 75 miles southeast of Missoula. The town, known for its historical ties to copper mining, is now on high alert as authorities continue their search.\u003c/p>\n\n\u003cp>\u003cstrong>Barbie Nelson\u003c/strong>, owner of the Firefly Café in Anaconda, expressed the community's shock, \u003ca href=\"https://montanafreepress.org/2025/08/01/four-dead-in-shooting-at-anaconda-bar/\" target=\"_blank\">telling the \u003c/a>\u003ca href=\"https://montanafreepress.org/2025/08/01/four-dead-in-shooting-at-anaconda-bar/\" target=\"_blank\">\u003cem>Associated Press\u003c/em>\u003c/a>\u003ca href=\"https://montanafreepress.org/2025/08/01/four-dead-in-shooting-at-anaconda-bar/\" target=\"_blank\">, "We are Montana, so guns are not new to us\u003c/a>. For our town to be locked down, everybody’s pretty rattled." She mentioned that the town is small, and many residents likely know someone affected by the shooting.\u003c/p>\n\n\u003cp>Authorities have not yet released details on what led to the shooting. The investigation is ongoing, and the community remains on edge as the search for the suspect continues.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-multiple-people-killed-in-montana-bar-shooting/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-multiple-people-killed-in-montana-bar-shooting/","primary_image":{"bucket":"assets.getty","id":"%2F688d2e0b2425089862b569fa"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754082660000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-multiple-people-killed-in-montana-bar-shooting","social_title":"","summary":"The suspect lived next door to the bar and remains on the run from the police.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Multiple People Killed In Montana Bar Shooting"},"slug":"2025-08-01-multiple-people-killed-in-montana-bar-shooting","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d2e0b2425089862b569fa","title":"Multiple People Killed In Montana Bar Shooting","description":"The suspect lived next door to the bar and remains on the run from the police.","author":"iHeartRadio"},"pub_start":1754082660000,"pub_until":4115978604802,"pub_changed":1754083062900,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d2ccd2e24d7fcac0823f4","slug:2025-08-01-multiple-people-killed-in-montana-bar-shooting","slug:2025-08-01-multiple-people-killed-in-montana-bar-shooting","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688d1d802e24d7fcac0823e9","type":"PUBLISHING","record":{"ref_id":"%2F688d1d802e24d7fcac0823e9","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d1a7e4b9-2df3-4653-8ccd-d2eccf5f4134","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":"Washington DC cityscape","id":"%2F65f9b1d3fc271fe5ecf343a2","new_tab":false,"schedule":{},"source_credit":"ANDREY DENISYUK / Moment / Getty Images","title":"United States Capitol. Day. Flag.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The Corporation for Public Broadcasting (CPB) announced on Friday (August 1) that it will \u003ca href=\"https://www.reuters.com/world/us/corporation-public-broadcasting-close-after-funding-cut-blow-local-media-2025-08-01/\" target=\"_blank\">shut down operations by September 30\u003c/a>, following the loss of all federal funding. President Trump signed a law retracting $1.1 billion in funds for public broadcasting through fiscal year 2027. This decision was part of a $9 billion rescissions package passed largely along party lines, which also included cuts to foreign aid.\u003c/p>\n\n\u003cp>CPB President and CEO \u003cstrong>Patricia de Stacy Harrison\u003c/strong> expressed disappointment, stating, "Despite the extraordinary efforts of millions of Americans who called, wrote, and petitioned Congress to preserve federal funding for CPB, we now face the difficult reality of closing our operations." \u003c/p>\n\n\u003cp>She emphasized \u003ca href=\"https://www.nbcnews.com/politics/congress/cpb-funder-npr-pbs-says-will-shut-congress-cuts-money-rcna222524\" target=\"_blank\">CPB's commitment to supporting partners through the transition\u003c/a> with transparency and care.\u003c/p>\n\n\u003cp>The shutdown marks the \u003ca href=\"https://www.cnn.com/2025/08/01/media/trump-cpb-corporation-public-media-shuts-down\" target=\"_blank\">first time in nearly 60 years that Congress has refused to fund CPB\u003c/a>, a nonprofit corporation established to distribute federal money to public media stations across the nation. These stations, especially those in rural and poor areas, rely heavily on CPB grants for their operations. \u003c/p>\n\n\u003cp>The CPB will retain a small team until January to manage compliance, fiscal distributions, and long-term financial obligations. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding/","primary_image":{"bucket":"assets.getty","id":"%2F65f9b1d3fc271fe5ecf343a2"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1754079000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","social_title":"","summary":"The shutdown marks the first time in nearly 60 years that Congress has refused to fund CPB.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Corporation For Public Broadcasting To Shut Down After Congress Cut Funding"},"slug":"2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/65f9b1d3fc271fe5ecf343a2","title":"Corporation For Public Broadcasting To Shut Down After Congress Cut Funding","description":"The shutdown marks the first time in nearly 60 years that Congress has refused to fund CPB.","author":"iHeartRadio"},"pub_start":1754079000000,"pub_until":4115978604802,"pub_changed":1754079383935,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d1d802e24d7fcac0823e9","slug:2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","slug:2025-08-01-corporation-for-public-broadcasting-to-shut-down-after-congress-cut-funding","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688d179e2e24d7fcac0823dd","type":"PUBLISHING","record":{"ref_id":"%2F688d179e2e24d7fcac0823dd","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"bf63dba6-4bd1-44e0-a81c-29fe24594a85","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Long-fingered bat (Myotis capaccinii) flying from entrance of colony cave in Spanish Pyrenees, Aragon, Spain. April.","id":"%2F688d18732425089862b569d3","new_tab":false,"schedule":{},"source_credit":"CreativeNature_nl / iStock / Getty Images","title":"Long-fingered bat flying from cave","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Erica Kahn\u003c/strong>, a Massachusetts resident, \u003ca href=\"https://www.nbcnews.com/news/us-news/bat-flies-womans-mouth-arizona-costing-nearly-21000-medical-bills-rcna222463\" target=\"_blank\">faced nearly $21,000 in medical bills after a bat flew into her mouth\u003c/a> during a vacation in Northern Arizona last August. The incident occurred while Kahn, then 33, was photographing the night sky at Glen Canyon National Recreation Area. Despite not feeling a bite, her father, a physician, advised her to seek rabies vaccinations as a precaution.\u003c/p>\n\n\u003cp>Kahn, who had recently lost her job as a biomedical engineer, had \u003ca href=\"https://kffhealthnews.org/news/article/tourist-rabies-treatment-wild-bat-in-mouth-surprise-bill-of-the-month/\" target=\"_blank\">opted to temporarily forgo health insurance\u003c/a>. After the bat encounter, she quickly purchased a policy from Innovative Partners LP, believing it would cover emergency treatments. However, the policy had a 30-day waiting period, and her claims were denied, leaving her with a bill of $20,749. The majority of the charges came from Flagstaff Medical Center, where she received her initial treatment.\u003c/p>\n\n\u003cp>Rabies, a fatal disease if untreated, requires immediate medical attention. Kahn \u003ca href=\"https://www.washingtonpost.com/wellness/2025/07/31/rabies-vaccine-cost/\" target=\"_blank\">received four doses of the rabies vaccine\u003c/a> and immunoglobulin shots across multiple states. Despite her efforts to appeal the denied claims, Kahn faced challenges in navigating the insurance process.\u003c/p>\n\n\u003cp>"I felt so powerless against these companies," she told \u003cem>NBC News\u003c/em>. "It should be a human right to have lifesaving care covered. In most other countries, like in Europe, you just go to the hospital, you get your rabies vaccines and you pay nothing."\u003c/p>\n\n\u003cp>Kahn says that she hopes others will learn from her mistake and ensure they have health insurance coverage.\u003c/p>\n\n\u003cp>"If one person gets covered because they saw this story, then I would be happy about that," she added.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/","primary_image":{"bucket":"assets.getty","id":"%2F688d18732425089862b569d3"},"primary_target":{"categories":["categories/national-news","categories/weird-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754077260000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","social_title":"","summary":"The woman didn't have health insurance and must pay the bill out of her own pocket.","targets":[{"categories":["categories/national-news","categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth"},"slug":"2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3","title":"Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth","description":"The woman didn't have health insurance and must pay the bill out of her own pocket.","author":"iHeartRadio"},"pub_start":1754077260000,"pub_until":4115978604802,"pub_changed":1754077653902,"subscription":[{"tags":["categories/national-news","categories/weird-news","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d179e2e24d7fcac0823dd","slug:2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","slug:2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688d0f6d2e24d7fcac0823d1","type":"PUBLISHING","record":{"ref_id":"%2F688d0f6d2e24d7fcac0823d1","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"5b5ee02a-1117-4969-955a-eea826b246b4","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":"new_assets","caption":"NEW YORK, NY - OCTOBER 18: Ghislaine Maxwell attends VIP Evening of Conversation for Women's Brain Health Initiative, Moderated by Tina Brown at Spring Studios on October 18, 2016 in New York City. (Photo by Sylvain Gaboury/Patrick McMullan via Getty Images)","id":"%2F6889114bb875662d198a3d06","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Ghislaine Maxwell\u003c/strong>, the former associate of \u003cstrong>Jeffrey Epstein\u003c/strong>, has been \u003ca href=\"https://www.nbcnews.com/politics/justice-department/ghislaine-maxwell-moved-federal-prison-texas-rcna222497\" target=\"_blank\">moved from a federal prison in Florida to a minimum-security prison camp\u003c/a> in Bryan, Texas. The federal Bureau of Prisons confirmed the transfer but did not provide specific reasons for the move. Maxwell's attorney also declined to comment on the circumstances surrounding the transfer.\u003c/p>\n\n\u003cp>Maxwell was convicted in 2021 for her role in helping Epstein sexually abuse underage girls and is \u003ca href=\"https://www.iheart.com/content/2022-06-28-ghislaine-maxwell-sentenced-following-sex-trafficking-conviction/\" target=\"_blank\">serving a 20-year sentence\u003c/a>. She was previously held at a low-security prison in Tallahassee, Florida. The prison camp in Texas, where she is now located, houses inmates considered to be the lowest security risk. These facilities often have minimal security measures, sometimes lacking fences, and are designed to allow inmates to perform work such as landscaping and maintenance without the need for frequent check-ins at a main facility.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.cnn.com/2025/08/01/politics/ghislaine-maxwell-federal-prison-texas\" target=\"_blank\">transfer comes amid renewed public interest in Maxwell's case\u003c/a> following the Justice Department's recent decision not to release additional documents from the Epstein sex trafficking investigation. This decision has prompted calls for transparency, with administration officials seeking to unseal grand jury transcripts related to the case.\u003c/p>\n\n\u003cp>Maxwell was \u003ca href=\"https://www.iheart.com/content/2025-07-24-ghislaine-maxwell-preparing-new-epstein-evidence-for-feds-meeting-report/\" target=\"_blank\">recently interviewed by Deputy Attorney General \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-24-ghislaine-maxwell-preparing-new-epstein-evidence-for-feds-meeting-report/\" target=\"_blank\">\u003cstrong>Todd Blanche\u003c/strong>\u003c/a> at a Florida courthouse. Additionally, the House Oversight Committee has expressed interest in speaking with Maxwell. Her lawyers have indicated that she would be willing to participate in an interview, provided she receives immunity from prosecution for anything she might disclose.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp/","primary_image":{"bucket":"new_assets","id":"%2F6889114bb875662d198a3d06"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio","brands/True Crime Tonight","brands/TCT-IP"]},"publish_date":1754074980000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp","social_title":"","summary":"Maxwell was convicted in 2021 for her role in helping Epstein sexually abuse underage girls and is serving a 20-year sentence. ","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Ghislaine Maxwell Moved From Federal Jail In Florida To Texas Prison Camp"},"slug":"2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6889114bb875662d198a3d06","title":"Ghislaine Maxwell Moved From Federal Jail In Florida To Texas Prison Camp","description":"Maxwell was convicted in 2021 for her role in helping Epstein sexually abuse underage girls and is serving a 20-year sentence. ","author":"iHeartRadio"},"pub_start":1754074980000,"pub_until":4115978604802,"pub_changed":1754075347208,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio","brands/True Crime Tonight","brands/TCT-IP"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d0f6d2e24d7fcac0823d1","slug:2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp","slug:2025-08-01-ghislaine-maxwell-moved-from-federal-jail-in-florida-to-texas-prison-camp","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688d07102e24d7fcac0823c6","type":"PUBLISHING","record":{"ref_id":"%2F688d07102e24d7fcac0823c6","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"dbf5a490-61b9-4ec2-a295-a072408ed648","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":"US Navy Los Angeles class submarine slipping out to sea under cover of fog in San Francisco Bay, California, USA. Historical photo from 1996. Alcatraz Island in background. Scanned film, some grain.","id":"%2F688d08fdfe9037a39187a1d1","new_tab":false,"schedule":{},"source_credit":"NNehring / E+ / Getty Images","title":"submarine slipping out to sea under fog San Francisco Bay","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President \u003cstrong>Donald Trump\u003c/strong> announced the \u003ca href=\"https://www.nbcnews.com/politics/white-house/trump-deploying-two-nuclear-subs-provocative-statements-russia-rcna222520\" target=\"_blank\">deployment of two nuclear submarines\u003c/a> in response to what he described as "highly provocative" statements made by \u003cstrong>Dmitry Medvedev\u003c/strong>, the former Russian President and current deputy chairman of the Security Council of the Russian Federation. Trump made this announcement via social media, emphasizing the importance of words and their potential consequences. He stated that the submarines would be positioned in "appropriate regions," though he did not specify their exact locations.\u003c/p>\n\n\u003cp>"Words are very important, and can often lead to unintended consequences, I hope this will not be one of those instances," \u003ca href=\"https://truthsocial.com/@realDonaldTrump/posts/114954549017557270\" target=\"_blank\">Trump wrote on Truth Social\u003c/a>.\u003c/p>\n\n\u003cp>The tension arose after Medvedev made several comments in response to Trump's ultimatum for Moscow to agree to a ceasefire in Ukraine or face severe sanctions. Medvedev accused Trump of engaging in "the ultimatum game with Russia" and \u003ca href=\"https://www.cnn.com/2025/08/01/politics/nuclear-submaries-russia-trump-medvedev\" target=\"_blank\">warned that such ultimatums are steps towards war\u003c/a>. In a post on X, Medvedev described Trump's ultimatum as "theatrical" and asserted that "Russia didn't care."\u003c/p>\n\n\u003cp>In a more ominous note, Medvedev referenced a "dead hand" threat on Telegram, which some analysts interpreted as a nod to Russia's nuclear retaliatory control system. This escalating rhetoric has prompted concerns about potential military confrontations between the two nations.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev/","primary_image":{"bucket":"assets.getty","id":"%2F688d08fdfe9037a39187a1d1"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1754073060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","social_title":"","summary":"President Trump's decision comes after \"highly provocative\" remarks made by former Russian President Dmitry Medvedev.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Trump Deploys 2 Nuclear Subs Over Comments By Russia's Dmitry Medvedev"},"slug":"2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d08fdfe9037a39187a1d1","title":"Trump Deploys 2 Nuclear Subs Over Comments By Russia's Dmitry Medvedev","description":"President Trump's decision comes after \"highly provocative\" remarks made by former Russian President Dmitry Medvedev.","author":"iHeartRadio"},"pub_start":1754073060000,"pub_until":4115978604802,"pub_changed":1754073395902,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d07102e24d7fcac0823c6","slug:2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","slug:2025-08-01-trump-deploys-2-nuclear-subs-over-comments-by-russias-dmitry-medvedev","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688d04502e24d7fcac0823bb","type":"PUBLISHING","record":{"ref_id":"%2F688d04502e24d7fcac0823bb","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a64e44aa-c212-4a8a-9c52-26c0b21e5150","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":"Floodwaters rush through a drain culvert, carrying fresh rainwater to the saltwater bay, creating a dynamic interplay of currents.","id":"%2F688d059451aba98b79003af0","new_tab":false,"schedule":{},"source_credit":"TerryKelly / iStock / Getty Images","title":"Floodwaters rush through a drain culvert, carrying fresh rainwater to the saltwater bay, creating a dynamic interplay of currents.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://www.washingtonpost.com/dc-md-va/2025/08/01/maryland-boy-storm-drain-death-mount-airy-flooding/\" target=\"_blank\">13-year-old boy died after being swept into a storm drain\u003c/a> during heavy rainfall in Mount Airy, Maryland, on Thursday (July 31). The incident occurred as the boy played with friends near an apartment complex during a torrential downpour that caused widespread flooding across the Northeast.\u003c/p>\n\n\u003cp>The Mount Airy Volunteer Fire Company spokesperson, \u003cstrong>Doug Alexander\u003c/strong>, explained that the \u003ca href=\"https://www.fox5dc.com/news/13-year-old-maryland-boy-dies-after-being-swept-storm-drain-amid-severe-weather\" target=\"_blank\">children were playing with a ball in a grassy area when the rain intensified\u003c/a>. The water quickly rose, turning the area into a fast-moving river, and swept the boy into the drain pipe. Despite efforts by about 50 firefighters and police officers, who worked for over an hour to rescue him, the boy could not be saved.\u003c/p>\n\n\u003cp>Parts of the Baltimore area received between 2.5 to 4 inches of rain, with Mount Airy experiencing up to 5 inches. The heavy rain led to flash flooding in several areas, including New York and New Jersey, where states of emergency were declared.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://abcnews.go.com/US/flash-flooding-northeast-dangerous-heat-humidity-pushes-south/story?id=124237066\" target=\"_blank\">storm caused significant disruptions across the East Coast\u003c/a>, including flooded transportation systems in New York and power outages affecting thousands of homes and businesses. Emergency services were also involved in multiple rescues, including saving an 8-year-old child from a submerged car in Montgomery County, Maryland.\u003c/p>\n\n\u003cp>The National Weather Service warned of potential further flooding in the northern mid-Atlantic and southern New England regions through Friday night.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain/","primary_image":{"bucket":"assets.getty","id":"%2F688d059451aba98b79003af0"},"primary_target":{"categories":["categories/national-news","categories/weather"],"distribution":["brands/iHeartRadio"]},"publish_date":1754072160000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain","social_title":"","summary":"The boy's tragic death comes as flooding rains inundated the Northeast and Mid-Atlantic.","targets":[{"categories":["categories/national-news","categories/weather"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"13-Year-Old Boy Drowns After Being Swept Into Storm Drain"},"slug":"2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d059451aba98b79003af0","title":"13-Year-Old Boy Drowns After Being Swept Into Storm Drain","description":"The boy's tragic death comes as flooding rains inundated the Northeast and Mid-Atlantic.","author":"iHeartRadio"},"pub_start":1754072160000,"pub_until":4115978604802,"pub_changed":1754072516565,"subscription":[{"tags":["categories/national-news","categories/weather","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/weather","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d04502e24d7fcac0823bb","slug:2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain","slug:2025-08-01-13-year-old-boy-drowns-after-being-swept-into-storm-drain","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688cff3f2e24d7fcac0823af","type":"PUBLISHING","record":{"ref_id":"%2F688cff3f2e24d7fcac0823af","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"25d5ca72-6873-474f-8403-ef91ebd707ad","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Nearly 200,000 KidKraft Farm to Table Play Kitchens have been recalled after a child died while playing with it. ","id":"%2F688cffcc2e24d7fcac0823b9","new_tab":false,"schedule":{},"source_credit":"Consumer Products Safety Comission","title":"Recall On KidKraft Farm to Table Play Kitchens","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Nearly \u003ca href=\"https://abcnews.go.com/GMA/Family/192000-kids-play-kitchens-recalled-after-1-death/story?id=124241619\" target=\"_blank\">200,000 KidKraft Farm to Table Model Play Kitchen sets are being recalled\u003c/a> after a tragic incident led to the death of a toddler. The recall, announced by Backyard Kids, LLC and the Consumer Product Safety Commission, follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook of the play kitchen set in February 2023.\u003c/p>\n\n\u003cp>The play kitchens, sold between 2018 and July 2025, \u003ca href=\"https://www.usatoday.com/story/money/2025/08/01/kidkraft-play-kitchens-recall/85471428007/\" target=\"_blank\">pose a risk of strangulation and asphyxia if a child climbs on the counter\u003c/a> or crawls through the opening in the back. The recalled units are black and light gray with wood-like countertops and measure 44 inches in length, 13 3/4 inches in width, and 43 inches high. They were intended for children aged three and above.\u003c/p>\n\n\u003cp>Although 192,000 units are impacted, only 400 were sold to consumers by Backyard Kids. The play kitchens were available online on Amazon, Walmart, and KidKraft's websites, retailing between $120 and $270.\u003c/p>\n\n\u003cp>Backyard Kids is \u003ca href=\"https://www.cpsc.gov/Recalls/2025/Backyard-Kids-Recalls-KidKraft-Farm-to-Table-Play-Kitchens-Due-to-Strangulation-Hazard-One-Death-Reported\" target=\"_blank\">offering free replacement hooks to consumers\u003c/a> with affected units. They can be contacted via email at recall@kidkraft.com or by phone at (800) 882-0234, Monday through Friday from 8:30 a.m. to 5 p.m. ET.\u003c/p>\n\n\u003cp>KidKraft, Inc., which manufactured the sets, filed for bankruptcy in May 2024. As of now, no other incidents have been reported involving the hooks catching on children's clothing.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://khow.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","primary_image":{"bucket":"new_assets","id":"%2F688cffcc2e24d7fcac0823b9"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754070900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","social_title":"","summary":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death"},"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9","title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death","description":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","author":"iHeartRadio"},"pub_start":1754070900000,"pub_until":4115978604802,"pub_changed":1754071336411,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cff3f2e24d7fcac0823af","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688ceda27135b159e1ecd884","type":"PUBLISHING","record":{"ref_id":"%2F688ceda27135b159e1ecd884","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"411221e6-1fd9-4d14-a266-f85bf3d3a572","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Bill Galluccio","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":"new_assets","caption":"Andres Caceres Jaldin is accused of kidnapping a toddler from a mall in Virginia.","id":"%2F688cede37135b159e1ecd88e","new_tab":false,"schedule":{},"source_credit":"Fairfax County Police Department","title":"Surveillance footage of Andres Caceres Jaldin","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Authorities in Virginia said they have arrested \u003ca href=\"https://www.foxnews.com/us/surveillance-video-shows-26-year-old-man-grabbing-toddler-mall-play-area-arrest-abduction\" target=\"_blank\">a 26-year-old man accused of trying to kidnap a young girl\u003c/a> at Fair Oaks Shopping Center in Fair Oaks, Virginia. The Fairfax County Police Department said the toddler wandered away from the play area at the mall and was picked up by Andres Caceres Jaldin.\u003c/p>\n\n\u003cp>Surveillance video released by the police \u003ca href=\"https://www.wusa9.com/article/news/crime/chilling-video-attempted-abduction-fair-oaks-mall/65-a9a3996b-4e57-46ec-b5d5-99b8c5c46b96\" target=\"_blank\">shows Jaldin picking up the young girl and walking away\u003c/a>. The girl’s parents found Jaldin on the second floor and confronted him. He returned their daughter and then fled the mall.\u003c/p>\n\n\u003cp>Jaldin was taken into custody at a hotel about five miles from the mall. He was charged with abduction of a minor and grand larceny, for allegedly stealing a car before the abduction attempt.\u003c/p>\n\n\u003cp>"It's striking that somebody could do this in broad daylight and no one would notice," \u003ca href=\"https://wjla.com/news/local/child-abductor-fairfax-county-mall-abduction-toddler-indoor-mall-play-area-criminal-cases-felony-grand-larcent-police-department-commonwealth-attorney-history\" target=\"_blank\">Virginians For Safe Communities President \u003c/a>\u003ca href=\"https://wjla.com/news/local/child-abductor-fairfax-county-mall-abduction-toddler-indoor-mall-play-area-criminal-cases-felony-grand-larcent-police-department-commonwealth-attorney-history\" target=\"_blank\">\u003cstrong>Sean Kennedy\u003c/strong>\u003c/a>\u003ca href=\"https://wjla.com/news/local/child-abductor-fairfax-county-mall-abduction-toddler-indoor-mall-play-area-criminal-cases-felony-grand-larcent-police-department-commonwealth-attorney-history\" target=\"_blank\"> told \u003c/a>\u003ca href=\"https://wjla.com/news/local/child-abductor-fairfax-county-mall-abduction-toddler-indoor-mall-play-area-criminal-cases-felony-grand-larcent-police-department-commonwealth-attorney-history\" target=\"_blank\">\u003cem>WJLA\u003c/em>\u003c/a>. "This can happen right under people's noses and no one would know the better."\u003c/p>\n\n\u003cp>You can watch the heart-stopping video of the abduction below:\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DtNW2EWogn90","@url":"https://www.youtube.com/watch?v=tNW2EWogn90","author_name":"New York Post","author_url":"https://www.youtube.com/@nypost","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/tNW2EWogn90?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=\"SHOCKING video shows man abducting toddler from Virginia mall\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/tNW2EWogn90/hqdefault.jpg","thumbnail_width":480,"title":"SHOCKING video shows man abducting toddler from Virginia mall","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/tNW2EWogn90?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=\"SHOCKING video shows man abducting toddler from Virginia mall\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/watch?v=tNW2EWogn90"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area/","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":[],"permalink":"https://khow.iheart.com/content/2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area/","primary_image":{"bucket":"new_assets","id":"%2F688cede37135b159e1ecd88e"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754070060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area","social_title":"","summary":"The suspect fled the mall but was arrested a short time later.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Parents Rescue Toddler After Man Grabbed Her From Mall Play Area"},"slug":"2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cede37135b159e1ecd88e","title":"Parents Rescue Toddler After Man Grabbed Her From Mall Play Area","description":"The suspect fled the mall but was arrested a short time later.","author":"Bill Galluccio"},"pub_start":1754070060000,"pub_until":4115978604802,"pub_changed":1754070438634,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688ceda27135b159e1ecd884","slug:2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area","slug:2025-08-01-parents-rescue-toddler-after-man-grabbed-her-from-mall-play-area","author:user"]}},{"id":"%2F688cceea07c0a55a94a22842","type":"PUBLISHING","record":{"ref_id":"%2F688cceea07c0a55a94a22842","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Bill Galluccio","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":"WASHINGTON, DC - MAY 14: Patrons view a portrait of former U.S. President Donald Trump in the America’s Presidents exhibition at the National Portrait Gallery as the Smithsonian Institution begins to slowly re-open its museums May 14, 2021 in Washington, DC. Trump’s portrait, a photograph made by Pari Dukovic is on display to the public for the first time since the closure of the museums due to the coronavirus pandemic. (Photo by Win McNamee/Getty Images)","id":"%2F688ce32551aba98b79003a97","new_tab":false,"schedule":{},"source_credit":"Win McNamee / Getty Images News / Getty Images","title":"Trump Portrait Exhibited As National Portrait Gallery Reopens To Public","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The \u003ca href=\"https://www.washingtonpost.com/entertainment/2025/07/31/trump-impeachment-smithsonian/\" target=\"_blank\">Smithsonian’s National Museum of American History has removed references to President \u003c/a>\u003ca href=\"https://www.washingtonpost.com/entertainment/2025/07/31/trump-impeachment-smithsonian/\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>\u003ca href=\"https://www.washingtonpost.com/entertainment/2025/07/31/trump-impeachment-smithsonian/\" target=\"_blank\">'s impeachments\u003c/a> from The American Presidency exhibit. According to \u003cem>The Washington Post\u003c/em>, the change happened in July and was part of what the museum said was a review of "legacy content."\u003c/p>\n\n\u003cp>The review was made following pressure from the White House to remove an art museum director. \u003c/p>\n\n\u003cp>The exhibit, which was added in 2008, originally featured information about the impeachments of Presidents \u003cstrong>Andrew Johnson \u003c/strong>and \u003cstrong>Bill Clinton\u003c/strong>. It also explained the impeachment process of President \u003cstrong>Richard Nixon\u003c/strong>, who resigned before he was formally impeached.\u003c/p>\n\n\u003cp>In September 2021, \u003ca href=\"https://www.cnn.com/2025/08/01/politics/smithsonian-trump-impeachment-exhibit-museum\" target=\"_blank\">the exhibit was updated to note that President Trump was the first president to be impeached twice\u003c/a>, once in 2019 for abuse of power and obstruction of Congress, and then again in 2021 for incitement of insurrection. Both impeachments resulted in an acquittal from the Senate.\u003c/p>\n\n\u003cp>The Smithsonian told the \u003cem>Post \u003c/em>that the exhibit "was intended to be a short-term measure to address current events at the time, however, the label remained in place until July 2025."\u003c/p>\n\n\u003cp>The museum said that it \u003ca href=\"https://www.newsweek.com/trump-smithsonian-impeachment-exhibit-2107421\" target=\"_blank\">plans to revamp the exhibit\u003c/a> and will include information about Trump's impeachments.\u003c/p>\n\n\u003cp>"A large permanent gallery like The American Presidency that opened in 2000, requires significant amount of time and funding to update and renew. A future and updated exhibit will include all impeachments," the museum added.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit/","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":[],"permalink":"https://khow.iheart.com/content/2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit/","primary_image":{"bucket":"assets.getty","id":"%2F688ce32551aba98b79003a97"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["brands/iHeartRadio"]},"publish_date":1754065680000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","social_title":"","summary":"The museum said that it plans to revamp the exhibit.","targets":[{"categories":["categories/national-news","categories/politics"],"distribution":["formats/NEWSTALK"]}],"title":"Smithsonian Removes Mention Of Trump's Impeachments From Presidency Exhibit"},"slug":"2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688ce32551aba98b79003a97","title":"Smithsonian Removes Mention Of Trump's Impeachments From Presidency Exhibit","description":"The museum said that it plans to revamp the exhibit.","author":"Bill Galluccio"},"pub_start":1754065680000,"pub_until":4115978604802,"pub_changed":1754066117021,"subscription":[{"tags":["categories/national-news","categories/politics","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/politics","formats/NEWSTALK"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cceea07c0a55a94a22842","slug:2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","slug:2025-08-01-smithsonian-removes-mention-of-trumps-impeachments-from-presidency-exhibit","author:user"]}},{"id":"%2F688cc994d3ad2eeed018e86e","type":"PUBLISHING","record":{"ref_id":"%2F688cc994d3ad2eeed018e86e","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"WASHINGTON, DC - FEBRUARY 11: U.S. President Donald Trump speaks during an executive order signing in the Oval Office at the White House on February 11, 2025 in Washington, DC. Trump is to sign an executive order implementing the Department of Government ","id":"%2F67b71f68963277286f4e1d51","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Elon Musk Joins President Trump For Signing Executive Orders In The Oval Office","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-31-trump-fires-back-at-failed-ex-russian-president-over-war-threat/\" target=\"_blank\">President \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-31-trump-fires-back-at-failed-ex-russian-president-over-war-threat/\" target=\"_blank\">\u003cstrong>Donald Trump\u003c/strong>\u003c/a>'s approval rating reportedly dropped to 40%, the lowest percentage of his second term in office, according to the latest \u003ca href=\"https://www.reuters.com/data/trumps-approval-rating-2025-01-21/\" target=\"_blank\">\u003cem>Reuters\u003c/em>\u003c/a>\u003ca href=\"https://www.reuters.com/data/trumps-approval-rating-2025-01-21/\" target=\"_blank\">/Ipsos poll\u003c/a> released on Wednesday (July 30).\u003c/p>\n\n\u003cp>The poll, which was conducted through Monday (July 28), surveyed 1,023 U.S. adults and had a 3% margin of error. Trump began his second term with a 47% approval rating in January, which has steadily dropped through his first few months in office, including a 1% drop since July 16.\u003c/p>\n\n\u003cp>About one-third of independents were reported to approve Trump's job performance, while 83% of Republicans still supported the president and only 3% of Democrats approved his performance. Earlier this week, the \u003ca href=\"https://d3nkl3psvxxpe9.cloudfront.net/documents/econTabReport_7Bn59Tx.pdf\" target=\"_blank\">Economist/YouGov poll\u003c/a> showed that Trump's net approval rating was at -15, the lowest of his second term.\u003c/p>\n\n\u003cp>The survey, which polled 1,777 U.S. adult citizens between July 25 and July 28, showed that 40% of respondents approved Trump's job performance while 55% disapproved. The Economist/YouGov poll previously had the president at a -14 net approval rating with a 41% approval and a 55% disapproval for the past two weeks and a -11 net approval with a 42% approval and 53% disapproval for the two weeks prior to that.\u003c/p>\n\n\u003cp>\u003ca href=\"https://news.gallup.com/poll/692879/independents-drive-trump-approval-second-term-low.aspx\" target=\"_blank\">\u003cem>Gallup\u003c/em>\u003c/a> had previously reported that \u003ca href=\"https://www.iheart.com/content/2025-07-28-trumps-approval-rating-sets-record-for-second-term/\" target=\"_blank\">Trump's approval rating dropped to 37%\u003c/a>, his lowest of his second term and just 3% points higher than his all-time worst rating set in his first term, in its poll conducted last week. Trump's approval rating fell 10% since taking office in January, which includes a 17% decline among independents to 29%, matching his all-time lowest rating among the group.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-trumps-approval-rating-sets-new-record/","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/Donald Trump","keywords/approval rating","keywords/record","keywords/approval","keywords/job approval","keywords/job approval rating","keywords/president","keywords/poll","keywords/survey","keywords/term","keywords/Second term","keywords/Reuters","keywords/Ipsos"],"permalink":"https://khow.iheart.com/content/2025-08-01-trumps-approval-rating-sets-new-record/","primary_image":{"bucket":"new_assets","id":"%2F67b71f68963277286f4e1d51"},"primary_target":{"categories":["categories/national-news","categories/politics"],"distribution":["facets/All Sites - English"]},"publish_date":1754057700000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-trumps-approval-rating-sets-new-record","social_title":"","summary":"President Donald Trump's approval rating has set a new record.","targets":[{"categories":["syndications/news"],"distribution":[]}],"title":"Trump's Approval Rating Sets New Record"},"slug":"2025-08-01-trumps-approval-rating-sets-new-record","summary":{"image":"https://i.iheart.com/v3/re/new_assets/67b71f68963277286f4e1d51","title":"Trump's Approval Rating Sets New Record","description":"President Donald Trump's approval rating has set a new record.","author":"Jason Hall"},"pub_start":1754057700000,"pub_until":4115978604802,"pub_changed":1754058273017,"subscription":[{"tags":["categories/national-news","categories/politics","facets/All Sites - English"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cc994d3ad2eeed018e86e","slug:2025-08-01-trumps-approval-rating-sets-new-record","slug:2025-08-01-trumps-approval-rating-sets-new-record","keyword:keywords/Donald Trump","keyword:keywords/approval rating","keyword:keywords/record","keyword:keywords/approval","keyword:keywords/job approval","keyword:keywords/job approval rating","keyword:keywords/president","keyword:keywords/poll","keyword:keywords/survey","keyword:keywords/term","keyword:keywords/Second term","keyword:keywords/Reuters","keyword:keywords/Ipsos","author:user"]}},{"id":"%2F688cc512b89c599f3fb57038","type":"PUBLISHING","record":{"ref_id":"%2F688cc512b89c599f3fb57038","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"536f438a-c394-4488-b038-f5bcc1ff47ad","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Luggage and disabled people carrying vehicle inside international airport terminal parked no people.","id":"%2F688cc59db89c599f3fb57043","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Luggage and disabled people carrying vehicle inside international airport terminal parked no people","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A video shared online shows a \u003ca href=\"https://www.iheart.com/content/2025-07-22-man-arrested-for-allegedly-driving-lawnmower-drunk-down-highway/\" target=\"_blank\">drunk\u003c/a> traveler destructively driving an unoccupied golf cart through an \u003ca href=\"https://www.iheart.com/content/2025-07-13-plane-explodes-into-massive-fireball-on-runway/\" target=\"_blank\">airport\u003c/a>, which included driving the electric vehicle onto a moving walkway.\u003c/p>\n\n\u003cp>\u003cstrong>Kevin Sinning\u003c/strong>, 29, of Wyoming, was charged with criminal mischief, disorderly conduct, criminal possession of stolen property, criminal nuisance and grand larceny in relation to the incident New York's Buffalo Niagara International Airport, \u003ca href=\"https://nypost.com/2025/08/01/us-news/drunk-wyoming-traveler-kevin-sinning-steals-golf-cart-goes-on-destructive-joyride-at-buffalo-niagara-international-airport-police/\" target=\"_blank\">\u003cem>the New York Post\u003c/em>\u003c/a> reports. A video recorded by a witness showed the cart breaking the glass paneling of the moving walkway as airport staff pleaded with Sinning to stop.\u003c/p>\n\n\u003cp>Sinning, who was described as being "visibly intoxicated" by Niagara Frontier Transportation Authority officials, freed the cart from one side of the walkway before careening towards the end.\u003c/p>\n\n\u003cp>“I think he’s drunk,” one witness was heard saying in the video clip.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40bpro_d%2Fvideo%2F7532255091068374303%3Flang%3Den","@url":"https://www.tiktok.com/@bpro_d/video/7532255091068374303?lang=en","author_name":"bpro_d","author_unique_id":"bpro_d","author_url":"https://www.tiktok.com/@bpro_d","embed_product_id":"7532255091068374303","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@bpro_d/video/7532255091068374303\" data-video-id=\"7532255091068374303\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@bpro_d\" href=\"https://www.tiktok.com/@bpro_d?refer=embed\">@bpro_d\u003c/a> \u003cp>what is the goal here \u003ca title=\"fyp\" target=\"_blank\" href=\"https://www.tiktok.com/tag/fyp?refer=embed\">#fyp\u003c/a> \u003ca title=\"viral\" target=\"_blank\" href=\"https://www.tiktok.com/tag/viral?refer=embed\">#viral\u003c/a> \u003ca title=\"foryou\" target=\"_blank\" href=\"https://www.tiktok.com/tag/foryou?refer=embed\">#foryou\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ Jet2 Advert - ✈️A7-BBH | MAN 🇬🇧\" href=\"https://www.tiktok.com/music/Jet2-Advert-7398162320411429664?refer=embed\">♬ Jet2 Advert - ✈️A7-BBH | MAN 🇬🇧\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1024,"thumbnail_url":"https://p16-pu-sign-useast8.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oESj2LqB0A87mV2iiSwflAI4CiJHvQUALIIjKP~tplv-tiktokx-origin.image?dr=9636&x-expires=1754229600&x-signature=fHtuYx8dQ61MgU7v2XIJpJ%2FmkIM%3D&t=4d5b0474&ps=13740610&shp=b59d6b55&shcp=43f4a2f9&idc=useast5","thumbnail_width":576,"title":"what is the goal here #fyp #viral #foryou ","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@bpro_d/video/7532255091068374303\" data-video-id=\"7532255091068374303\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@bpro_d\" href=\"https://www.tiktok.com/@bpro_d?refer=embed\">@bpro_d\u003c/a> \u003cp>what is the goal here \u003ca title=\"fyp\" target=\"_blank\" href=\"https://www.tiktok.com/tag/fyp?refer=embed\">#fyp\u003c/a> \u003ca title=\"viral\" target=\"_blank\" href=\"https://www.tiktok.com/tag/viral?refer=embed\">#viral\u003c/a> \u003ca title=\"foryou\" target=\"_blank\" href=\"https://www.tiktok.com/tag/foryou?refer=embed\">#foryou\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ Jet2 Advert - ✈️A7-BBH | MAN 🇬🇧\" href=\"https://www.tiktok.com/music/Jet2-Advert-7398162320411429664?refer=embed\">♬ Jet2 Advert - ✈️A7-BBH | MAN 🇬🇧\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@bpro_d/video/7532255091068374303?lang=en"},{"html":"\u003cp>Sinning turned around at the end of the concourse and drove the car through an area where several wet floor signs were placed before driving toward the other side of the conveyor belt.\u003c/p>\n\n\u003cp>“Oh s**t he’s going down the other one,” a person was heard shouting.\u003c/p>\n\n\u003cp>Sinning forced the cart into the opening and drove down the aisle, which resulted in even more destruction as employees continued as employees continued to plead for him to stop.\u003c/p>\n\n\u003cp>“You can tell something was not right with him,” said \u003cstrong>Tom Brennon\u003c/strong>, who witnessed the incident, via \u003ca href=\"https://youtu.be/93_JS8mSRmk?si=1e65S-H1CoUanom2\" target=\"_blank\">\u003cem>WGRZ\u003c/em>\u003c/a>. “He was not responding to demands and the people telling him to stop and they had it all. He was totally disregarding the people around him.”\u003c/p>\n\n\u003cp>The cart continued to bounce as it drove through the narrow walkway and a haze appeared to fill the building as its left side tires rode the low rail of the machine. Sinning is accused of causing extensive damage to the walkway, glass panels and the cart during the incident, according to the Niagara Frontier Transportation Authority.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport/","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/airport","keywords/golf cart","keywords/Sinning","keywords/walkway","keywords/Video","keywords/cart","keywords/traveler","keywords/video","keywords/vehicle","keywords/Tom Brennon","keywords/witness"],"permalink":"https://khow.iheart.com/content/2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport/","primary_image":{"bucket":"new_assets","id":"%2F688cc59db89c599f3fb57043"},"primary_target":{"categories":["categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1754056560000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport","social_title":"","summary":"A video shared online shows a drunk traveler destructively driving an unoccupied golf cart through an airport.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Video Shows Drunk Traveler Driving Golf Cart Through Airport"},"slug":"2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cc59db89c599f3fb57043","title":"Video Shows Drunk Traveler Driving Golf Cart Through Airport","description":"A video shared online shows a drunk traveler destructively driving an unoccupied golf cart through an airport.","author":"Jason Hall"},"pub_start":1754056560000,"pub_until":4115978604802,"pub_changed":1754056927149,"subscription":[{"tags":["categories/national-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cc512b89c599f3fb57038","slug:2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport","slug:2025-08-01-video-shows-drunk-traveler-driving-golf-cart-through-airport","keyword:keywords/airport","keyword:keywords/golf cart","keyword:keywords/Sinning","keyword:keywords/walkway","keyword:keywords/Video","keyword:keywords/cart","keyword:keywords/traveler","keyword:keywords/video","keyword:keywords/vehicle","keyword:keywords/Tom Brennon","keyword:keywords/witness","author:user"]}},{"id":"%2F688cbfa873bef47acd186b83","type":"PUBLISHING","record":{"ref_id":"%2F688cbfa873bef47acd186b83","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6c50e5e4-d23a-42ea-a4fe-352ef37c4860","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F688cc0f573bef47acd186b8e","new_tab":false,"schedule":{},"source_credit":"Miami Police Department","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A celebrity hairstylist was arrested on accusations of preying on a \u003ca href=\"https://www.iheart.com/content/2024-06-05-married-tv-anchor-resigns-after-sexting-vigilantes-posing-as-15-year-old/\" target=\"_blank\">15-year-old\u003c/a> client at a luxury Miami salon on Wednesday (July 30), \u003ca href=\"https://www.local10.com/news/local/2025/07/31/celebrity-hair-colorist-accused-of-sexually-preying-on-a-minor-in-miami-dade/\" target=\"_blank\">\u003cem>Local 10 News\u003c/em>\u003c/a> reports.\u003c/p>\n\n\u003cp>\u003cstrong>Ryan Pearl\u003c/strong>, 37, a hair colorist and Redken brand ambassador, was charged with cocaine possession, contributing tot he delinquency of a child, using a computer to seduce a child into engaging in sexual conduct, traveling to meet a child after using a computer to lure them, and two counts of transmitting harmful content to a minor electronically. Miami Police began investigating Pearl after the victim's mother discovered money deposits made in her daughter's Apple Wallet account, at which point she found "alarming" texts exchanged between Pearl and the victim.\u003c/p>\n\n\u003cp>“During controlled conversations, Pearl made sexual remarks and sent explicit photographs, fully aware he was communicating with a minor,” a detective’s arrest report obtained by \u003cem>Local 10 News\u003c/em> states.\u003c/p>\n\n\u003cp>Pearl began communicating with the victim two years ago, when she was a 13-year-old client.\u003c/p>\n\n\u003cp>“I was furious, I was very upset. I couldn’t believe someone that has a reputation, and works in a very luxury hair salon was capable of doing this,” the victim’s mother said via \u003cem>Local 10 News\u003c/em>.\u003c/p>\n\n\u003cp>Police took the phone and an undercover detective texted Pearl, who allegedly sent a nude photo from his couch, \u003ca href=\"https://www.cbsnews.com/miami/news/celebrity-hair-stylist-ryan-pearl-arrested-miami-trying-lure-child-police/\" target=\"_blank\">\u003cem>CBS Miami\u003c/em>\u003c/a> reports.\u003c/p>\n\n\u003cp>“I am very shy please don’t, do U care that I am 15? How old R U? Explain things to me, I only know things from my friends when they talk,” the undercover detective texted back to Pearl after receiving the photo.\u003c/p>\n\n\u003cp>Pearl was allegedly found with pink cocaine, condoms and vaping devices at the time of his arrest and booked into the Turner Guilford Knight Correctional Center Thursday (July 31) morning. The hairstylist's past celebrity clients include \u003cstrong>Hailey Bieber\u003c/strong>, \u003ca href=\"https://www.iheart.com/content/2025-07-03-julio-cesar-chaves-jr-arrested-by-ice-days-after-jake-paul-fight/\" target=\"_blank\">\u003cstrong>Jake Paul\u003c/strong>\u003c/a> and \u003cstrong>Sophie Turner\u003c/strong>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old/","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/ryan Pearl","keywords/Pearl","keywords/mother","keywords/celebrity hairstylist","keywords/client","keywords/salon","keywords/victim","keywords/accusations"],"permalink":"https://khow.iheart.com/content/2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old/","primary_image":{"bucket":"new_assets","id":"%2F688cc0f573bef47acd186b8e"},"primary_target":{"categories":["categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1754055420000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old","social_title":"","summary":"A celebrity hairstylist was arrested on accusations of preying on a 15-year-old client.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Celeb Hairstylist Ryan Pearl Arrested For Sexually Preying On 15-Year-Old"},"slug":"2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cc0f573bef47acd186b8e","title":"Celeb Hairstylist Ryan Pearl Arrested For Sexually Preying On 15-Year-Old","description":"A celebrity hairstylist was arrested on accusations of preying on a 15-year-old client.","author":"Jason Hall"},"pub_start":1754055420000,"pub_until":4115978604802,"pub_changed":1754055802025,"subscription":[{"tags":["categories/national-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cbfa873bef47acd186b83","slug:2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old","slug:2025-08-01-celeb-hairstylist-ryan-pearl-arrested-for-sexually-preying-on-15-year-old","keyword:keywords/ryan Pearl","keyword:keywords/Pearl","keyword:keywords/mother","keyword:keywords/celebrity hairstylist","keyword:keywords/client","keyword:keywords/salon","keyword:keywords/victim","keyword:keywords/accusations","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":["display-hints/hide-listen-now"]},"device":{"_userAgent":"WPMU DEV Broken Link Checker Local Engine","_navigator":null,"enableHeaderSearch":null},"player":{"loaded":false,"externalAction":{"_subscriptions":[]},"overrideConfig":null,"defaultId":null,"overrideId":null,"ready":false,"playback":false,"inProgress":false,"iframeUrl":""},"gptReady":false}</script>
<script>window.SDK = { environment:
{"APTIVADA_SDK_HOST":"campaign.aptivada.com","AB_TEST_HOST":"https://api.iheart.com/api/v3/abtest","OUTBRAIN_WIDGET_URL":"https://widgets.outbrain.com/outbrain.js","OUTBRAIN_PIXEL_URL":"https://amplifypixel.outbrain.com/pixel?mid=004d2133385513d6a3dbfd9993b43474ab","TIKTOK_WIDGET_URL":"https://www.tiktok.com/embed.js","LIVERAMP_LIBRARY_URL":"https://ats.rlcdn.com/ats.js","FACEBOOK_SDK_URL":"https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2","GOOGLE_CSE_ACCOUNT_ID":"009224462050322586572:lr5vgdqoe5k","GOOGLE_CSE_AD_ID":"pub-4066651230054012","GOOGLE_CSE_MAX_RESULTS":"10","AMP_HOST":"us.api.iheart.com","DEFAULT_IMAGE":"https://i.iheart.com/v3/re/new_assets/2672c89f-91de-4d1b-b9a9-6284b1e2c8f8","DEFAULT_TIMEZONE":"America/New_York","DEP_SITES_HOST":"","DEP_HTL_HOST":"htl.radioedit.iheart.com","DEP_WEBAPI_HOST":"webapi.radioedit.iheart.com","DEP_PWS_HOST":"pws.radioedit.iheart.com","DEP_GENERATOR_RSS":"","DEP_GENERATOR_SITEMAP":"","IMAGE_HOST":"i.iheart.com","LOG_LEVEL":"info","NODE_ENV":"production","ONETRUST_HOST":"https://cdn.cookielaw.org","ONETRUST_CONSENT_PATH":"https://cdn.cookielaw.org/consent","ONETRUST_IAB_URL":"https://cdn.cookielaw.org/opt-out/otCCPAiab.js","ONETRUST_TOKEN_URL":"https://tv47clj0la.execute-api.us-east-1.amazonaws.com/production/generatetoken?identifier=","ENVIRONMENT":"production","PROTOCOL":"https","GOOGLE_MAPS_API_KEY":"AIzaSyA7WQvMsISHIyotCPatRBwrgHNN9ohKqQE","NATIONAL_SITE_URL":"https://www.iheart.com","COAST_RECAPTCHA_V3_PUBLIC_KEY":"6LceYMcZAAAAAEe_L5pj14w8_cdc4p8pNzDzcIKe","COAST_RECURLY_PUBLIC_KEY":"ewr1-9VtuFVKJS0oVy7hcAVWlGK","IHEART_HELP_SITE":"//help.iheart.com","IHEART_HELP_SITE_CONTEST":"//help.iheart.com/hc/en-us/sections/205969087-Contests","PODCAST_EMBED_KEYID":"AutomatedPodcasts","WEB_ACCOUNT_HOST":"https://account.iheart.com","OAUTH_SIGNUP_PATH":"/sign-up/","OAUTH_LOGIN_PATH":"/login/","OAUTH_INFERNO_LOGOUT_PATH":"/auth/logout","OAUTH_INFERNO_PROFILE_PATH":"/auth/profile","DEP_API_HOST":"api.radioedit.iheart.com","YOURCHOICE_ICON":"http://i-stg.iheart.com/v3/re/new_assets/66fee14066ebdb3465fd0684","AD_ICON":"https://i.iheart.com/v3/re/new_assets/faf40618-8c4b-4554-939b-49bce06bbcca","WWW_AUTH_HOST":"https://www.iheart.com","POSTUP_CONTACT_TEMPLATE_ID":"3","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","MAX_AGE_HEADERS":"2592000000","AMAZON_TAM_LIBRARY":"https://c.amazon-adsystem.com/aax2/apstag.js","WEATHER_API_KEY":"b2a4fe32db44ebebba91f254fbf341f5","DEP_GENERATOR_RSS_HOST":"generator-rss.radioedit.iheart.com","STATIC_PUBLIC_PATH":"https://static.inferno.iheart.com/inferno/","DATADOG_SAMPLE_RATE":"1","COMSCORE_CLIENT_ID":"6036262","GOOGLE_RECAPTCHA_V3_PUBLIC_KEY":"6LdKHHoaAAAAAEBsW-KyjdE16eKLZJv5QHy-P5aQ","DEP_GENERATOR_SITEMAP_HOST":"generator-sitemap.radioedit.iheart.com"}};
</script>
<script>
// This needs to be here so it is loaded before lazysizes.
// Lazysizes loads thanks to webpack, before any app code is run.
// https://github.com/aFarkas/lazysizes#js-api
window.lazySizesConfig = window.lazySizesConfig || {};
window.lazySizesConfig.init = false;
// CCPA Compliance
window.deferAnalyticsVendorBeacons = false;
</script>
<script id="__LOADABLE_REQUIRED_CHUNKS__" type="application/json">["packages-renderer-shared-ui-src-elements-MagicLink-component","src_app_core_chrome_AppTray_component_tsx-src_app_core_chrome_HeaderSearch_component_tsx-src_-b801d3","local","core-components-tiles-OnairTileLoader-component","core-page-blocks-datasource-DatasourceLoader-component","packages_renderer_shared_core_src_lib_ads_ts","Datasource-component","Grid-component","ContentFeedItem-component","components-tiles-ContentTile-component","LeadFeedItem-component","core-components-tiles-WeatherTileLoader-component","TrafficTile-component","Heading-component","LoadMoreFromCursor-component","core-page-blocks-podcast-PodcastsLoader-component","ShowCollection-component","Show-component","core-page-blocks-datasource-DatasourceTileLoader-component","core-page-blocks-contest-KeywordContestLoader-component","WeatherTile-component","vendors-node_modules_pnpm_isomorphic-dompurify_0_27_0_node_modules_isomorphic-dompurify_browser_js","Podcasts-component","FauxButton-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","components-tiles-ContentTile-component","LeadFeedItem-component","core-components-tiles-WeatherTileLoader-component","core-components-tiles-TrafficTile-component","Heading-component","LoadMoreFromCursor-component","core-page-blocks-podcast-PodcastsLoader-component","ShowCollection-component","Show-component","core-page-blocks-datasource-DatasourceTileLoader-component","core-page-blocks-contest-KeywordContestLoader-component","WeatherTile-component","TrafficTile-component","Podcasts-component","FauxButton-component","ui-ImageTile-component","Card-component","AptivadaKeywordContest-component"]}</script>
<script async data-chunk="bundle" src="https://static.inferno.iheart.com/inferno/scripts/runtime.5c38c75fa14e89967971.js"></script>
<script async data-chunk="bundle" src="https://static.inferno.iheart.com/inferno/scripts/vendor.51fc23b5373e910f4a24.js"></script>
<script async data-chunk="bundle" src="https://static.inferno.iheart.com/inferno/scripts/bundle.fcd21625a257928b01e0.js"></script>
<script async data-chunk="local" src="https://static.inferno.iheart.com/inferno/scripts/packages-renderer-shared-ui-src-elements-MagicLink-component.067528077d2036c348df.js"></script>
<script async data-chunk="local" src="https://static.inferno.iheart.com/inferno/scripts/src_app_core_chrome_AppTray_component_tsx-src_app_core_chrome_HeaderSearch_component_tsx-src_-b801d3.a1317e0f9342bf8c747f.js"></script>
<script async data-chunk="local" src="https://static.inferno.iheart.com/inferno/scripts/local.ebca40387bc6507a0acd.js"></script>
<script async data-chunk="core-components-tiles-OnairTileLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-components-tiles-OnairTileLoader-component.22fd96ce3a97461201e5.js"></script>
<script async data-chunk="core-page-blocks-datasource-DatasourceLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-datasource-DatasourceLoader-component.f48ec165e3da9a949f55.js"></script>
<script async data-chunk="Datasource-component" src="https://static.inferno.iheart.com/inferno/scripts/packages_renderer_shared_core_src_lib_ads_ts.7c42290bb72cfa9c15d7.js"></script>
<script async data-chunk="Datasource-component" src="https://static.inferno.iheart.com/inferno/scripts/Datasource-component.1423c7d635806130822c.js"></script>
<script async data-chunk="Grid-component" src="https://static.inferno.iheart.com/inferno/scripts/Grid-component.48dae21730bceb9ee5e7.js"></script>
<script async data-chunk="ContentFeedItem-component" src="https://static.inferno.iheart.com/inferno/scripts/ContentFeedItem-component.a58f9b17ed1802cd6512.js"></script>
<script async data-chunk="components-tiles-ContentTile-component" src="https://static.inferno.iheart.com/inferno/scripts/components-tiles-ContentTile-component.e418b3821c33ef4d51dd.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="core-components-tiles-WeatherTileLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-components-tiles-WeatherTileLoader-component.224b5c1493848aa4f0f6.js"></script>
<script async data-chunk="core-components-tiles-TrafficTile-component" src="https://static.inferno.iheart.com/inferno/scripts/TrafficTile-component.47ac314dfe91b6ebc04f.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="LoadMoreFromCursor-component" src="https://static.inferno.iheart.com/inferno/scripts/LoadMoreFromCursor-component.bb890d9dab9374f42e37.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="ShowCollection-component" src="https://static.inferno.iheart.com/inferno/scripts/ShowCollection-component.9692637de0ea45061f03.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-datasource-DatasourceTileLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-datasource-DatasourceTileLoader-component.05d77890dc9884cc76e2.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="WeatherTile-component" src="https://static.inferno.iheart.com/inferno/scripts/WeatherTile-component.e8eb1af90b1d00d39f16.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="FauxButton-component" src="https://static.inferno.iheart.com/inferno/scripts/FauxButton-component.6f17f4f82d52801c5c49.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>