ONLY AVAILABLE IN PAID PLANS

', playPause: ' ', forward: ' ', Unmute: ' ', muteUnMute: ' ', settings: ' ', ccOnOff: ' ', fullscreen: ' ', } Sections Sports News Bulldog Sports National Sports On Air The Morning Show Dawg Nation Daily On Demand The Morning Show Audio Bulldog Friday Night (Opens in new window) Touchdown Club of Athens Interviews The Little League Report Contests Shop (Opens in new window) Advertise With Us More Contact Us Work With Us (Opens in new window) Furry Friend Pet of the Week Contests Contest Rules WRFC-AM Public File (Opens in new window) Subscribe to 960 The Ref newsletter(Opens a new window) 960 The Ref facebook feed(Opens a new window) 960 The Ref twitter feed(Opens a new window) 960 The Ref instagram feed(Opens a new window) Sports News On Air On Demand Contests Shop Opens in new window Advertise With Us More Sports Astros slugger Yordan Alvarez becomes 1st MLB player to hit grand slam, multi-run HR in 1st inning By Associated Press June 12, 2026 at 11:43 pm EDT Enter Fullscreen Expand Astros Royals Baseball Houston Astros' Yordan Alvarez hits a two-run home run hit during the first inning of a baseball game against the Kansas City Royals, Friday, June 12, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel) (Charlie Riedel/AP Photo/Charlie Riedel) By Associated Press June 12, 2026 at 11:43 pm EDT KANSAS CITY, Mo. — Yordan Alvarez became the first player to hit a grand slam and multi-run homer in the first inning of an MLB game, pulling off the feat for the Houston Astros in a 10-8 win over the Kansas City Royals on Friday night.

He became the eighth player to hit a grand slam and a multi-run homer in an inning and the first since Angels slugger Kendrys Morales did it against Texas in 2012, according to Sportradar.

The left-handed Alvarez drove in two runs with an opposite-field homer early in the inning and cleared the bases with a two-out shot to center, giving him six RBIs in Houston's nine-run inning.

With his two-homer inning, Alvarez moved into a tie with Philadelphia's Kyle Schwarber for the MLB lead at 24.

The 28-year-old designated hitter, who is from Cuba, was the AL rookie of the year in 2019 with Houston. The three-time All-Star was the AL Championship Series MVP in 2021 and led the Astros with six RBIs the next year when they won the World Series.

Copyright 2026 The Associated Press. All rights reserved. This material may not be published, broadcast, rewritten or redistributed without permission.

63 Traffic I-20 Accident. Center lane blocked in Grant Park on I-20 WB at Hill St/Exit 58B (WB) I-285 Accident. Three lanes blocked in Atlanta on I-285 WB at Bouldercrest Rd/Exit 51 Bulldog Sports Kirby Smart raises injury, roster concerns that come with 9-game SEC schedule Georgia football game time windows announced for 2026 season Where Georgia ranks in ESPN’s future power rankings For Kolby Branch, Georgia trip to Omaha carries extra weight Facebook page Twitter feed

© Cox Media Group . All Rights Reserved. By using this website, you accept the terms of our Visitor Agreement and Privacy Policy , and understand your options regarding Ad Choices . Learn about careers at Cox Media Group.

© Cox Media Group . All Rights Reserved. By using this website, you accept the terms of our Visitor Agreement and Privacy Policy , and understand your options regarding Ad Choices . Learn about careers at Cox Media Group.

Audio Temporarily Unavailable You may be offline. Please check your connection and try again using the Retry button.

Retry Listen Live Learn More Share currently playing on Facebook (Opens a new window) Share currently playing on Twitter (Opens a new window) (function (type, isMusicSite, stationTitle, stationStatement, stationLogoSmall, stationLogo, stationURL, facebookAppID, playerFallback, stationID, analyticsEvent, dataLayerFn, persistentPlayerObject) { if (!window.persistentPlayerInit) { window.persistentPlayer = persistentPlayerObject(); window.persistentPlayer.init(type, isMusicSite, stationTitle, stationStatement, stationLogoSmall, stationLogo, stationURL, facebookAppID, playerFallback, stationID, analyticsEvent, dataLayerFn); window.persistentPlayerInit = true; } })("PersistentPlayerUpdate", false, "960 The Ref", "Athens Sports Radio", "/pf/resources/images/sites/cmg-rd-20011/station-logo-small.png?d=1301", "/pf/resources/images/sites/cmg-rd-20011/station-logo.jpg?d=1301", "https://www.960theref.com", "784784645834698", false, "ath960", "streaming-player", function addToDataLayer(eventName = '', dataSet = {}) { const analyticsEvent = { event: eventName }; Object.keys(dataSet).forEach(key => { // eslint-disable-next-line prefer-destructuring analyticsEvent[key] = dataSet[key]; }); window.dataLayer.push(analyticsEvent); }, function Player() { return { data: { artist: '', title: '', albumTitle: '', linkUrl: '', buyLink: '', thumbnailUrl: '', largeImageUrl: '', largeImageAlt: '' }, getCMGPPDetails: function (item) { return this.data[item]; }, setCMGPPDetails: function (item, value) { this.data[item] = value; }, getShareText: function () { return this.data.title + ' by ' + this.data.artist; }, setUpFacebookShare: function (facebookAppID) { const self = this; const fbLink = document.getElementById('ep-facebookLink'); /* istanbul ignore next */ window.fbAsyncInit = function () { FB.init({ appId: facebookAppID, status: true, xfbml: true, version: 'v2.7' }); fbLink.addEventListener('click', function (e) { e.preventDefault(); FB.ui({ display: "popup", method: "share", href: self.args.stationURL + '/stream', quote: self.getShareText() }, function () {}); }); }; }, expandPlayer: function (interaction) { const self = this; // send analytics data if (interaction) self.args.dataLayerFn(self.args.analyticsEvent, { element: 'persistent', elementSubTitle: 'expand' }); const playerExpandedContainer = document.getElementById('player'); // Mobile only if (document.getElementById('playerToggle').offsetParent === null) { document.body.classList.add('noscroll'); } if (!playerExpandedContainer) return; if (self.player.hasAttribute('expanded')) return; self.player.setAttribute('expanded', true); window.fireEvent('CreateAdContainer'); }, collapsePlayer: function (interaction, closeButton) { const self = this; if (document.body.classList.contains('locked')) return; // send analytics data if (interaction && closeButton) self.args.dataLayerFn(self.args.analyticsEvent, { element: 'persistent', elementSubTitle: 'close' });else if (interaction) self.args.dataLayerFn(self.args.analyticsEvent, { element: 'persistent', elementSubTitle: 'collapse' }); // Mobile only if (document.getElementById('playerToggle').offsetParent === null) { document.body.classList.remove('noscroll'); } const playerExpandedContainer = document.getElementById('player'); const playerExpandedAd = document.getElementById('playerExpandedAd'); if (!playerExpandedContainer) return; if (!self.player.hasAttribute('expanded')) return; self.player.removeAttribute('expanded'); playerExpandedAd.innerHTML = ''; }, toggleExpand: function (interaction) { const self = this; const isExpanded = self.player.hasAttribute('expanded'); if (isExpanded) self.collapsePlayer(interaction);else self.expandPlayer(interaction); }, votingIcons: { thumbsUp: ` `, thumbsUpSelected: ` `, thumbsDown: ` `, thumbsDownSelected: ` ` }, toggleVote: function (interaction) { const self = this; const target = interaction.currentTarget; switch (target.id) { case 'player-thumbsUp': target.innerHTML = self.votingIcons.thumbsUpSelected; document.getElementById('player-thumbsDown').innerHTML = self.votingIcons.thumbsDown; break; case 'player-thumbsUp_expanded': target.innerHTML = self.votingIcons.thumbsUpSelected; document.getElementById('player-thumbsDown_expanded').innerHTML = self.votingIcons.thumbsDown; break; case 'player-thumbsDown': target.innerHTML = self.votingIcons.thumbsDownSelected; document.getElementById('player-thumbsUp').innerHTML = self.votingIcons.thumbsUp; break; case 'player-thumbsDown_expanded': target.innerHTML = self.votingIcons.thumbsDownSelected; document.getElementById('player-thumbsUp_expanded').innerHTML = self.votingIcons.thumbsUp; break; default: document.getElementById('player-thumbsUp').innerHTML = self.votingIcons.thumbsUp; document.getElementById('player-thumbsUp_expanded').innerHTML = self.votingIcons.thumbsUp; document.getElementById('player-thumbsDown').innerHTML = self.votingIcons.thumbsDown; document.getElementById('player-thumbsDown_expanded').innerHTML = self.votingIcons.thumbsDown; } }, updatePlayerInfo: function () { const self = this; const title = document.getElementById('miniSongTitle'); const artist = document.getElementById('miniSongArtist'); const album = document.getElementById('miniSongAlbum'); const thumbnail = document.getElementById('miniArt'); const epImage = document.getElementById('ep-image'); const epArtistSong = document.getElementById('ep-artistSong'); const epTwitterShare = document.getElementById('ep-twitterShare'); const epBuyNow = document.getElementById('ep-buyNow'); // Mini Player if (thumbnail.getAttribute('src') !== this.getCMGPPDetails('thumbnailUrl')) { thumbnail.setAttribute('src', this.getCMGPPDetails('thumbnailUrl')); // when a song change happens need to reset the voting icons if (document.getElementById('player-thumbsUp')) { document.getElementById('player-thumbsUp').innerHTML = self.votingIcons['thumbsUp']; document.getElementById('player-thumbsDown').innerHTML = self.votingIcons['thumbsDown']; } } // Expanded Player const epImageContainer = document.getElementById('ep-image-container'); if (this.getCMGPPDetails('largeImageUrl') === self.args.stationLogo) { epImageContainer.classList.remove('background_black'); epImageContainer.classList.add('background_white'); } else { epImageContainer.classList.remove('background_white'); epImageContainer.classList.add('background_black'); } if (this.getCMGPPDetails('largeImageUrl') !== epImage.getAttribute('src')) { epImage.setAttribute('src', this.getCMGPPDetails('largeImageUrl')); epImage.setAttribute('alt', this.getCMGPPDetails('largeImageAlt')); if (document.getElementById('player-thumbsUp_expanded')) { // when a song change happens need to reset voting icons document.getElementById('player-thumbsUp_expanded').innerHTML = self.votingIcons['thumbsUp']; document.getElementById('player-thumbsDown_expanded').innerHTML = self.votingIcons['thumbsDown']; } } if (title.innerHTML !== this.getCMGPPDetails('title')) title.innerHTML = this.getCMGPPDetails('title'); if (artist.innerHTML !== this.getCMGPPDetails('artist')) artist.innerHTML = this.getCMGPPDetails('artist'); if (album.innerHTML !== this.getCMGPPDetails('albumTitle')) album.innerHTML = this.getCMGPPDetails('albumTitle'); let artistAndSong = ' ' + this.getCMGPPDetails('title') + '

' + this.getCMGPPDetails('albumTitle') + '