CINXE.COM
40-Man Roster | Boston Red Sox
<!DOCTYPE html> <html lang="en"> <head> <title>40-Man Roster | Boston Red Sox</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description" content="The Official Site of Major League Baseball"> <meta property="og:description" content="The Official Site of Major League Baseball"> <meta property="og:title" content="40-Man Roster"> <meta property="og:image" content="https://www.mlbstatic.com/team-logos/share/111.jpg"> <meta property="og:site_name" content="MLB.com"> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.mlb.com/redsox/roster/40-man"> <script src="/cdn-cgi/apps/head/Bvi3NCUQlon5FbcqTnDxNcVe5Fs.js"></script><link rel="canonical" href="https://www.mlb.com/redsox/roster/40-man"> <link rel="preconnect" href="https://www.mlbstatic.com/"> <link rel="preconnect" href="https://builds.mlbstatic.com/"> <link rel="preconnect" href="https://www.mlbstatic.com/" crossorigin> <link rel="preconnect" href="https://builds.mlbstatic.com/" crossorigin> <link rel="dns-prefetch" href="https://www.mlbstatic.com/"> <link rel="dns-prefetch" href="https://builds.mlbstatic.com/"> <link rel="preload" href="https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-bold.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://www.mlbstatic.com/mlb.com/fonts/proxima-nova-regular.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://assets.ctfassets.net/iiozhi00a8lc/bebasneue_bold_webfont_woff2/72b34bf9980727c007f3c0825d4e0c4a/bebasneue_bold_webfont.woff2" as="font" type="font/woff2" crossorigin><meta name="keywords" content="MLB, Baseball, Major League Baseball"> <meta name="page_name" content="Boston Red Sox"> <meta name="page_section" content="Roster"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@redsox"> <meta property="fb:app_id" content="5768707450"> <meta property="fb:pages" content="39399781765"> <meta name="env" content="production"> <meta name="app_group" content="bdata"> <meta name="region" content="us-east4"> <meta name="zone" content="us-east4-b"> <meta name="build" content="true"> <meta name="server_url" content="https://www.mlb.com"> <meta name="secure_url" content="https://www.mlb.com"> <meta name="uistatic_url" content="//builds.mlbstatic.com/mlb.com"> <meta name="bamcontent_client_url" content="https://content.mlb.com"> <meta name="game_data_url" content="https://statsapi.mlb.com"> <meta name="doubleclick_adunit" content="redsox.mlb"> <meta name="context-url-prefix" content="/redsox"> <meta name="app-view" content="web"> <meta name="locale" content="en"> <meta name="lang" content="en"> <meta name="club" content="redsox"> <meta name="fileCode" content="bos"> <meta name="team_id" content="111"> <meta name="teamName" content="Boston Red Sox"> <meta name="teamNameShort" content="Red Sox"> <meta name="venue" content="Fenway Park"> <meta name="branch-journeys-color" content="#000000"> <meta name="timezone" content="America/New_York"> <meta name="serverTime" content="2024-11-24T17:30:37-05:00"> <meta name="flipTime" content="10:00"> <meta name="flipTimeZoneOffset" content="-05:00"> <meta name="siteCoreBuildPath" content="//builds.mlbstatic.com/mlb.com/builds"> <meta name="siteCoreBuildVersionDirectory" content="1729783027794/dist/"> <meta name="sectionBuildVersion" content="461176d63f52f110a3ba2d4c166b593ed69c7d41_1726068366"> <meta name="siteAssetsUri" content="//builds.mlbstatic.com/mlb.com/builds/site-core/1729783027794/dist"> <meta name="sectionAssetsUri" content="//builds.mlbstatic.com/mlb.com/sections/roster/builds/461176d63f52f110a3ba2d4c166b593ed69c7d41_1726068366"> <meta name="omniturePageName" content="40-Man Roster"> <meta name="header" content="true"> <meta name="apple-mobile-web-app-title" content="MLB.com"> <link rel="apple-touch-icon" href="//www.mlbstatic.com/team-logos/apple-touch-icons-180x180/111.png"> <link rel="shortcut icon" href="https://images.ctfassets.net/iiozhi00a8lc/t111_favicon111_4mrrxt55_5u641005_png/c7b311acd91013a91fd404d5121417e7/t111_favicon.png"> <meta name="page-tags" content="{}"> <script> window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: 'dataLayer-initialized', gtmZones: true, siteType: 'Teamsite', siteEnv: 'production', siteOrigin: 'bdata', siteLang: 'en', pageSection: 'Roster', teamId: '111', teamName: 'Boston Red Sox' }); </script> <!-- Google Tag Manager --> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T5RM6DXG'); </script> <!-- End Google Tag Manager --> <script> (function() { // Scan dom and find data-popouts function findAndAttachDataPopout() { Array .from(document.querySelectorAll('[data-popout="true"]')) .forEach(function (node) { if ( // Only set if mlbNative lib is found window.mlbNative && window.mlbNative.launchExternal && node.hasAttribute('href') && // So we don't duplicate click handlers !node.hasAttribute('data-popout-enabled') ) { node.addEventListener('click', function (event) { event.preventDefault(); const url = node.getAttribute('href'); window.mlbNative.launchExternal(url); }); node.setAttribute('data-popout-enabled', true); } }); } // Setup mutation observer const mutationObserver = new MutationObserver(findAndAttachDataPopout); mutationObserver.observe(document, { subtree: true, childList: true }); // Detach on unload window.addEventListener('unload', function () { mutationObserver.disconnect(); }); // Run when dom loads document.addEventListener('DOMContentLoaded', findAndAttachDataPopout); })() </script> <!-- device detection --> <script> !function(a,b){"function"!=typeof define||!define.amd||"undefined"!=typeof bam&&"function"==typeof bam.define?a.deviceBootstrap=b():define("../device",[],b)}(this,function(){function a(a,b){return a&&b?a[b]:a}function b(a){var b=a.split(w).slice(0,3);return a&&b.length<2&&b.push(0),b.join(".")}function c(a){return a=a||navigator.userAgent,D[a]?D[a]:this instanceof c?(D[a]=this,this.userAgent=a,this.is={},this.platform=this.getPlatform(),this.platformVersion=this.getPlatformVersion(),this.browser=this.getBrowser(),this.browserVersion=this.getBrowserVersion(),void(this.formFactor=this.getFormFactor())):new c(a)}var d="(",e=")",f="i",g="|",h="desktop",i="version",j="",k=function(a,b){return new RegExp(a,b||f)},l="iP(?:hone|ad|od)",m="(?:BlackBerry|BB10| RIM )",n="Android",o="Windows",p="WPDesktop",q=o+" Phone",r="Trident(?:.*?Touch(?:.*?Mobile))",s="Linux(?!.*Android)",t="Macintosh",u="CrOS",v=d+"?:"+[t,o,s,u].join(g)+e,w=/[\._]/,x={windowsphone:k(r+g+q+g+p),windows:k(o),ios:k(l),blackberry:k(m),android:k(n),linux:k(s),macintosh:k(t),chromebook:k(u)},y={desktop:/(?:Windows NT(?!.*WPDesktop)(?!.*Xbox))/i,tablet:k(d+["Tablet|iPad","\\sNT.*?"+r,n+"(?!.*Mobi)","silk",m+".*?Tablet","xbox"].join(g)+e),phone:k(d+["Mobi|Mobile","WPDesktop",l,r,m].join(g)+e)},z={tablet:k(d+["Tablet|iPad","\\sNT.*?"+r,n+"(?!.*Mobi)","silk",m+".*?Tablet"].join(g)+e),phone:k(d+["Mobi|Mobile",l,r,m].join(g)+e),desktop:k(v)},A={msie:/msie|iemobile|trident/i,edge:/edge/i,android:/android(?!.+(?:chrome|silk))/i,chrome:/chrome|crios/i,firefox:/firefox/i,opera:/opera(?!.*?mini)\//i,operamini:/opera mini/i,silk:/silk/i,safari:/safari/i},B={webkit:/AppleWebKit/i,gecko:/gecko\//i,trident:/trident/i,edge:/Edge/i},C={desktop:"desktop",other:h,phone:"phone",tablet:"tablet"},D={};return c.prototype={getPlatform:function(){return this.test(x)||h},getPlatformVersion:function(){return b(this.match(k("(?:"+(this.is.blackberry?i:this.platform)+"|"+q+"|OS)[^\\d]+([\\d\\.\\_]+)","ig"),1))},getBrowser:function(){return this.test(B),this.test(A)||h},getFormFactor:function(){var a="";return a=this.is.msie?y:z,C[this.test(a)]||C.other},getBrowserVersion:function(){var a=this.browser,c="[\\/\\s]";return this.is.chrome&&this.is.ios?a="crios":this.is.opera?a=i:this.is.msie&&(a=a+g+"IEMobile"+g+"rv",c="[\\/\\:\\s]"),b(this.match(k("(?:"+a+g+i+")"+c+"([\\d\\.]+)","i"),1))},match:function(b,c){return a(b.exec(this.userAgent),c)||j},test:function(a){var b,c,d,e=this.userAgent;for(b in a)c=a[b].test(e),this.is[b]=this.is[b]||c&&!d,c&&!d&&(d=b);return d}},c}); window.getStartupDeviceTypeString = function() { return window.deviceBootstrap().formFactor; } document.querySelector('html').classList.add('device-' + getStartupDeviceTypeString()); </script> <!-- auth and entitlements --> <script src="https://www.mlbstatic.com/mlb.com/vendor/mlb-okta/mlb-okta.js"></script> <script> (function(window, document) { var adobePageParams = {}; var oktaCookie = document.cookie.match(/oktaid=([^;]+)/); if (oktaCookie) { adobePageParams['id.okta'] = oktaCookie[1]; } adobePageParams['at_property'] = "64bd9a62-f522-8775-9b0d-4984abae73c4"; window.targetPageParams = function() { return adobePageParams; }; })(window, document); </script> <script src="//www.mlbstatic.com/mlb.com/adobe-analytics/VisitorAPI.js"></script> <script> (function(window, document) { var oktaCookie = document.cookie.match(/oktaid=([^;]+)/); var AuthState = (window.Visitor && window.Visitor.AuthState) ? window.Visitor.AuthState.AUTHENTICATED : 0; if (oktaCookie && window.visitor) { window.visitor.setCustomerIDs({ okta: { id: oktaCookie[1], authState: AuthState }, oktaDuplicate: { id: oktaCookie[1], authState: AuthState } }); } })(window, document); </script> <script src="//www.mlbstatic.com/mlb.com/adobe-analytics/target/2.3.0/at.js"></script> <!-- CSS --> <link rel="stylesheet" href="//www.mlbstatic.com/style/en/t111-global-properties-t111-background-skins-t111-base-palette.css" /> <link rel="stylesheet" href="//builds.mlbstatic.com/mlb.com/builds/site-core/1729783027794/dist/styles/site.css"> <link rel="stylesheet" href="//builds.mlbstatic.com/mlb.com/sections/roster/builds/461176d63f52f110a3ba2d4c166b593ed69c7d41_1726068366/styles/index.css"> <script> 'use strict'; var pageTags = JSON.parse(document.querySelector('meta[name="page-tags"]').getAttribute('content')) || ''; var contentIdSKUMap = Object.keys(pageTags).reduce(function (obj, tag) { if (tag.indexOf('gate_sku_') === 0) { var sku = pageTags[tag]; var contentId = tag.replace('gate_sku_', ''); obj[contentId] = sku; } return obj; }, {}); if (Object.keys(contentIdSKUMap).length) { var gatedContentStyles = document.createElement('style'); gatedContentStyles.setAttribute('id', 'gated-content-styles'); document.head.appendChild(gatedContentStyles); var styleSheet = gatedContentStyles.sheet; Object.keys(contentIdSKUMap).forEach(function (item) { styleSheet.insertRule('[data-content-id=\'' + item + '\'] { display: none }', 0); }); var accessToken = window.mlbOkta.getToken('access_token').accessToken; var idToken = window.mlbOkta.getToken('id_token'); var oktaID = idToken.claims && idToken.claims.sub; if (!accessToken || !oktaID) { window.mlbOkta.redirectToLogin(); } var subsUrls = 'https://mlbbillingservices.mlb.com/customers/' + oktaID + '/subscriptions'; fetch(subsUrls, { headers: { Authorization: 'Bearer ' + accessToken, 'Content-Type': 'application/json' } }).then(function (res) { return res.text(); }).then(function (text) { return text.length ? JSON.parse(text) : []; }).then(function (subData) { var userSKUs = subData.map(function (sub) { var sku = sub.subscriptionItems && sub.subscriptionItems[0] ? sub.subscriptionItems[0].itemRef : null; return sku; }); var gatedItems = Object.keys(contentIdSKUMap).filter(function (item) { return userSKUs.indexOf(contentIdSKUMap[item]) > -1; }); gatedItems.forEach(function (item) { if (styleSheet.cssRules) { for (var i = 0; i < styleSheet.cssRules.length; i++) { if (styleSheet.cssRules[i].selectorText.indexOf(item) > -1) { styleSheet.deleteRule(i); } } } }); }).catch(function (err) { console.error(err); }); } </script> <script> 'use strict'; var pageTags = JSON.parse(document.querySelector('meta[name="page-tags"]').getAttribute('content')) || ''; var contentIdGeoMap = Object.keys(pageTags).reduce(function (obj, tag) { if (tag.indexOf('gate_geo_') === 0) { var geo = pageTags[tag]; var contentId = tag.replace('gate_geo_', ''); obj[contentId] = geo; } return obj; }, {}); function checkForLocaleMatches(locales, userCountry, userRegion) { return locales.some(function (locale) { var localeCountry = locale.substring(0, 2).toLowerCase(); var localeRegion = locale.substring(2).toLowerCase(); if (localeRegion) { if (userRegion === localeRegion && userCountry === localeCountry) { return true; } else { return false; } } if (localeCountry && userCountry === localeCountry) { return true; } return false; }); } if (Object.keys(contentIdGeoMap).length) { var gatedContentGeoStyles = document.createElement('style'); gatedContentGeoStyles.setAttribute('id', 'gated-content-geo-styles'); document.head.appendChild(gatedContentGeoStyles); var geoStyleSheet = gatedContentGeoStyles.sheet; Object.keys(contentIdGeoMap).forEach(function (item) { var instanceIds = item.split(','); instanceIds.forEach(function (id) { geoStyleSheet.insertRule('[data-content-id=\'' + id + '\'] { display: none }', 0); }); }); fetch('https://terra.mlb.com/', {}).then(function (res) { return res.text(); }).then(function (text) { return text.length ? JSON.parse(text) : {}; }).then(function (geoData) { var userCountry = geoData.countryCode && geoData.countryCode.toLowerCase(); var userRegion = geoData.geo && geoData.geo.regionCode && geoData.geo.regionCode.toLowerCase(); var showIds = []; var hideIds = []; Object.keys(contentIdGeoMap).forEach(function (item) { var geoTargets = contentIdGeoMap[item].split('_'); var instanceIds = item.split(','); if (geoTargets.indexOf('show') > -1) { var hideIndex = geoTargets.indexOf('hide'); var showIndex = geoTargets.indexOf('show'); var showLocales = geoTargets.slice(showIndex + 1, hideIndex > showIndex ? hideIndex : geoTargets.length); var hideLocales = hideIndex > -1 ? geoTargets.slice(hideIndex + 1, showIndex > hideIndex ? showIndex : geoTargets.length) : []; if (checkForLocaleMatches(hideLocales, userCountry, userRegion)) { hideIds = hideIds.concat(instanceIds); } else if (checkForLocaleMatches(showLocales, userCountry, userRegion)) { showIds = showIds.concat(instanceIds); } else { hideIds = hideIds.concat(instanceIds); } } else if (geoTargets.indexOf('hide') > -1) { var _hideLocales = geoTargets.slice(geoTargets.indexOf('hide') + 1, geoTargets.length); if (checkForLocaleMatches(_hideLocales, userCountry, userRegion)) { hideIds = hideIds.concat(instanceIds); } else { showIds = showIds.concat(instanceIds); } } }); showIds.forEach(function (item) { if (!(hideIds.indexOf(item) > -1)) { if (geoStyleSheet.cssRules) { for (var i = 0; i < geoStyleSheet.cssRules.length; i++) { if (geoStyleSheet.cssRules[i].selectorText.indexOf(item) > -1) { geoStyleSheet.deleteRule(i); } } } } }); }).catch(function (err) { console.error(err); }); } </script> <!-- paths to servers--> <script type="text/javascript"> (function(){ window.server_path = {"game_data":{"server":"http://statsapi.mlb.com","client":"https://statsapi.mlb.com","siteCode":"mlb"},"cms_data":{"server":"http://content.mlb.com","client":"https://content.mlb.com","app_geo_directory":"/mlb","fullPath":"https://content.mlb.com/mlb"},"cms_page_building_data":{"lambda":"http://pagebuilder.mlb.com/prod/v2/","server":"http://content.mlb.com","client":"https://content.mlb.com","app_geo_directory":"/mlb"},"cms_dapi":{"server":"https://dapi.cms.mlbinfra.com/v2/content","client":"https://dapi.cms.mlbinfra.com/v2/content"},"cms_vsm":{"server":"https://feen.cms.mlbinfra.com/cms/api/public","client":"https://feen.cms.mlbinfra.com/cms/api/public"},"cms_graphql":"https://graphql.cms.mlbinfra.com/graphql","data_graph":"https://data-graph.mlb.com/graphql","graphql_service":"https://content-service.mlb.com","form_service":"https://forms.mlbam.net/form-service","uistatic":"//builds.mlbstatic.com/mlb.com","mlbstatic":"//www.mlbstatic.com/mlb.com","milbstatic":"//prod-aws.milbstatic.com","uistatic_clubcss":"//css.mlbstatic.com/mlb.com","uistatic_video":"//www.mlbstatic.com/mlb.com","secure":"https://www.mlb.com","server":"https://www.mlb.com","search":{"server":"http://search-api.mlb.com","client":"https://search-api.mlb.com","app_geo_directory":"mlb_global"},"appnexus":"https://acdn.adnxs.com/prebid/c/mlb_prebidv1/pb.js","ticketing_client":{"server":"http://www.ticketing-client.com","client":"https://www.ticketing-client.com"},"box_office":{"client":"https://prod.boxoffice.mlb.com","id":"90RCFSl9MnvDFxJcwep+qQLNYIbUseoJxS39U_+b"},"authentication":{"okta_css":"https://www.mlbstatic.com/mlb.com/vendor/mlb-okta/css/okta-sign-in.min.css","okta_theme_css":"https://www.mlbstatic.com/mlb.com/vendor/mlb-okta/css/okta-widget.css","okta_script":"https://www.mlbstatic.com/mlb.com/vendor/mlb-okta/mlb-okta.js"},"mlbv1":{"https":"https://securea.mlb.com","http":"http://mlb.mlb.com"},"mlbv2":{"https":"https://msecurea.mlb.com","http":"http://m.mlb.com"},"lookup":{"server":"http://lookup-service-prod.mlb.com/json","client":"https://lookup-service-prod.mlb.com/json"},"stitch":"https://bdfed.stitch.mlbinfra.com"}; }()); </script> <!-- i18n dictionary--> <script type="text/javascript"> (function(){ window.i18n_dictionary = {"promotions_title":"Promotions & Giveaways","ticketing_ticket_info":"Ticket Info","view_all":"View All","latest_videos":"Latest Videos","stove_stats":"2024 Stats","team133_fullname":"Athletics","team133_location":"Athletics","label_watch_free":"Watch Free","label_watch_on":"Watch on:","app_standings_winter_seo_title":"Posiciones y r茅cord de los equipos en la Ligas Invernales en 2024 | Lidom, LVBP, LMP, LBPRC | Comod铆n | MLB.com","app_standings_winter_seo_description":"La tabla de posiciones oficial de las Ligas Invernales incluye Lidom, LBVP, LMP y LBPRC, en la temporada regular, comod铆n y postemporada.","ligas-invernales_scores_seo_description":"Resultados al momento de la Ligas Invernales, LIDOM, LBVP, LMP y LBPRC, juegos de hoy, los resultados de todos los partidos de la temporada 2024-25","ligas-invernales_scores_seo_title":"Marcadores de Ligas Invernales: Pizarra, Resultados, Partidos en vivo y Momentos Destacados de las Ligas Invernales como LIDOM, LVBP, LMP y LBPRC.","ligas-invernales_schedule_seo_description":"El calendario oficial de Las Ligas Invernales incluyendo LIDOM, LVBP, LMP and LBPRC, los lanzadores probables, Gameday e informaci贸n de postemporada 2024-25.","ligas-invernales_schedule_seo_title":"Calendario de B茅isbol | Horarios, Partidos, locales de la Liga Invernales incluyendo LIDOM, LVBP, LMP and LBPRC.","ligas-invernales_standings_seo_description":"La tabla de posiciones oficial de las Ligas Invernales incluye Lidom, LBVP, LMP y LBPRC, en la temporada regular, comod铆n y postemporada.","ligas-invernales_standings_seo_title":"Posiciones y r茅cord de los equipos en la Ligas Invernales en 2024 | Lidom, LVBP, LMP, LBPRC | Comod铆n | MLB.com","ligas-invernales_stats_seo_description":"La fuente oficial de estad铆sticas de jugadores individuales y de equipos, l铆deres de jonrones de Ligas Invernales, l铆deres de la liga y l铆deres en promedio de bateo, OPS y estad铆sticas","ligas-invernales_stats_seo_title":"Estad铆sticas Ligas Invernales | L铆deres Ligas Invernales","standings_wild_card_teams":"Wild Card Teams","standings_nav_wild_card":"Wild Card","postseason_wildcard":"Wild Card","reset":"Reset","label_tbd":"TBD","skip_to_content":"Skip to Content","app_standings_cape-cod-league_seo_title":"Cape Cod League Standings","app_standings_mexican_seo_title":"LMB Standings","app_standings_arizona-fall-league_seo_title":"Arizona Fall League Standings","app_standings_appalachian_seo_title":"Appalachian League Standings","standings_appalachian_seo_title":"Appalachian League Standings","standings_mlb-draft-league_seo_title":"MLB Draft League Standings","app_standings_mlb-draft-league_seo_description":"MLB Draft League Standings","app_standings_appalachain_seo_description":"Appalachian League Standings","app_standings_arizona-fall-league_seo_description":"Arizona Fall League Standings","app_standings_mexican_seo_description":"LMB Standings","label_gameType_W_565":"Championship","label_gameType_W_5536":"Championship","label_gameType_A_590":"All-Star Futures Game","label_listen_on":"Listen on:","draft_shp":"Switch-Handed Pitchers","button_video":"Video","amateur-scouting-league_scores_seo_title":"Amateur Scouting League Scores: Scoreboard, Results and Highlights","amateur-scouting-league_schedule_seo_title":"Amateur Scouting League Schedule | Amateur Scouting League","mlb_aboutads":"About Our Ads","ticketing_expand_details":"Expand for details","ticketing_at":"at","ticketing_available":"Available","ticketing_lowest_price":"Starting at","label_gameType_F":"Wild Card","cape-cod-league_schedule_seo_description":"The official schedule of the Cape Cod League including probable pitchers, Gameday, ticket and postseason information.","cape-cod-league_schedule_seo_title":"Baseball Schedule | Cape Cod League Schedule","cape-cod-league_scores_seo_description":"Get up-to-date Cape Cod League scores from today鈥檚 games, as well as scores from all the 2024 Cape Cod League season games.","cape-cod-league_scores_seo_title":"Cape Cod League Scores: Scoreboard, Results and Highlights","west-virginia_scores_seo_title":"West Virginia Black Bears Scores | West Virginia Black Bears","state-college_scores_seo_title":"State College Spikes Scores | State College Spikes","mahoning-valley_scores_seo_title":"Mahoning Valley Scrappers Scores | Mahoning Valley Scrappers","yarmouth-dennis_scores_seo_title":"Yarmouth-Dennis Red Sox Scores | Yarmouth-Dennis Red Sox","wareham_scores_seo_title":"Wareham Gatemen Scores | Wareham Gatemen","orleans_scores_seo_title":"Orleans Firebirds Scores | Orleans Firebirds","hyannis_scores_seo_title":"Hyannis Harbor Hawks Scores | Hyannis Harbor Hawks","harwich_scores_seo_title":"Harwich Mariners Scores | Harwich Mariners","falmouth_scores_seo_title":"Falmouth Commodores Scores | Falmouth Commodores","cotuit_scores_seo_title":"Cotuit Kettleers Scores | Cotuit Kettleers","chatham_scores_seo_title":"Chatham Anglers Scores | Chatham Anglers","bourne_scores_seo_title":"Bourne Braves Scores | Bourne Braves","brewster_scores_seo_title":"Brewster Whitecaps Scores | Brewster Whitecaps","williamsport_scores_seo_title":"Williamsport Crosscutters Scores | Williamsport Crosscutters","trenton_scores_seo_title":"Trenton Thunder Scores | Trenton Thunder","frederick_scores_seo_title":"Frederick Keys Scores | Frederick Keys","tri-state_scores_seo_title":"Tri-State Coal Cats Scores | Tri-State Coal Cats","pulaski_scores_seo_title":"Pulaski River Turtles Scores | Pulaski River Turtles","kingsport_scores_seo_title":"Kingsport Axmen Scores | Kingsport Axmen","johnson-city_scores_seo_title":"Johnson City Doughboys Scores | Johnson City Doughboys","greeneville_scores_seo_title":"Greeneville Flyboys Scores | Greeneville Flyboys","elizabethton_scores_seo_title":"Elizabethton River Riders Scores | Elizabethton River Riders","danville_scores_seo_title":"Danville Otterbots Scores | Danville Otterbots","burlington_scores_seo_title":"Burlington Sock Puppets Scores | Burlington Sock Puppets","bristol_scores_seo_title":"Bristol State Liners Scores | Bristol State Liners","bluefield_scores_seo_title":"Bluefield Ridge Runners Scores | Bluefield Ridge Runners","button_audio":"Audio","button_story":"Story","button_gameday":"Gameday","scores_message_nogames":"There are no games scheduled for the date selected.","label_gameType_W_120":"Appy League Championship","standings_header_vsALNL_tooltip":"Record vs. Interleague Teams","standings_header_vsW_tooltip":"Record vs. West (in league)","standings_header_vsC_tooltip":"Record vs. Central (in league)","standings_header_vsE_tooltip":"Record vs. East (in league)","standings_header_turf_tooltip":"Record when playing on turf","standings_header_grass_tooltip":"Record when playing on grass","standings_header_night_tooltip":"Record in night games","standings_header_day_tooltip":"Record in day games","standings_header_extras_tooltip":"Record in extra inning games","standings_header_500_tooltip":"Record against >.500 Teams","standings_header_away_tooltip":"Record when Away","view_less_ties":"View Less Ties","view_more_ties":"View More Ties","label_gameType_W_119":"AFL Championship","label_gameType_L_119":"AFL Play-In Semifinals","dnp":"Do Not Play","label_gameType_L":"League Championship Series","label_gameType_D":"Division Series","psPicture":"https://www.mlb.com/news/mlb-playoff-picture-and-bracket-2023","standings_nav_ps_picture":"Postseason Picture","my_follows_edit":"Edit","standings_nextgame":"Next Game","add_more_players_teams":"Add More Players & Teams ","ticketing_load_content":"We could not load all the content - please try again later.","ticketing_more_events":"More Events","lineup":"Lineup","label_tiebreaker":"{{winnerAbbreviation}} wins (tiebreaker)","label_tiebreaker_short":"{{winnerAbbreviation}} wins","draft_of":"of","draft_birthplace_column":"Birthplace","mlb-draft-league_schedule_seo_title":"Baseball Schedule | MLB Draft League Schedule","mlb-draft-league_scores_seo_title":"MLB Draft League Scores: Scoreboard, Results and Highlights","appalachian_schedule_seo_title":"Baseball Schedule | Appalachian League Schedule","appalachian_scores_seo_title":"Appalachian League Scores: Scoreboard, Results and Highlights","arizona-fall-league_schedule_seo_title":"Arizona Fall League Schedule | Arizona Fall League","arizona-fall-league_scores_seo_title":"Arizona Fall League Scores: Scoreboard, Results and Highlights","world-baseball-classic_schedule_seo_title":"World Baseball Classic Schedule","world-baseball-classic_scores_seo_title":"World Baseball Classic Scores: Scoreboard, Results and Highlights","milb_schedule_seo_title":"Baseball Schedule | MiLB Schedule","milb_scores_seo_title":"MiLB Scores: Scoreboard, Results and Highlights","club_scores_seo_title":"{{teamNickname}} Scores: Scoreboard, Results and Highlights","mlb_schedule_seo_title":"Baseball Schedule | MLB Schedule","mlb_scores_seo_title":"MLB Scores: Scoreboard, Results and Highlights","draft_collapse_information":"Collapse Information","draft_expand_information":"Expand Information","draft_open_for_more_information_on":"Open for more information on","draft_rk":"RK","draft_pk":"PK","mlb-draft-league_schedule_seo_description":"The Official Site of the MLB Draft League, a six-team baseball league featuring a split-season amateur-professional format.","game_firstpitch_scheduled":"First Pitch Scheduled","app_standings_mlb-draft-league_seo_title":"MLB Draft League Standings: Real-time baseball scores and highlights","mlb-draft-league_scores_seo_description":"Get up-to-date MLB Draft League scores from today鈥檚 games, as well as scores from all the 2023 MLB Draft League season games.","button_milbtv":"MiLB.TV","button_mlbtv":"MLB.TV","probables_stats":"Stats","game_status_cancelled":"Canceled","game_canc_reason":"Canceled: {{reason}}","ticketing_eventticket":"Event Ticket","ticketing_updategames":"Update Games","ticketing_buyticketsoffers":"Buy Tickets + Offers","button_tubi":"Watch on Tubi","ticketing_singlegameticket":"Single Game Ticket","ticketing_filters":"Filters","ticketing_xpomotionavailable":"X Promotion(s) Available","ticketing_reset":"Reset","ticketing_hideoffers":"Hide Offers","ticketing_includedwithticket":"Included With Ticket","label_tubi":"Tubi","label_watch_on_tubi":"Watch on Tubi","button_live_box":"Gameday","appalachian_schedule_seo_description":"The Official Site of the Appalachian League, a collegiate summer baseball league featuring the top rising college freshmen and sophomores as part of Major League Baseball and USA Baseball's Prospect Development Pipeline.","appalachian_scores_seo_description":"Get up-to-date Appalachian League scores from today鈥檚 games, as well as scores from all the 2023 Appy League season games.","mlb_scores_seo_description":"Get up-to-date MLB scores from today鈥檚 games, as well as scores from all the 2023 MLB season games.","ticketing_event_info":"Event Info","ticketing_more":"More","ticketing_section":"Section","ticketing_more_info":"More Info","ticketing_hide_promotion":"Hide Promotion","ticketing_day":"Day","date_saturday":"Saturday","date_wednesday":"Wednesday","ticketing_promotion":"Promotion","label_gameType_S":"Spring Training","button_watch_story":"Watch Story","game_status_top":"Top","game_status_bottom_abbrev":"Bot","game_status_postponed_abbrev":"PPD","game_status_postponed":"Postponed","game_status_cancelled_abbrev":"CANC","game_status_final":"Final","game_susp_short":"SUSP","game_status_delayed":"Delay","game_status_end":"End","label_gameType_W_160":"World Baseball Classic","label_gameType_W_159":"World Baseball Classic","label_gameType_L_159":"World Baseball Classic","label_gameType_L_160":"World Baseball Classic","label_gameType_D_159":"World Baseball Classic","label_gameType_D_160":"World Baseball Classic","button_game_story":"Game Story","label_gameType_W":"World Series","label_gameType_F_160":"World Baseball Classic","label_gameType_F_159":"World Baseball Classic","label_gameType_A":"All-Star Game","label_gameType_E":"Exhibition","label_gameType_R":"Regular Season","label_gameType_P":"Postseason","label_gameType_C":"Championship","label_gameType_N":"Nineteenth Century Series","label_gameType_I":"Intrasquad","label_world-baseball-classic":"World Baseball Classic","label_postseason_abbrev_W_104":"WS","label_postseason_abbrev_W_103":"WS","postseason_leadsseries":"{{teamAbbrev}} leads series {{wins}}-{{losses}}","label_gameday3d":"Gameday 3D","label_past_games":"Past Games","world-baseball-classic_scores_seo_description":"Get up-to-date World Baseball Classic scores.","world-baseball-classic_schedule_seo_description":"The official schedule of World Baseball Classic.","label_postseason_abbrev_W":"WS","label_postseason_abbrev_L_103":"ALCS","label_postseason_abbrev_L_104":"NLCS","label_postseason_abbrev_D_103":"ALDS","label_postseason_abbrev_D_104":"NLDS","label_postseason_abbrev_F_103":"ALWC","label_postseason_abbrev_F_104":"NLWC","label_game_abbrev":"G","postseason_ws":"WS","postseason_nlwc":"NLWC","postseason_alwc":"ALWC","postseason_nlds":"NLDS","postseason_alds":"ALDS","postseason_nlcs":"NLCS","postseason_alcs":"ALCS","label_postseason_schedule":"{{season}} Postseason Schedule","label_series":"Series","label_date":"Date","ps_schedule_game_abbreviated":"Gm","gameTypes_I":"Intrasquad","gameTypes_N":"Nineteenth Century Series","gameTypes_C":"Championship","draft_pass":"Passed","draft_birthplace":"Birthplace","draft_country":"Country","game_status_warmup_short":"Warmup","tickets_buy":"Buy Tickets","button_appletv":"Apple TV+","button_peacock":"Peacock","button_preview":"Preview","label_peacock":"Peacock","label_watch_on_peacock":"Watch on Peacock","peacock":"https://mlb.tv/peacock","draft_more_results":"Load More Results","news_more_info":"More Info","news_more":"More News","roster_label_viewmore":"View More Transactions","news_more_at":"Read more news at:","link_read_more":"Read more","news_read_more":"Read more","link_view_more":"Continue Reading","charts_label_hr_breakdown":"Home Run Breakdown","stats_homerun":"Home Runs","appletv":"https://apple.co/mlb","probables_rhp":"RHP","probables_lhp":"LHP","label_watch_on_appletv":"Watch on Apple TV+","game_time_tbd":"TBD","label_appletv":"Apple TV+","scores_probable_pitchers":"Probable Pitchers","stats_summary_springtraining":"{{year}} Spring Training","stats_summary_regularseason":"{{year}} Regular Season","stats_summary_postseason":"{{year}} Postseason","stats_gamesstarted_abbrev":"GS","stats_summary_regularseason_career":"Career Regular Season","stats_summary_springtraining_career":"Career Spring Training","stats_summary_postseason_career":"Career Postseason","summary_keyMoments":"Key Moments","roster_title":"Title","milb_schedule_seo_description":"The official schedule of Minor League Baseball including probable pitchers, Gameday, ticket and postseason information.","milb_scores_seo_description":"Get up-to-date MiLB scores from today鈥檚 games, as well as scores from all the MiLB season games.","navigation_sign_in":"Log In","aria_label_alert_close":"Close alert","ranking_25":"25th","ranking_27":"27th","ranking_26":"26th","ranking_23":"23rd","ranking_19":"19th","ranking_21":"21st","ranking_20":"20th","ranking_22":"22nd","ranking_24":"24th","ranking_16":"16th","ranking_18":"18th","ranking_17":"17th","ranking_15":"15th","ranking_14":"14th","ranking_13":"13th","ranking_10":"10th","ranking_8":"8th","ranking_11":"11th","ranking_12":"12th","ranking_9":"9th","ranking_7":"7th","ranking_5":"5th","ranking_4":"4th","ranking_2":"2nd","ranking_3":"3rd","ranking_6":"6th","ranking_1":"1st","stats_games_played":"Games Played","team114_fullname":"Cleveland Guardians","team114_nickname":"Guardians","game_status_replay":"Replay","game_status_warmup":"Warmup","game_status_suspended":"Suspended","sections_standings":"Standings","standings_club_seo_description":"The official Standings for the {{clubNickname}}","standings_club_seo_title":"{{clubNickname}} Standings","standings_club_year_seo_description":"The official {{year}} standings for the {{clubNickname}}","standings_club_year_seo_title":"{{year}} {{clubNickname}} Standings","standings_spring_seo_description":"The official Spring Training, Cactus and Grapefruit league standings for Major League Baseball","standings_spring_seo_title":"Spring Training Standings","standings_spring_year_seo_description":"The official {{year}} Spring Training, Cactus and Grapefruit league standings for Major League Baseball","standings_spring_year_seo_title":"{{year}} Spring Training Standings","standings_wildcard_year_seo_description":"The official {{year}} Wild Card standings for Major League Baseball","standings_wildcard_year_seo_title":"{{year}} Wild Card Standings","standings_wildcard_seo_description":"The official Wild Card standings for Major League Baseball","standings_wildcard_seo_title":"Wild Card Standings","standings_seo_description":"The official standings for Major League Baseball","standings_seo_title":"Baseball Standings","standings_year_seo_description":"The official {{year}} standings for Major League Baseball","standings_year_seo_title":"{{year}} Baseball Standings","standings_mlb_seo_description":"The official standings for Major League Baseball","unit_time_just_now":"Just now","unit_time_secs":"Secs","standings_1981_note":"Due to the strike in 1981, the season was split into two halves and playoff seedings were determined using the winners from each half.","label_game_coverage":"News","stats_bvp":"Batter vs. Pitcher","player_page_career_advanced_stats":"Advanced Career Stats","search_card_tbd":"TBD","postseason_series_begins_short":"Begins","control_bar_edit_text":"Edit Teams & Players","control_bar_add_text":"Follow Teams & Players","following":"Following","follow":"Follow","stats_completegames_abbrev":"CG","button_following":"Following","button_follow":"Follow","search_card_next_game":"Next Game","search_team_card_game_leading":"The {team} are beating the {opponent} {teamScore}-{opponentScore} in the {inningOrdinal} inning.","search_team_card_game_trailing":"The {team} are trailing the {opponent} {teamScore}-{opponentScore} in the {inningOrdinal} inning.","search_team_card_game_tied":"The {team} and {opponent} are tied {teamScore}-{opponentScore} in the {inningOrdinal} inning.","search_team_card_game_cta":"Watch Live","search_card_photo_career_stats":"Career Stats","search_card_photo_postseason_stats":"Postseason Stats","search_card_photo_spring_training_stats":"Spring Training Stats","search_card_photo_stats":"Stats","search_card_last_game":"Last Game","search_card_live":"Live","search_team_card_game_suspended":"Suspended","search_follow":"Follow","search_following":"Following","search_official_site":"Official Site","search_my_favorite":"My Favorite","game_susp_completion_on_date":"Completion of game suspended on {{date}}","roster_pitchers":"Pitchers","game_oneout":"1 Out","game_twoouts":"2 Outs","game_noouts":"0 Outs","game_threeouts":"3 Outs","label_postseason_team_comparison":"Postseason Team Comparison","standings_ranking_5":"5th","standings_ranking_4":"4th","standings_ranking_3":"3rd","standings_ranking_2":"2nd","standings_ranking_1":"1st","division_nl_west":"NL West","division_nl_east":"NL East","division_nl_central":"NL Central","division_al_west":"AL West","division_al_central":"AL Central","division_al_east":"AL East","label_top_performers":"Top Performers","label_key_moments":"Key Moments","game_out":"Out","game_outs":"Outs","game_firstpitch":"First Pitch","game_status_bottom":"Bottom","label_news":"News","button_more_highlights":"More highlights from this game","label_alltime":"All-Time","label_team_comparison":"Team Comparison","label_game":"Game","game":"Game","label_season":"Season ","stats_stolenbases":"Stolen Bases","stats_runsbattedin":"Runs Batted In","stats_runs":"Runs","stats_battingaverage":"Batting Average","stats_whip_abbrev":"WHIP","stats_earnedrunaverage":"Earned Run Average","stats_strikeouts":"Strikeouts","stats_saves":"Saves","stats_pitching_short":"Pitching","stats_sortable":"Sortable Stats","stats_wins":"Wins","labelBrief_e":"E","labelBrief_lob":"LOB","button_plays":"Plays","button_play":"Play","button_wrap":"Wrap","button_boxscore":"Box Score","button_box":"Box","favorite_team":"Favorite Team","click_for_all_follows":"Click to display all follows","followed_team":"Followed Team","followed_player":"Followed Player","ticketing_buy_now":"Buy Now","draft_tracker":"Draft Tracker","search_card_legend_z":"Clinched Division and Best Record in League","search_card_legend_y":"Clinched Division","search_card_legend_x":"Clinched Playoff Berth","search_card_legend_w":"Clinched Wild Card","time_zone_mountain_abbrev":"MT","page":"Page","roster_twp":"Two-Way Players","roster_coachingstaff":"Coaching Staff","roster_managerandcoaches":"Manager & Coaches","player_dob":"DOB","roster_minors":"Minors","draft_twoway_players":"Two-Way Players","mlbtvfreegameoftheday":"MLB.TV Free Game of the Day","freegameoftheday":"Free Game of the Day","mlb-in-this-content":"Tags","lightbox_title":"Watch. Create. Share.","share":"Share","lightbox_description":"Step into MLB's new video library with over 3 million clips.","mlb-in-this-story":"In this story","mlb-in-this-video":"In this video","search_card_complete_stats":"Complete Stats","shop_gear":"SHOP GEAR","search_data_viz_pitcher":"Zone - Batting Avg {years}","search_data_viz_hitter":"Spray Chart - Home Runs {years}","year_stats_L":"${year} LCS","year_stats_F":"${year} Wild Card","year_stats_D":"${year} Division Series","year_stats_W":"${year} World Series","year_stats_P":"${year} Postseason","year_stats_S":"${year} Spring Training","year_stats_R":"${year} Stats","year_stats":"{{year}} Stats","postseason_leagueseries_abbrev":"LCS","postseason_divisionseries_abbrev":"DS","postseason_wildcard_abbrev":"WC","search_card_table_ip_abbrev":"IP","search_no_results":"We鈥檙e sorry, we couldn鈥檛 find any results for","search_card_high_school":"High School","search_card_hall_of_fame":"Hall of Fame","search_card_college":"College","search_card_table_ab_abbrev":"AB","search_card_death":"Death","search_card_draft":"Draft","search_just_published":"Just Published","search_card_table_pct_abbrev":"PCT","search_card_table_gb_abbrev":"GB","search_sort_by_relevancy":"By Relevancy","search_card_table_career_stats":"MLB Career","search_card_table_spring_training":"Spring Training","search_card_table_postseason":"Postseason","search_card_shop_player_gear":"Shop {playerLastName} Gear","search_card_table_year":"Year","search_result_for":"result for","season_stats":"Season Stats","search_card_table_whip_abbrev":"WHIP","search_card_table_so_abbrev":"SO","search_card_table_era_abbrev":"ERA","search_card_table_l_abbrev":"L","search_card_table_w_abbrev":"W","search_card_table_ops_abbrev":"OPS","search_card_table_avg_abbrev":"AVG","search_card_table_sb_abbrev":"SB","search_card_table_rbi_abbrev":"RBI","search_card_table_hr_abbrev":"HR","search_card_table_sv_abbrev":"SV","search_card_table_runs_abbrev":"R","search_card_player_bio_stats":"{playerFullName} Full Bio & Stats","search_card_team_tickets":"{teamNickname} Tickets","search_pagination_more_results":"More Results","search_pagination_next":"Next","search_pagination_previous":"Previous","search_shop_carousel_player_header":"Shop {playerFullName} Gear","search_shop_carousel_team_header":"Shop {teamFullName} Gear","search_card_team_shop":"{teamNickname} Shop","search_card_debut":"Debut","search_card_born":"Born","search_sort_by_oldest":"By Oldest","search_sort_by_newest":"By Newest","search_filter_news":"News","search_filter_all":"All","search_results_for":"results for","search_filter_videos":"Videos","search_header_suggested":"Suggested","search_search_button":"Search","search_search_input_placeholder":"What are you looking for?","search_header_players":"Players","search_header_teams":"Teams","freegameoftheday_short":"Watch Free","label_sort_order_toggle":"Sort Order Toggle","game_delay_reason":"Delay: {{reason}}","date_next_month":"Next Month","date_view_year_x":"View year {{year}}","date_view_all_years":"View all years","date_prev_month":"Previous Month","pitching_abbrev":"P","label_drag_toggle":"Drag Toggle","label_stats_table":"Stats Table","bracket_label":"Bracket","schedule_by_series":"By Series","navigation_account":"Account","label_if_necessary":"if necessary","button_full_schedule":"Full Schedule","more_information":"More Information","draft_organism_copy":"Watch the 2020 MLB Draft LIVE on MLB Network, ESPN at 7 ET","stats_shutouts":"Shutouts","stats_pickoffs":"Pickoffs","team141_fullname":"Toronto Blue Jays","watchlive":"Watch live","game_perfectgame":"Perfect Gm.","schedule_message_nogames_all_dates":"There are no games scheduled for the dates selected.","game_status_middle":"Middle","schedule_message_nogames":"There are no games scheduled for this date.","mlb_schedule_seo_description":"The official schedule of Major League Baseball including probable pitchers, Gameday, ticket and postseason information.","game_status_final_abbrev":"F/{{numInnings}}","versus_abbrev":"vs","roster_bullpen":"Bullpen","roster_rotation":"Rotation","roster_nonroster":"Non-Roster","roster_40man":"40-Man","roster_depthchart":"Depth Chart","roster_active":"Active","roster_nonroster_seo_description":"{{fullClubName}} Non Roster Invitees.","roster_coaches_seo_description":"{{fullClubName}} Coaching Staff.","roster_depthchart_seo_title":"Depth Chart","roster_active_seo_title":"Active Roster","roster_40man_seo_title":"40-Man Roster","roster_nonroster_seo_title":"Non-Roster Invitees","roster_coaches_seo_title":"Coaches","roster_transactions_seo_title":"Transactions","roster_transactions_seo_description":"The latest moves, trades, and transactions from the {{fullClubName}}.","roster_active_seo_description":"{{fullClubName}} Active Team Roster.","roster_depthchart_seo_description":"{{fullClubName}} Depth Chart.","roster_40man_seo_description":"{{fullClubName}} 40 Man Team Roster.","roster_position":"Position","roster_date":"Date","date_january":"January","date_february":"February","date_march":"March","date_april":"April","date_may":"May","date_june":"June","date_july":"July","date_august":"August","date_september":"September","date_october":"October","date_november":"November","date_december":"December","game_position_dh":"Designated Hitter","game_position_rf":"Right Field","game_position_cf":"Center Field","game_position_lf":"Left Field","game_position_ss":"Shortstop","game_position_3b":"Third Base","game_position_2b":"Second Base","game_position_c":"Catcher","game_position_1b":"First Base","roster_outfielders":"Outfielders","roster_infielders":"Infielders","roster_catchers":"Catchers","roster_bats_throws":"B/T","player_weight":"Wt","player_height":"Ht","roster_team":"Team","roster_player":"Player","roster_coach_hitting":"Hitting Coach","roster_coach_pitching":"Pitching Coach","roster_coach_thirdbase":"Third Base Coach","roster_coach_assistanthitting":"Assistant Hitting Coach","roster_coach_firstbase":"First Base Coach","roster_coach_bench":"Bench Coach","roster_coach_bullpen":"Bullpen Coach","roster_coach_infield":"Infield Coach","roster_bullpencatcher":"Bullpen Catcher","roster_coach_catching":"Catching Coach","roster_specialassistant":"Special Assistant","roster_instructor_baserunningoutfield":"Baserunning/Outfield and First Base Coach","roster_trainer":"Athletic Trainer","roster_security_team":"Team Security","roster_director_profscouting":"Director of Professional Scouting","roster_minorleague_hittingcoord":"Minor League Hitting Coordinator","roster_manager":"Manager","roster_director_teamtravel":"Director, Team Travel and Player Services","roster_minorleague_pitchingcoord":"Minor League Pitching Coordinator","roster_baseballoperationsasst":"Baseball Operations Assistant","roster_physician_head":"Head Team Physician","roster_physician_senior_orthopedics":"Senior Advisor of Orthopedics","roster_instructor_catching":"Catching/Defensive Positioning","roster_scout":"Scout","roster_security_execdirector":"Executive Director, Team Security","roster_specialassistant_gm":"Special Assistant to the General Manager","roster_videocoordinator":"Video Coordinator","roster_trainer_asst":"Assistant Athletic Trainer","roster_trainer_head":"Head Athletic Trainer","roster_equipmentmanager":"Equipment Manager","roster_director_mentalconditioning":"Director of Mental Conditioning","roster_clubhousemanager":"Clubhouse Manager","roster_trainer_massagetherapist":"Massage Therapist","roster_generalmanager":"General Manager","roster_trainer_stregnthandconditioning":"Strength and Conditioning Coordinator","roster_managerscoaches":"Manager & Coaches","roster_label_transactions":"Transactions","roster_label_transaction":"Transaction","roster_coaches":"Coaches","roster_staff":"Staff","roster_label_page":"Roster & Staff","game_nohitter":"No-Hitter","game_perfectgame_long":"Perfect Game","player_live":"Live","button_tickets":"Tickets","scores_fullscoreboard":"Full Scoreboard","date_december_abbrev":"dec","date_november_abbrev":"nov","date_october_abbrev":"oct","date_september_abbrev":"sep","date_august_abbrev":"aug","date_july_abbrev":"jul","date_june_abbrev":"jun","date_may_abbrev":"may","date_april_abbrev":"apr","date_march_abbrev":"mar","date_february_abbrev":"feb","date_january_abbrev":"jan","date_sunday_abbrev":"sun","date_friday_abbrev":"fri","date_thursday_abbrev":"thu","date_tuesday_abbrev":"tue","date_monday_abbrev":"mon","date_today":"Today","schedule_label":"Schedule","game_status_date":"Date","date_wednesday_abbrev":"wed","date_saturday_abbrev":"sat","club_scores_seo_description":"The official scoreboard of the {{fullClubName}} including Gameday, video, highlights and box score.","postseason_seriestied":"Series tied at {{wins}}","postseason_winsseries":"{{teamAbbrev}} wins series {{wins}}-{{losses}}","game_ppd_makeup_of":"Makeup of {{date}}","game_delay_start_short":"DEL","game_delay_short":"DEL","game_ppd_short":"PPD","game_canc_short":"CANC","game_susp_completion_on_date_short":"Completion of {{date}} game","game_canc_reason_short":"CANC: {{reason}}","game_ppd_reason_short":"PPD: {{reason}}","game_susp_reason_short":"SUSP: {{reason}}","game_delay_reason_short":"DEL: {{reason}}","game_delay_start_reason_short":"DEL: {{reason}}","game_ppd_reason":"Postponed: {{reason}}","game_susp_completed_on_date":"Completed on {{date}}","game_delay_start_reason":"Delayed Start: {{reason}}","game_ppd_makeup_date":"Makeup on {{date}}","game_susp_to_be_completed":"To be completed on {{date}}","game_susp_reason":"Suspended: {{reason}}","time_zone_pacific_short":"Pacific","time_zone_mountain_short":"Mountain","time_zone_central_short":"Central","time_zone_eastern_short":"Eastern","scores_message_times":"All Times {{shortTimeZoneName}}. Subject to change.","club_schedule_seo_title":"{{teamNickname}} Schedule","club_schedule_seo_description":"The official schedule of the {{fullClubName}}, including home and away schedule and promotions.","scores_seo_title":"MLB Scores | Baseball Scores","scores_seo_description":"The official source for scores, previews, recaps, boxscores, video highlights, and more from every Major League Baseball game.","schedule_probable_starter_is":"{{awayTeam}} probable starter is {{awayPItcher}}. {{homeTeam}} probable starter is {{homePItcher}}","game_panel_live":"Live","schedule_is_batting_against":"{{currentBatter}} is batting against {{currentPitcher}}","schedule_game_starts_at":"Game starts at {{gametime}}","button_video_watch_highlight":"Watch highlights","game_panel_delayed":"Delayed","game_panel_ppd":"PPD","game_panel_final":"Final","game_panel_rain_delay":"Rain Delay","draftkings_presented":"presented by","game_panel_preview":"Preview","stove_all_roster_moves":"All Roster Moves","season_type_regularseason_abbreviated":"Reg. Season","draftkings_showdown":"MLB SHOWDOWN","stove_no_records":"No Results","stove_pos":"Pos","stove_all_teams":"All Teams","stats_nav_dropdown_year_alltimetotals_alltime":"All Time Totals - All-Time","stats_nav_league_al":"AL","stats_nav_dropdown_year_alltimetotals_active":"All Time Totals - Active","stats_nav_league_nl":"NL","stats_nav_league_mlb":"MLB","stats_nav_dropdown_year_alltimeseason_alltime":"All Time by Year - All-Time","stove_era":"ERA","stove_so":"SO","stove_notes":"Notes","ps_schedule_round_alchampionshipseries":"ALCS","stove_prev":"Prev","ps_schedule_round_worldseries":"World Series","stats_nav_players":"Players","ps_schedule_round_nltiebreaker":"NL Tiebreaker","ps_schedule_round_altiebreaker":"AL Tiebreaker","stove_next":"Next","player_page_nostats":"No stats available","stats_nav_dropdown_year_alltimeseason_active":"All Time by Year - Active","stats_nav_statcast":"Statcast","stove_header":"MLB Free Agent & Hot Stove Tracker","stats_nav_pitching":"Pitching","stove_hr":"HR","stove_rbi":"RBI","stats_nav_hitting":"Hitting","stove_avg":"AVG","stats_nav_teams":"Teams","stove_transaction_date":"Transaction Date","stove_clear":"Clear","stove_position":"Position","stove_new_team":"New Team","stove_former_team":"Former Teams","stove_status":"Status","stove_moves_by_team":"Player Moves By Team","stove_change_status":"Player Change Status","stove_spotlight":"Spotlight","ps_schedule_round_nlchampionshipseries":"NLCS","ps_schedule_round_nldivisionseries":"NLDS","ps_schedule_round_aldivisionseries":"ALDS","ps_schedule_round_nlwildcard":"NL Wild Card","ps_schedule_round_alwildcard":"AL Wild Card","ps_schedule_scheduleheader":"Schedule","schedule_by_date":"By Date","ps_schedule_past_games":"Past Games","game_status_chal":"Chal","accessibility_footer_link":"MLB.com","probables_stats_five_years":"* Stats aggregated over the past 5 years","status_res":"Reserve List (Minors) ","mini_scoreboard_heading_allscores":"All Scores","status_ti":"Temporary Inactive List ","status_ra":"Rehab Assignment","status_mil":"Military Leave ","status_ret":"Voluntarily Retired List ","status_asg":"Assigned to New Team/Level ","status_bn":"Banned","player_total":"Total","status_rst":"Restricted List ","status_in":"Ineligible List ","submit":"Submit","status_a":"Active","status_su":"Suspended # days ","login":"Login","status_claimed":"Claimed","status_brv":"Bereavement List ","status_dec":"Deceased","status_des":"Designated for Assignment ","status_fa":"Free Agent","status_rl":"Released","status_tr":"Traded","status_wa":"Waived ","status_pl":"Paternity List ","status_min":"Minor League Contract ","status_nri":"Non-Roster Invitee ","status_fme":"Family Medical Emergency ","status_rm":"Reassigned to Minors ","status_d60":"Injured 60-Day ","status_d15":"Injured 15-Day ","status_d10":"Injured 10-Day ","status_d7":"Injured 7-Day ","probables_stats_list_view":"Player Stats Available in List View","media_center_timezone_meta":"All times {{timezonename}}. Subject to Change.","bio_label_view_more_info":"View More Bio Info","stats_last_five_year_label":"Last 5 years","roster_active_player_search":"Active Player Search","stats_post_allstar":"Post All-Star ","bio_label_follow":"Follow","stats_vsright":"vs. Right","bio_label_died":"Died","stats_games_night":"Night Games","bio_label_fullname":"Fullname","stats_ongrass":"On Grass","stats_games_away":"Away Games","bio_label_relationships":"Relationship(s)","bio_label_born":"Born","bio_label_nickname":"Nickname","stats_games_day":"Day Games","stats_pre_allstar":"Pre All-Star ","stats_games_home":"Home Games","bio_label_highschool":"High School","bio_label_college":"College","stats_onturf":"On Turf","stats_vsleft":"vs. Left","bio_label_in":"in","player_fantasy":"Fantasy","bio_label_pronunciation":"Pronunciation","player_view_less_rankings":"View Less Rankings","player_rank":"Rank","player_league_rankings":"League Rankings","player_view_more_rankings":"View More Rankings","draft_video":"Video","news_label_viewmore_videos":"View More Videos","player_shop":"Shop","player_awards":"Awards","distant_relative_of ":"distant relative of ","player_stats":"Stats","daughter_of ":"daughter of ","sister_of ":"sister of ","nephew_of":"nephew of ","grand_nephew_of":"grand nephew of","cousin_of ":"primo de","grand_uncle_of":"grand uncle of","uncle_of":"uncle of","half-brother_of ":"half-brother of ","sister":"sister","father_of":"father of","brother-in-law_of ":"brother-in-law of ","great_grandfather_of":"great grandfather of ","son-in-law_of ":"son-in-law of ","distant_relative":"distant relative","half-brother ":"half-brother ","daughter":"daughter","great_grandson ":"great grandson","brother_-_twin":"brother-twin","brother":"brother","grand_nephew":"grand nephew","father-in-law_of ":"father-in-law of ","grandson_of":"grandson of","brother-in-law ":"brother-in-law ","brother_of ":"brother of ","grandfather_of":"grandfather of ","grand_uncle":"grand uncle","son_of":"son of","great_grandson_of":"great grandson of","nephew":"nephew","cousin":"cousin","brother_-_twin_of ":"brother-twin of ","uncle":"uncle","great_grandfather ":"great grandfather ","son-in-law ":"son-in-law ","grandson":"grandson","father-in-law ":"father-in-law ","son":"son","father":"father","player_page_career_statcast":"Statcast","grandfather":"grandfather","player_page_career_stats":"Career Stats","charts_label_view_more_charts":"View More Charts","charts_label_exit_velocity_against":"Exit Velocity Against","charts_label_exit_velocity":"Exit Velocity","charts_label_batting_avg_against":"Batting Avg Against","charts_label_basehitsbreakdown":"Base Hits Breakdown","charts_label_pitchbreakdown":"Pitch Breakdown","player_page_charts_catcher_perspective":"Catcher Perspective","player_page_charts":"Charts","player_page_charts_zonecharts":"Zone Charts","draft_next":"Next","draft_rd":"Rd","draft_age":"Age","draft_draft_tracker":"Draft Tracker","draft_last":"Last","draft_on_clock":"On the Clock","gdpr_i_agree3":"You can request a copy of your personal information held by MLB at any time. Should you have any complaints about our use and storage of your personal information, you can direct them to your country's data protection authority.","player_page_avg_pitch_speed":"Avg Pitch Speed (mph)","player_page_avg_height":"Avg Height (feet)","gdpr_first_opt":"I agree to the Terms of Use and Privacy Policy for this transaction.","gdpr_i_agree":"By agreeing to any of the above terms, you are agreeing that your personal information will be collected, stored and processed in the United States on behalf of MLB. We provide appropriate security to your personal information. ","player_page_avg_exit_velocity":"Avg Exit Velocity (mph)","gdpr_i_agree4":"If you have any questions, please contact us by postal mail at MLB Advanced Media, 75 Ninth Avenue, 5th Floor, New York, NY 10011 USA, or by email at privacy@website.mlb.com.","gdpr_i_agree2":"You can opt out of receiving communications at any time, all pursuant to the Privacy Policy. You can request the modification or deletion of your personal information from MLB's records at any time.","player_page_avg_hr_distance":"Avg HR Distance (feet)","announcement_developing_story":"Developing Story","datepicker_month":"Month","player_page_avg_gen_velocity":"Avg Gen Velocity (mph)","datepicker_next_day":"Next Day","player_page_avg_perceived_speed":"Avg Perceived Speed (mph)","datepicker_calendar":"Select Date","datepicker_year":"Year","player_page_avg_extension":"Avg Extension (feet)","draft_watch_on":"Watch On","player_page_pitch_type":"Pitch Type","player_page_statcast_avg":"Statcast Averages","header_alt_text":"Major League Baseball","stats_mlb_springtraining":"Spring Training Stats","player_page_PA":"PA","player_page_avg_launch_angle":"Avg Launch Angle (deg)","datepicker_previous_day":"Previous Day","gdpr_second_opt":"Please use my personal information to send me messages about the Major League Baseball companies' (MLB) products and services.","player_page_avg_spin_rate":"Avg Spin Rate (rpm)","announcement_right_now":"Right Now","stats_mlb_springtraining_career":"Spring Training Career Stats","stats_label_wins_losses":"W-L","announcement_breaking_news":"Breaking News","batside_switch":"S","button_fgow":"FB-WATCH","batside_left":"L","button_fgow_L":"MLB Live on Facebook Watch","fbgotw":"MLB Live on Facebook Watch","past_lineups":"Past Lineups","batside_right":"R","starting_lineups":"Starting Lineups","search_cut_four":"Cut4","search_video_title":"Video","search_article":"Article","search_all":"All","search_previous":"Previous","search":"Search","search_press_release":"Press Release","probables_roster":"Roster","search_next":"Next","probables_last_three_starts_of":"Last 3 starts of","probables_view_matchup":"View Matchup By Clicking on a Game","probables_at":"At","probables_tickets":"Tickets","probables_preview":"Preview","probables_view":"View","probables_close":"Close","cutfour_more_from":"More from","cutfour_follow":"Follow Cut4","cutfour_up_next":"Up Next","cutfour_load_more":"Load More","cutfour_related":"Related","cutfour_at":"at","cutfour_topics":"Topics in this article","cutfour_players":"Players in this article","cutfour_teams":"Teams in this article","pw_lhp":"Left-handed Pitcher","standings_vs_east":"East","standings_last_updated":"Last updated:","standings_tie_at":"at","standings_header_runs_allowed_tooltip":"Runs Allowed","unit_time_hrs":"Hrs","standings_vs_west":"West","news_view":"View","ticketing_subject_tochange":"All times {{timezonename}}. Subject to change.","pw_preseason":"Preseason","unit_time_mins":"Mins","standings_tie_games_blurb":"Tie games do not count towards standings calculations","ticketing_clear_filters":"There are no events that meet your filter criteria. Clear filters to view events.","unit_time_days":"Days","standings_1981_note2":"The first half began on April 9 and ended June 11, while the second half started on August 10 and ended October 4. Overall standings are presented here for reference but were not used to determine playoff berths.","pw_current":"Current","ticketing_promotions":"Promotions","ticketing_price":"Price","pw_year":"Year","ticketing_presented_by":"Presented by","pw_midseason":"Midseason","standings_vs_central":"Central","standings_header_runs_scored_tooltip":"Runs Scored","standings_tie_games":"Tie Games","pw_rhp":"Right-handed Pitcher","pw_prospects":"100 Prospects","pw_position":"10 by Position","pw_pdp":"PDP","pw_international":"30 International","pw_draft":"200 Draft","pw_by_team":"30 by Team","pw_shortstop":"Shortstop","pw_outfield":"Outfielder","news_by_byline":"By","ticketing_events_unavailable":"This offer's events are currently unavailable. Please try again later.","ticketing_ticket_details":"Ticket Details","ticketing_seating_area":"Seating Area","ticketing_something_wrong":"Something went wrong. Please check back.","ticketing_tickets_unavailable":"Tickets are currently unavailable. Please check back later.","ticketing_loading":"Loading","schedule_important_dates":"Important Dates","ticketing_pricing_error":"Pricing currently not available. Please check back later.","ticketing_night":"Night","ticketing_clear_all":"Clear All","schedule_postseason_grid":"Postseason Grid","ticketing_time":"Time","ticketing_error_message":"Ticket information currently not available. Please check back later.","ticketing_opponent":"Opponent","ticketing_month":"Month","ticketing_ticket_offer":"Ticket Offer","ticketing_game_highlight":"Game Highlight","ticketing_featured_price":"Featured Price","ps_schedule_footer1":"All games telecast on MLB Network, TBS and FOX will be available to MLB.TV subscribers who are authenticated subscribers to the applicable network through a participating pay TV provider.","stats_minors_career":"Minors Career","stats_fieldingperc_abbrev":"FPCT","stats_mlb_career_short":"MLB Career","ps_schedule_footer2":"ESPN Radio will provide live national coverage of all 2017 MLB Postseason games, including the Wild Card Games.","ps_scores_watch_live":"Watch Live","jays_schedule_footer1":"All games telecast on MLB Network, TBS and FOX will be available to MLB.TV subscribers who are authenticated subscribers to the applicable network through a participating pay TV provider.","schedule_if_necessary":"*if necessary","ticketing_view_pricing":"View Pricing","ticketing_less_events":"Less Events","stats_league":"League","stats_position":"Position","player_mlb":"MLB","stats_doubleplays_abbrev":"DP","stats_assists_abbrev":"A","stats_passedballs_abbrev":"PB","stats_league_abbrev":"LG","ps_al_tiebreaker":"AL Tiebreaker","clubscores_message_timezone":"All Times {{timezonename}}. Game times subject to change","date_tonight":"Tonight","stats_fieldingperc_short":"Fielding %","ps_scores_watch_on":"Watch On","stats_pitchestostrikes_abbrev":"NP-S","jays_schedule_footer2":"ESPN Radio will provide live national coverage of all 2017 MLB Postseason games, including the Wild Card Games.","schedule_printable_header":"MLB {{season}} Schedule","ps_nl_tiebreaker":"NL Tiebreaker","stats_position_abbrev":"POS","stats_pitchestostrikes":"Number of Pitches-Strikes","postseason_score_round_header_W":"WORLD SERIES","postseason_score_round_header_D":"DIVISION SERIES","postseason_score_round_header_L":"CHAMPIONSHIP SERIES","postseason_score_round_header_F":"WILD CARD","news_subject_approval":"This story was not subject to the approval of Major League Baseball or its clubs.","news_posted_time":"Posted at","news_game_coverage":"View Full Game Coverage","postseason_score_round_header_R":"TIEBREAKER","ps_tune_in":"Postseason Bracket and Schedule","news_posted_date":"Posted","division_leader_abbrev_205":"C-","division_name_short_201":"East","division_name_short_203":"West","schedule_message_times":"All Times Eastern","news_article_printed":"This article was printed from mlb, originally published","news_posted_from_now":"Posted","division_name_short_205":"Central","schedule_noGamesScheduled":"No games are scheduled for today.","division_name_short_204":"East","division_leader_abbrev_203":"W-","league_114":"Cactus League","away_pitcher":"Away Pitcher","division_name_short_202":"Central","standings_clinched_league_bestrecord":"Clinched Best Record in League","schedule_gametype_exhibition":"Exhibition","division_leader_abbrev_201":"E-","division_leader_abbrev_202":"C-","league_name_short_115":"Grapefruit","schedule_gametype_specialEvents":"Special Events","standings_team":"Team","home_pitcher":"Home Pitcher","league_115":"Grapefruit League","standings_clinched_league":"Clinched League","division_leader_abbrev_200":"W-","scores_pitchingChange":"Pitching Change","division_name_short_200":"West","division_leader_abbrev_204":"E-","ps_scores_full_coverage":"Full Postseason Coverage","league_name_short_114":"Cactus","schedule_gametype_regSeason":"Regular Season","schedule_gametype_springTraining":"Spring Training","schedule_gametype_postseason":"Postseason","schedule_gametype_asg":"All-Star Game","schedule_game_information":"Game times subject to change","schedule_seo_page_description_date":"The official schedule of Major League Baseball including probable pitchers, Gameday, ticket and postseason information.","schedule_seo_page_title_date":"{{date}} Baseball Schedule","schedule_seo_page_description":"The official schedule of Major League Baseball including probable pitchers, Gameday, ticket and postseason information.","schedule_club_dropdown":"Team","schedule_seo_page_title":"Baseball Schedule","standings_header_elim_number_tooltip":"Elimination Number. E# values are mathematical calculations and do not take tiebreakers or remaining schedules into account","standings_advanced_year_seo_title":"{{year}} Baseball Standings","standings_advanced_seo_title":"Baseball Standings","standings_advanced_year_seo_description":"The official {{year}} standings for Major League Baseball.","standings_spring_league_seo_description":"The official Spring Training, Cactus and Grapefruit league standings for Major League Baseball.","standings_mlb_seo_title":"Baseball Standings","standings_mlb_year_seo_description":"The official {{year}} standings for Major League Baseball.","standings_spring_league_year_seo_description":"The official {{year}} Spring Training, Cactus and Grapefruit league standings for Major League Baseball.","standings_advanced_seo_description":"The official standings for Major League Baseball.","standings_spring_league_seo_title":"Spring Training Standings","standings_spring_league_year_seo_title":"{{year}} Spring Training Standings","standings_mlb_year_seo_title":"{{year}} Baseball Standings","standings_wildcardmessage2":"The top two Wild Card teams from each league make the postseason and play each other in a one-game playoff.","standings_game_live":"Live","standings_ties":"T","schedule_completed":"Completed","standings_nav_power_rankings":"Power Rankings","mig_link_view_full_schedule":"View Full Schedule","standings_select_split_season_second_half":"Second-Half Standings","standings_select_view_spring_leagues":"Spring Training Leagues","standings_select_split_season_first_half":"First-Half Standings","standings_select_view":"Select View","standings_header_vsDivision_tooltip":"Record vs. division","standings_select_splits_advanced":"Advanced","standings_select_view_mlb":"MLB","standings_select_splits_standard":"Standard","standings_select_view_division":"Division","standings_nav_ps_projections":"Postseason Projections","standings_header_1run_tooltip":"Record in 1-run games","standings_select_split_season":"Split Season","standings_wild_card_teams_short":"Wild Card","standings_select_splits":"Select Splits","standings_nav_spring_training":"Spring Training","standings_select_view_league":"League","standings_legend_title":"Key","standings_nav_head_to_head":"Head to Head","standings_header_wild_card":"Wild Card","standings_select_season":"Select Season","standings_division_leaders":"Division Leaders","standings_division_leaders_short":"Leaders","standings_header_leaders":"Leaders","standings_nav_tie_breaker":"Tiebreaking Procedures","standings_nav_regular_season":"Regular Season","standings_select_split_season_overall":"Overall Standings","standings_header_extras":"X-Inn","standings_header_vsDivision":"vs. Div","standings_header_1run":"1-Run","standings_header_turf":"Turf","standings_header_grass":"Grass","schedule_opponent":"Opponent","standings_header_night":"Night","standings_header_day":"Day","standings_header_vsW":"vs. W","standings_header_vsC":"vs. C","standings_header_streak_tooltip":"Current Streak","standings_header_vsE":"vs. E","standings_header_XWL_tooltip":"Expected Win-loss Record Based on Runs Scored and Runs Allowed","standings_header_vsALNL":"AL/NL","standings_header_vsLHP_tooltip":"Record vs. Left-handed Starting Pitchers","standings_header_run_diff_tooltip":"Run Differential (runs scored - runs allowed)","standings_header_wildcard_games_back_tooltip":"Wild Card Games Behind","standings_header_vsLHP":"vs. LHP","standings_header_last_game_tooltip":"Last Game","standings_header_vsRHP_tooltip":"Record vs. Right-handed Starting Pitchers","standings_header_win_tooltip":"Wins","standings_header_loss_tooltip":"Losses","standings_header_home_tooltip":"Record at Home","standings_header_winning_percentage_tooltip":"Winning Percentage","standings_header_next_game_tooltip":"Next Game","standings_header_last10_tooltip":"Record in the Last 10 Games","standings_header_vsRHP":"vs. RHP","standings_header_games_back_tooltip":"Games Behind","standings_header_next_game":"NEXT GAME","standings_header_wildcard_elim_number_tooltip":"Elimination Number. E# values are mathematical calculations and do not take tiebreakers or remaining schedules into account","standings_header_XWL":"X-W/L","standings_header_last_game":"LAST GAME","standings_header_500":">.500","standings_header_away":"AWAY","standings_header_home":"HOME","standings_header_streak":"STRK","standings_header_last10":"L10","standings_header_run_diff":"DIFF","standings_header_wildcard_games_back":"WCGB","standings_header_elim_number":"E#","standings_header_games_back":"GB","videos_plural":"Videos","scores_tied_leaders":"{{numPlayers}} tied at","scores_lastplay":"Last play","draft_social_text":"Check out the {{year}} Draft Tracker","standings_header_win":"W","draft_utility_players":"Utility Players","video_header_searchTitle":"Search","video_header_searchPlaceholder":"Search Video","video_of":"of","draft_designated_hitter":"Designated Hitters","stats_pitches_abbrev":"P","video_messageSearchResultsFor":"Search Results for","draft_connection_issue":"There is a network connection issue. Please wait while we reestablish a connection, or try reloading the page.","draft_available_message":"All ranked players have been drafted.","standings_header_loss":"L","standings_header_winning_percentage":"PCT","draft_top_available":"Top Available","video_header_browseMenu":"Browse","video_less_information":"Less Information","btn_clear_filters":"Clear Filters","video_more_information":"More Information","scores_error_message":"Swing and a miss. Loading scores...","livelookin_sponsor":"Live Look In Presented by {{sponsor}}","club_schedule_filters":"Filters","mediawall_related":"Related","stats_strikes_abbrev":"S","draft_no_results":"There are no results that match your current selection.","draft_current_round":"Current Round","game_status_challenge":"Challenge","at_venue":"At {{venueName}}","draft_open_options":"Open Sort Options","club_insider":"Insider","draft_more_content":"More Draft Content","mini_scoreboard_heading":"Scores","scores_full_view":"Full View","draft_live":"Live","draft_eligible_players":"Draft-Eligible Players","draft_notation_note":"Signing bonuses are reported figures. Clubs have not announced or confirmed bonuses.","draft_other":"Other","draft_topavailable_note":"*Number in parentheses denotes player's rank on MLBPipeline.com's Top 200 Prospects List","draft_approx_pick":"Approx. Pick Value","draft_signing_bonus":"Signing Bonus","draft_by_country":"By Country","draft_by_state":"By State","draft_by_school":"By School","draft_by_name":"By Name","draft_by_team":"By Team","draft_by_position":"By Position","draft_infielders":"Infielders","draft_by_round":"By Round","draft_lhp":"Left-Handed Pitchers","draft_shortstop":"Shortstops","draft_position":"Position","draft_pick":"Pick","draft_notation":"Notes on Bonuses","draft_viewing":"Viewing","draft_team":"Team","draft_thirdbase":"Third Basemen","draft_class":"Class","draft_dob":"DOB","draft_player":"Player","draft_outfielders":"Outfielders","draft_secondbase":"Second Basemen","draft_right":"Right Fielders","draft_rhp":"Right-Handed Pitchers","draft_search":"Search Players in this View","draft_catchers":"Catchers","draft_center":"Center Fielders","draft_pos_column":"Pos","draft_bats_throws":"B/T","draft_rd_column":"Rd","draft_school":"School","draft_left":"Left Fielders","draft_state":"State","draft_pitchers":"Pitchers","draft_firstbase":"First Basemen","draft_player_info":"Player Info","draft_name":"Name","draft_undrafted":"Undrafted","draft_rank":"Rank","draft_round":"Round","draft_drafted":"Drafted","draft_results":"Results","draft_all":"All","access_submit":"Tap to submit your ballot","access_change_selections":"Tap to change your selections","access_review_submit":"Tap to Review and Submit your ballot","access_change_pick":"Tap to change your pick","access_write_in":"Tap to write in a player","profile_email_subscriptions":"Email Subscriptions","access_vote":"Tap to vote for","profile_logout":"Log Out","profile_customer_service":"Customer Service","profile_downloads":"Downloads","profile_av_subscriptions":"Audio & Video Subscriptions","profile_payment_profile":"Payment Profile","profile_update_pw":"Update Password","profile_edit_profile":"Account","invalidate_votes_invalidated":"The All-Star votes submitted from your email address have been invalidated.","ballot_mm":"MM","club_schedule_no_gamesfound":"No games match the filters selected.","ballot_dd":"DD","scores_prevgame":"Prev Game","ballot_date_of_birth":"Date of Birth","ballot_email":"E-mail","ballot_zip_postal_code":"Zip/Postal Code","scores_nextgame":"Next Game","ballot_select_country":"Select Country","search_all_results":"See all results for {{searchString}}","game_status_suspended_abbrev":"SUSP","related_links":"Related Links","schedule_more_info":"More Info >>","ballot_yyyy":"YYYY","ballot_select_your_favorite_team":"Select your favorite team","invalidate_back":"BACK TO MLB","ballot_change_pick":"Change Pick >>","coppa_ineligible":"You are ineligible to vote.","tie_abbrev":"T","coppa_sorry":"We're sorry.","invalidate_thanks":"Thanks For Your Feedback!","scores_ppd_original_message":"Postponed: {{reason}}","ballot_write_in_vote":"Write-In Vote","ballot_player_name":"Player Name","game_position_of_abbrev":"OF","game_position_of":"Outfield","ballot_back_to":"Back to","continue":"Continue","close_verb":"Close","schedule_all_promos":"View all promotions","schedule_ticket_away_warning":"You have selected an away game. Tickets for this game will be purchased from the home club. Do you wish to continue?","completed_game_header":"Completed Games","buy_tickets_abbrev_single_t":"T","game_at_two_team":"@","watch":"watch","day_of_the_week":"Day of the Week","game_at_one_team":"@","game_time_gameX":"Game {{gameNumber}}","livelookin_abbrev":"Live Look","header_welcome":"Welcome to the official site of Major League Baseball.","club_header_official_site":"The Official Site of the","schedule_promo_tlink":"Tickets >>","standings_vsdiv":"vs. DIV","standings_wins":"W","standings_vslose":"vs. L","standings_pct_mini":"%","standings_losses":"L","news_comments":"Comments","footer_connect_mlb":"Connect with MLB","news_comment":"Comment","time_zone_pacific_DST":"Pacific Daylight Time","time_zone_pacific_ST":"Pacific Standard Time","schedule_presentedby":"Presented by {{sponsor}}","video_seo_team_description":"The official video page of the {{fullClubName}} with the latest highlights, recaps, Statcast and interviews.","video_seo_team_title":"{{fullClubName}} Videos and Highlights","time_zone_pacific_ST_abbrev":"PST","schedule_subject_to_change_t147":"Game times subject to determination by, among others, MLB and its television partners. Any future start-time changes to these games will also be accompanied by a change in the television partner.","time_zone_mountain_DST":"Mountain Daylight Time","time_zone_mountain_ST_abbrev":"MST","time_zone_mountain":"Mountain Time","time_zone_mountain_DST_abbrev":"MDT","schedule_promotions":"Promotions","time_zone_mountain_ST":"Mountain Standard Time","time_zone_pacific_DST_abbrev":"PDT","schedule_message_timezone_spring":"All Times {{timezonename}} unless otherwise noted. {{springtimezonename}} refers to game time at Spring Training venue.","schedule_subject_to_change":"Subject To Change.","mixedfeed_label":"Trending","time_zone_pacific":"Pacific Time","time_zone_pacific_abbrev":"PT","time_zone_central_ST_abbrev":"CST","time_zone_central_ST":"Central Standard Time","time_zone_central_DST_abbrev":"CDT","time_zone_eastern_ST_abbrev":"EST","time_zone_central_DST":"Central Daylight Time","time_zone_central_abbrev":"CT","time_zone_central":"Central Time","time_zone_eastern_DST_abbrev":"EDT","time_zone_eastern_ST":"Eastern Standard Time","time_zone_eastern_abbrev":"ET","time_zone_eastern_DST":"Eastern Daylight Time","time_zone_eastern":"Eastern Time","social_share_video_text":"Share this video","social_share_article_text":"Share this article","link_share_this":"Share this","link_share_this_article":"Share this article","link_hide_comments":"Hide Comments","link_view_less":"View Less","and":"and","news":"news","article_by":"By","back_to_mlb":"Back to MLB","search_video":"Search Video","content_flag_live":"live","content_flag_video":"video","schedule_seo_title":"{{fullClubName}} Schedule","clubmig_alltickets":"All Tickets","leaders_pitching":"Pitching Leaders","scores_perfectgame_text":"{{playerName}} has a perfect game through {{inningNumber}}.","leaders_batting":"Batting Leaders","scores_teamleaders":"Team Leaders","scores_gameinformation":"Game Information","sponsor_presentedby":"presented by {{sponsor}}","scores_nohitter_team_text":"The {{teamName}} have a combined no-hitter through {{inningNumber}}.","scores_nohitter_text":"{{playerName}} has a no-hitter through {{inningNumber}}.","scores_perfectgame_team_text":"The {{teamName}} have a combined perfect game through {{inningNumber}}.","content_flag_news":"news","clubmig_seriesdropdown":"Series","clubmig_nexthomegames":"Next Home Games","clubmig_fullschedule":"Full Schedule","radio":"Radio","tv":"TV","livelookin":"Live Look In","freegameoftheday_abbrev":"FGOTD","scores_gamesataglance":"Games At a Glance","page_unavailable":"This page is currently unavailable. Please try again.","mlb_legalnotices":"Legal Notices","mlb_copyrightlanguage":"MLBAM, LP. All rights reserved.","mlb_home":"MLB Home","player_highlights":"Player Highlights","stats_playerstiedat":"{{numPlayers}} tied at {{value}}","mlb_contactus":"Contact Us","player_split":"Split","player_news":"Player News","home_connectwiththe":"Connect with the {{teamName}}","game_status_rain":"Rain","player_searchplayersandteams":"Search Players and Teams","game_status_ceremony":"Ceremony","player_lastmonth":"Last Month","game_status_review":"Review","mlb_termsofuse":"Terms of Use","player_nextmonth":"Next Month","mlb_about":"About MLB","player_minors":"Minors","mlb_privacypolicy":"Privacy Policy","player_level":"Level","game_status_mid":"Mid","game_status_delayed_abbrev":"Del","game_status":"Status","player_college":"College","player_highschool":"High School","player_died":"Died","player_age":"Age","player_media":"Media","player_battervspitcher":"Batter vs. Pitcher","player_gamelogs":"Game Logs","player_born":"Born","player_season":"Season","player_season_summary":"Season Summary","stats_projects":"Projections","player_last30_games":"Last 30 Games","stats_advanced_batting":"Advanced Batting","player_summary":"Summary","player_finalgame":"Final Game","stats_mlb_postseason":"Postseason Stats","player_career":"Career","player_side_throws":"Throws","stats_advanced_fielding":"Advanced Fielding","stats_batting":"Batting Stats","player_last10_games":"Last 10 Games","player_gamesbyposition":"Games by Position","stats_pitching":"Pitching Stats","player_side_bats":"Bats","stats_advanced":"Advanced Stats","stats_batting_short":"Batting","player_last3_seasons":"Last 3 Seasons","player_last":"Last","stats_fielding":"Fielding Stats","stats_advanced_pitching":"Advanced Pitching","stats_mlb_postseason_career":"Postseason Career Stats","stats_mlb_career":"MLB Career Stats","schedule_current_batter":"Current Batter","schedule_current_pitcher":"Current Pitcher","schedule_pitcher_losing":"Losing Pitcher","schedule_time":"Time","schedule_pitcher_winning":"Winning Pitcher","schedule_probable_home":"Home Probable","schedule_probable_away":"Away Probable","schedule_matchup":"Matchup","schedule_singlegametickets":"Single Game Tickets","time_ago_hours":"{{hours}} hours ago","time_ago_minutes":"{{minutes}} minutes ago","time_ago_hour":"{{hours}} hour ago","time_ago_minute":"{{minutes}} minute ago","news_latest":"Latest News","stats_walkoffs":"Walkoffs","stats_inheritedrunners":"Inherited Runners","stats_allMLB":"All MLB","stats_runsupportpernine":"Run Support per Nine Innings","stats_pecota_projections":"PECOTA Projections","stats_battingaverageonballsinplay":"Batting Average on Balls in Play","stats_walkoffs_abbrev":"WO","stats_homerspernine_abbrev":"HR/9","stats_pitchesperplateapperance_abbrev":"P/PA","stats_fielding_short":"Fielding","stats_multihitgames":"Multi-hit Games","stats_runsupportpernine_abbrev":"RS/9","stats_multihitgames_abbrev":"MHG","stats_bequeathedrunners":"Bequeathed Runners","stats_homerspernine":"Home Runs per Nine Innings","stats_reachedonerror_abbrev":"ROE","stats_bequeathedrunnerswhoscored":"Bequeathed Runners Who Scored","stats_battingaverageonballsinplay_abbrev":"BABIP","stats_leftonbase":"Left on Base","stats_inheritedrunnerswhoscored":"Inherited Runners Who Scored","stats_bequeathedrunners_abbrev":"BQR","stats_inheritedrunners_abbrev":"IR","stats_inheritedrunnerswhoscored_abbrev":"IR_S","stats_reachedonerror":"Reached on Error","stats_allpositions_abbrev":"All Pos.","stats_bequeathedrunnerswhoscored_abbrev":"BQR_S","stats_splits":"Splits","stats_pitchesperplateapperance":"Pitches per Plate Appearance","stats_pitchespergame":"Pitches per Game","stats_percentofpitchesforstrikes":"Percent of Pitches for Strikes","stats_pitchespergame_abbrev":"P/GS","stats_groundedintodoubleplayopp":"Grounded Into Double Play Opportunities","stats_groundedintodoubleplayopp_abbrev":"GIDPO","stats_qualitystarts":"Quality Starts","stats_inningsatthisposition":"Innings At This Position","stats_inningsatthisposition_abbrev":"INN","stats_qualitystarts_abbrev":"QS","stats_walkspernine_full":"Walks per Nine Innings","stats_totalchanges_abbrev":"TC","stats_whip_full":"Walks + Hits/Innings Pitched","stats_winningpercentage_short":"Winning %","stats_rangefactor":"Range Factor","stats_errors":"Errors","stats_fieldingpercentage_abbrev":"Fielding %","stats_wildpitches":"Wild Pitches","stats_stolenbasepercentage_short":"Stolen Base %","stats_errors_abbrev":"E","stats_winningpercentage":"Winning Percentage","stats_passedballs":"Passed Balls","stats_putouts":"Putouts","stats_putouts_abbrev":"PO","stats_stolenbasepercentage_abbrev":"SBPCT","stats_wildpitches_abbrev":"WP","stats_rangefactor_abbrev":"RF","stats_catcherwildpitches_short":"Catcher WP","stats_catcherwildpitches":"Catcher Wild Pitches","stats_wins_abbrev":"W","stats_assists":"Assists","stats_stolenbases_allowed":"Stolen Bases (allowed)","stats_walkspernine_short":"Walks/9","stats_winningpercentage_abbrev":"WPCT","stats_stolenbasepercentage":"Stolen Base Percentage","stats_catcherwildpitches_abbrev":"CWP","stats_totalchances":"Total Chances","stats_fieldingpercentage":"Fielding Percentage","stats_walkspernine_abbrev":"BB/9","stats_strikeoutspernine_full":"Strikeouts per Nine Innings","stats_strikeoutspernine":"K/9","stats_strikeoutspernine_short":"Strikeouts/9","stats_strikeoutstowalks_ratio":"Strikeout/Walk Ratio","stats_gamesstarted":"Games Started","stats_strikeoutstowalks":"Strikeout/Walk","stats_strikeoutstowalks_abbrev":"K/BB","stats_starts":"Starts","stats_hitspernineinnings":"Hits per Nine Innings","stats_innings":"Innings","stats_inningspitched_abbrev":"IP","stats_hold_plural":"Holds","stats_pitchesperinningpitched":"P/IP","stats_losses":"Losses","stats_opponentsbattingaverage":"Opponents Batting Average","stats_opponentsbattingaverage_abbrev":"Opp. AVG","stats_numberofpitchesthrown":"Number of Pitches Thrown","stats_sluggingpercentageallowed":"Slugging Percentage Allowed","stats_pitchesthrown":"Pitches Thrown","stats_hold_abbrev":"HLD","stats_saves_abbrev":"SV","stats_hitspernineinnings_short":"Hits/9","stats_pitchesper9":"Pitches/9","stats_inningspitched":"Innings Pitched","stats_hold":"Hold","stats_pitchesperinning":"Pitches per Inning","stats_saveopportunities_abbrev":"SVO","stats_pickoffs_abbrev":"PK","stats_shutouts_abbrev":"SHO","stats_saveopportunities":"Save Opportunities","stats_losses_abbrev":"L","stats_hitspernineinnings_abbrev":"H/9","stat_hitsbatsmen_abbrev":"HB","stats_hitbatsmen":"Hit Batsmen","stats_gamesfinished":"Games Finished","stats_gamesfinished_abbrev":"GF","stats_earnedruns":"Earned Runs","stats_earnedrunaverage_abbrev":"ERA","stats_earnedruns_abbrev":"ER","stats_completegames":"Complete Games","stats_totalbattersfaced":"Total Batters Faced","stats_totalbattersfaced_short":"Batters Faced","stats_totalbattersfaced_abbrev":"TBF","stats_balks_abbrev":"BK","stats_balks":"Balks","stats_pitches76through90":"Pitches 76-90","stats_pitches91through105":"Pitches 91-105","stats_pitches106through120":"Pitches 106-120","stats_pitches121orlater":"Pitches 121 or Later","stats_pitches46through60":"Pitches 46-60","stats_pitches16through30":"Pitches 16-30","stats_pitches31through45":"Pitches 31-45","stats_pitches1through15":"Pitches 1-15","stats_pitches61through75":"Pitches 61-75","stats_firstbatter_rponly":"First Batter (RP Only)","stats_pitches76andlater":"Pitches 76 and Later","stats_pitches101andlater":"Pitches 101 and Later","stats_first100pitches":"First 100 Pitches","stats_first75pitches":"First 75 Pitches","stats_pitchcount":"Pitch Count","stats_triples":"Triples","stats_stolenbases_abbrev":"SB","stats_walks_short":"Bases on Balls","stats_onedayofrest":"One Day of Rest","stats_threedaysoforest":"Three Days of Rest","stats_strikeouts_abbrev":"SO","stats_twodaysofrest":"Two Days of Rest","stats_totalbases_abbrev":"TB","stats_walks_abbrev":"BB","stats_reliever":"Reliever","stats_walks":"Walks","stats_balls":"Balls","stats_vsbatter":"vs. Batter","stats_totalbases":"Total Bases","stats_fiveplusdaysofrest":"Five Plus Days of Rest","stats_allopponentsfacedd":"All Opponents Faced","stats_starter":"Starter","stats_triples_abbrev":"3B","stats_pitches":"Pitches","stats_firstinningpitched":"First Inning Pitched","stats_fourdaysofrest":"Four Days of Rest","stats_sluggingpercentage":"Slugging Percentage","stats_sluggingpercentage_short":"Slugging %","stats_sluggingpercentage_abbrev":"SLG","stats_sacrifice_flies":"Sacrifice Flies","stats_sacrifice_flies_abbrev":"SF","stats_sacrifice_full":"Sacrifice Bunts","stats_sacrifice_abbrev":"SAC","stats_runs_scored":"Runs Scored","stats_runs_abbrev":"R","stats_runsbattedin_abbrev":"RBI","stats_plateappearances":"Plate Appearances","stats_plateappearances_abbrev":"PA","stats_totalpa":"Total Plate Appearances","stats_onbaseplusslugging_full":"On-base Plus Slugging Percentage","stats_onbasepercentage_abbrev":"OBP","stats_onbaseplusslugging":"On Base Plus Slugging","stats_outs_groundoutstoflyouts":"Ground Outs/Fly Outs","stats_onbasepercentage_short":"On-base %","stats_homerun_abbrev":"HR","stats_game_abbrev":"G","stats_onbaseplusslugging_abbrev":"OPS","stats_games":"Games","stats_intentionalwalks":"Intentional Walks","stats_outs_ground_abbrev":"GO","stats_outs_groundoutstoairouts":"Ground Outs/Air Outs","stats_flyouts_abbrev":"AO","stats_doubles":"Doubles","stats_outs_groundtofly_abbrev":"GO/AO","stats_hitbypitch_stats":"HBP","stats_onbasepercentage_full":"On-base Percentage","stats_extrabasehits_abbrev":"XBH","stats_hitbypitch":"Hit by Pitch","stats_intentionalwalks_abbrev":"IBB","stats_hits":"Hits","stats_extrabasehits":"Extra Base Hits","states_doubles_abbrev":"2B","stats_hits_abbrev":"H","stats_flyouts":"Fly Outs","stats_outs_groundtofly":"Ground/Fly Outs","stats_outs_ground":"Ground Outs","stats_numberofpitches":"Number of Pitches","stats_numberofpitches_abbrev":"NP","stats_doubleplay_ground":"Ground into Double Plays","stats_doubleplays":"Double Plays","stats_doubleplay_ground_abbrev":"GIDP","stats_caughtstealing":"Caught Stealing","stats_caughtstealing_abbrev":"CS","stats_battingaverage_short":"Average","stats_atbat_plural":"At Bats","stats_atbat":"AB","stats_battingaverage_abbrev":"AVG","game_runner_atsecond":"Runner at 2nd","game_count_ahead":"Ahead in Count","game_runner_atsecondandthird":"Runners at 2nd & 3rd","game_count_unknown":"Unknown or no Count","game_runner_scoringposition":"Scoring Position","game_runner_atthirdlessthantwoouts":"3rd, Less than 2 Outs","game_runner_atfirstandthird":"Runners at 1st & 3rd","game_runner_scoringposition_twoouts":"Scoring Position - 2 Outs","game_count_even":"Even Count","game_runner_atthird":"Runner at 3rd","game_runner_on":"Runners On","game_count_behind":"Behind in Count","game_runner_on_twoouts":"Runners On - 2 Outs","game_count_full":"Full Count","game_count":"{{balls}}-{{strikes}} count","game_count_twostrikes":"Two Strikes","game_runner_atfirstandsecond":"Runners at 1st & 2nd","game_runner_atfirst":"Runner at 1st","game_bases_loaded":"Bases Loaded","game_bases_empty":"Bases Empty","game_bases_emptynotleadoff":"Empty (Not Leadoff)","game_leadingoff":"Leading Off","game_runnings":"Runners","game_innings_ninthorlater":"Ninth or Later","game_innings_eighthorlater":"Eighth or Later","game_innings_seventhorlater":"Seventh or Later","game_innings_onetosix":"Innings One to Six","game_inning_extras":"Extra Innings","game_inning_9":"Ninth Inning","game_inning_8":"Eighth Inning","game_inning_7":"Seventh Inning","game_inning_6":"Sixth Inning","game_inning_3":"Third Inning","game_position_ss_abbrev":"SS","game_inning_1":"First Inning","game_position_rf_abbrev":"RF","game_position_3b_abbrev":"3B","game_inning":"Inning","game_position_cf_abbrev":"CF","game_position_ph_abbrev":"PH","game_position_dh_abbrev":"DH","game_inning_4":"Fourth Inning","game_position_pr":"Pinch Runner","game_position_lf_abbrev":"LF","game_position_ph":"Pinch Hitter","game_inning_2":"Second Inning","game_inning_5":"Fifth Inning","game_position_1b_abbrev":"1B","game_position_2b_abbrev":"2B","game_position_c_abbrev":"C","game_position_p_abbrev":"P","game_position_p":"Pitcher","game_batting_9":"Batting Ninth","game_batting_8":"Batting Eighth","game_batting_7":"Batting Seventh","game_position":"Position","game_batting_6":"Batting Sixth","game_batting_2":"Batting Second","game_batting_5":"Batting Fifth","game_batting_4":"Batting Fourth","game_batting_3":"Batting Third","game_order":"Order","game_batting_1":"Batting First","game_result":"Result","game_tied":"Score is tied","standings_ingames_followingwin":"In games following a win","standings_onturf":"Turf","standings_allstar_post":"Post All-Star","standings_games_today":"Today's Game","standings_allstar_pre":"Pre All-Star","standings_vs_al":"vs. AL","game_teambehind":"Team is behind","standings_opponent":"Opponent","standings_ingame_lost":"In games lost by team","game_teamahead":"Team is ahead","game_lateandclose":"Late / Close","standings_ingame_won":"In games won by team","standings_day":"Day","standings_timeframe":"Timeframe","standings_ongrass":"Grass","standings_ingames_followingloss":"In games following a loss","game_score":"Score","game_vs_right":"vs Right","game_vs_left":"vs Left","game_batting_right":"Batting Right","game_batting_left":"Batting Left","game_atbat":"At-Bat","standings_vs_c":"vs. C","standings_vs_nl":"vs. NL","standings_vs_e":"vs. E","standings_vs_w":"vs. W","standings_games_day":"Day Games","standings_games_night":"Night Games","standings_games_home":"Home Games","standings_games_away":"Away Games","standings_LOB":"LOB","standings_batting":"Batting","standings_hitting":"Hitting","standings_clinched_division_bestrecord":"Clinched Division and Best Record in League","standings_clinched_wildcard":"Clinched Wild Card","standings_shutout":"Shutout","standings_expectedwl":"X-W/L","standings_wildcard_eliminationnumber_abbrev":"WCE","standings_streak":"STRK","stats_label_viewlessawards":"View Less Awards and Honors","standings_wildcard_gamesback_abbrev":"WCGB","standings_vsleft":"vs. L","standings_today":"Today","standings_lastten":"L10","standings_pct":"PCT","standings_vsright":"vs. R","standings_runsscored":"RS","standings_next":"Next","standings_previous":"Previous","standings_blowout":"Blowout","standings_lastgame":"Last Game","roster_label_latesttransactions":"Latest Transactions","standings_clinched_playoffberth":"Clinched Playoff Berth","standings_gamesback_abbrev":"GB","standings_extra":"XTRA","standings_onerun":"1-RUN","standings_rdiff":"R-DIFF","standings_vswin":"vs W","standings_expectedwl_season":"X-W/L Seas","standings_runsallowed":"RA","standings_clinched_division":"Clinched Division","stats_label_viewmoreawards":"View More Awards","stats_label_honors":"Honors","stats_label_awards":"Awards","stats_label_leaderboards":"Leaderboards","stats_label_awardshonors":"Awards y Honors","stats_label":"Leaders","sections_schedule":"Schedule & Results","sections_scoreboard":"Scoreboard","sections_schedule_calendar":"Calendar","roster_label_transactionsandcareer":"Transactions y Career Path","roster_label_viewless":"View Less Transactions","roster_name":"Name","roster_message_notransactions":"No transactions found.","sections_news":"News","sections_teams":"Teams","schedule_tooltip_addtocal":"Add to Calendar","schedule_tooltip_printable":"Printable Schedule","schedule_tooltip_fullseason":"Full Season View","schedule_tooltip_list":"List View","schedule_tooltip_grid":"Grid View","schedule_upcominggames":"Upcoming Games","schedule_inprogress":"In Progress","schedule_completedgames":"Completed Games","league_103_abbrev":"AL","league_104":"National League","league_spring_grapefruit":"Grapefruit League","league_spring_cactus":"Cactus League","league_160":"World Baseball Classic","league_160_abbrev":"WBC","league_104_abbrev":"NL","team135_cid":"sd","team136_fullname":"Seattle Mariners","team138_fullname":"St. Louis Cardinals","team136_nickname":"Mariners","team139_nickname":"Rays","team139_fullname":"Tampa Bay Rays","team141_nickname":"Blue Jays","team140_cid":"tex","team141_location":"Toronto","team138_nickname":"Cardinals","team135_nickname":"Padres","team137_fullname":"San Francisco Giants","team137_location":"San Francisco","team140_location":"Texas","team137_cid":"sf","team138_cid":"stl","team136_cid":"sea","team141_cid":"tor","team140_fullname":"Texas Rangers","team139_location":"Tampa Bay","team139_cid":"tb","team138_location":"St. Louis","team136_location":"Seattle","team137_nickname":"Giants","team140_nickname":"Rangers","team120_cid":"was","league_103":"American League","team120_nickname":"Nationals","team120_fullname":"Washington Nationals","team120_location":"Washington","team135_location":"San Diego","team135_fullname":"San Diego Padres","team134_cid":"pit","team134_nickname":"Pirates","team143_location":"Philadelphia","team143_nickname":"Phillies","team134_location":"Pittsburgh","team143_cid":"phi","team134_fullname":"Pittsburgh Pirates","team143_fullname":"Philadelphia Phillies","team142_fullname":"Minnesota Twins","team146_cid":"mia","team133_cid":"oak","team142_nickname":"Twins","team121_fullname":"New York Mets","team158_cid":"mil","team158_fullname":"Milwaukee Brewers","team147_cid":"nyy","team121_location":"New York (NL)","team146_location":"Miami","team147_location":"New York (AL)","team147_fullname":"New York Yankees","team142_cid":"min","team146_fullname":"Miami Marlins","team133_nickname":"Athletics","team121_nickname":"Mets","team158_location":"Milwaukee","team142_location":"Minnesota","team146_nickname":"Marlins","team121_cid":"nym","team158_nickname":"Brewers","team147_nickname":"Yankees","team119_cid":"la","team119_nickname":"Dodgers","team119_location":"Los Angeles","team119_fullname":"Los Angeles Dodgers","team108_cid":"ana","team108_nickname":"Angels","team108_location":"Los Angeles","team108_fullname":"Los Angeles Angels","team118_cid":"kc","team118_nickname":"Royals","team118_location":"Kansas City","team118_fullname":"Kansas City Royals","team117_cid":"hou","team117_nickname":"Astros","team117_fullname":"Houston Astros","team117_location":"Houston","team115_cid":"col","team116_location":"Detroit","team112_location":"Chicago (NL)","team115_location":"Colorado","team116_fullname":"Detroit Tigers","team113_nickname":"Reds","team116_cid":"det","team115_nickname":"Rockies","team114_location":"Cleveland","team115_fullname":"Colorado Rockies","team114_cid":"cle","team116_nickname":"Tigers","team113_cid":"cin","team113_location":"Cincinnati","team113_fullname":"Cincinnati Reds","team145_cid":"cws","team145_nickname":"White Sox","team145_location":"Chicago (AL)","team145_fullname":"Chicago White Sox","team112_nickname":"Cubs","team112_cid":"chc","team112_fullname":"Chicago Cubs","team111_cid":"bos","team111_nickname":"Red Sox","team111_location":"Boston","team111_fullname":"Boston Red Sox","team110_cid":"bal","team110_location":"Baltimore","team110_nickname":"Orioles","team110_fullname":"Baltimore Orioles","team144_cid":"atl","team144_nickname":"Braves","postseason_series_begins":"{{SeriesAbbrev}} begins on {{date}}","postseason_leagueseries":"League Championship Series","schedule_gamelocation_home":"Home","team109_cid":"ari","schedule_splitsquad":"Split Squad","postseason_worldseries":"World Series","schedule_promotion_abbrev":"Promo","schedule_promotion":"Promotion","schedule_message_timezone":"All Times {{timezonename}} unless otherwise noted","header_searchplaceholder":"Search","schedule_sponsor_hotel":"Hotel","postseason_divisionseries":"Division Series","team144_fullname":"Atlanta Braves","header_sectionsbutton":"Sections","postseason_worldseries_abbrev":"WS","schedule_gamelocation_away":"Away","schedule_networklabel":"Network","team109_location":"Arizona","schedule_splitsquad_abbrev":"(SS)","schedule_sponsor_flight":"Flight","team109_nickname":"D-backs","team109_fullname":"Arizona Diamondbacks","team144_location":"Atlanta","postseason_cumulative":"Postseason Cumulative","season_type_regseason":"Reg. season","season_type_regularseason":"Regular Season","season_type_spring":"Spring Training","season_type_exhibition":"Exhibition","season_type_postseason":"Postseason","date_friday":"Friday","date_thursday":"Thursday","date_tuesday":"Tuesday","date_monday":"Monday","headToHead":"#","date_sunday":"Sunday","psProbabilities":"http://mlb.mlb.com/mlb/standings/probability.jsp","tieBreakingProcedures":"https://www.mlb.com/news/playoff-tiebreaker-rules/c-59527184","draft_bats":"Bats","powerRankings":"#","draft_throws":"Throws","draft_height":"Height","draft_pick_value":"Pick Value","draft_reset":"Reset","draft_weight":"Weight","home_run_tracker_label":"Home Run Tracker","media_center_presented_by":"Presented By","youtube_label":"Live on YouTube - Watch Free","youtube_abbrev_label":"YouTube","no_splits":"None","home_run_derby_label":"Home Run Derby","select_splits":"Select a Split","draft_overall_pick":"Overall Pick","ps_bracket_soon":"Bracket coming soon","stats_no_results":"Sorry, no results","stats_adjust_filters":"Please adjust your filters"}; window.i18n_dictionary.__ = function __(key, fallBackText){ return this[key] ? this[key] : (fallBackText || ''); }; }()); </script> <!-- team info--> <script type="text/javascript"> (function(){ window.team_info = [{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":133,"name":"Athletics","link":"/api/v1/teams/133","season":2024,"venue":{"id":2529,"name":"Sutter Health Park","link":"/api/v1/venues/2529","location":{"address1":"400 Ballpark Drive","city":"Sacramento","state":"California","stateAbbrev":"CA","postalCode":"95691","defaultCoordinates":{"latitude":38.580209,"longitude":-121.514057},"country":"USA","phone":"916-371-HITS"},"timeZone":{"id":"America/Los_Angeles","offset":-8,"offsetAtGameTime":-8,"tz":"PST"},"active":true,"season":"2024"},"springVenue":{"id":2507,"link":"/api/v1/venues/2507"},"teamCode":"ath","fileCode":"ath","abbreviation":"ATH","teamName":"Athletics","locationName":"Sacramento","firstYearOfPlay":"1901","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":200,"name":"American League West","link":"/api/v1/divisions/200"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Athletics","franchiseName":"Athletics","clubName":"Athletics","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":134,"name":"Pittsburgh Pirates","link":"/api/v1/teams/134","season":2024,"venue":{"id":31,"name":"PNC Park","link":"/api/v1/venues/31","location":{"address1":"115 Federal Street","city":"Pittsburgh","state":"Pennsylvania","stateAbbrev":"PA","postalCode":"15212","defaultCoordinates":{"latitude":40.446904,"longitude":-80.005753},"azimuthAngle":116,"elevation":780,"country":"USA","phone":"(412) 323-5000"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2024"},"springVenue":{"id":2526,"link":"/api/v1/venues/2526"},"teamCode":"pit","fileCode":"pit","abbreviation":"PIT","teamName":"Pirates","locationName":"Pittsburgh","firstYearOfPlay":"1882","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":205,"name":"National League Central","link":"/api/v1/divisions/205"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Pittsburgh","franchiseName":"Pittsburgh","clubName":"Pirates","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":135,"name":"San Diego Padres","link":"/api/v1/teams/135","season":2024,"venue":{"id":2680,"name":"Petco Park","link":"/api/v1/venues/2680","location":{"address1":"100 Park Boulevard","city":"San Diego","state":"California","stateAbbrev":"CA","postalCode":"92101","defaultCoordinates":{"latitude":32.707861,"longitude":-117.157278},"azimuthAngle":0,"elevation":23,"country":"USA","phone":"(619) 795-5000"},"timeZone":{"id":"America/Los_Angeles","offset":-8,"offsetAtGameTime":-8,"tz":"PST"},"active":true,"season":"2024"},"springVenue":{"id":2530,"link":"/api/v1/venues/2530"},"teamCode":"sdn","fileCode":"sd","abbreviation":"SD","teamName":"Padres","locationName":"San Diego","firstYearOfPlay":"1968","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":203,"name":"National League West","link":"/api/v1/divisions/203"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"San Diego","franchiseName":"San Diego","clubName":"Padres","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":136,"name":"Seattle Mariners","link":"/api/v1/teams/136","season":2024,"venue":{"id":680,"name":"T-Mobile Park","link":"/api/v1/venues/680","location":{"address1":"P.O. Box 4100","city":"Seattle","state":"Washington","stateAbbrev":"WA","postalCode":"98104","defaultCoordinates":{"latitude":47.591333,"longitude":-122.33251},"azimuthAngle":49,"elevation":10,"country":"USA","phone":"(206) 346-4000"},"timeZone":{"id":"America/Los_Angeles","offset":-8,"offsetAtGameTime":-8,"tz":"PST"},"active":true,"season":"2024"},"springVenue":{"id":2530,"link":"/api/v1/venues/2530"},"teamCode":"sea","fileCode":"sea","abbreviation":"SEA","teamName":"Mariners","locationName":"Seattle","firstYearOfPlay":"1977","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":200,"name":"American League West","link":"/api/v1/divisions/200"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Seattle","franchiseName":"Seattle","clubName":"Mariners","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":137,"name":"San Francisco Giants","link":"/api/v1/teams/137","season":2024,"venue":{"id":2395,"name":"Oracle Park","link":"/api/v1/venues/2395","location":{"address1":"24 Willie Mays Plaza","city":"San Francisco","state":"California","stateAbbrev":"CA","postalCode":"94107","defaultCoordinates":{"latitude":37.778383,"longitude":-122.389448},"azimuthAngle":85,"elevation":0,"country":"USA","phone":"(415) 972-2000"},"timeZone":{"id":"America/Los_Angeles","offset":-8,"offsetAtGameTime":-8,"tz":"PST"},"active":true,"season":"2024"},"springVenue":{"id":2532,"link":"/api/v1/venues/2532"},"teamCode":"sfn","fileCode":"sf","abbreviation":"SF","teamName":"Giants","locationName":"San Francisco","firstYearOfPlay":"1883","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":203,"name":"National League West","link":"/api/v1/divisions/203"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"San Francisco","franchiseName":"San Francisco","clubName":"Giants","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":138,"name":"St. Louis Cardinals","link":"/api/v1/teams/138","season":2024,"venue":{"id":2889,"name":"Busch Stadium","link":"/api/v1/venues/2889","location":{"address1":"700 Clark Street","city":"St. Louis","state":"Missouri","stateAbbrev":"MO","postalCode":"63102","defaultCoordinates":{"latitude":38.62256667,"longitude":-90.19286667},"azimuthAngle":62,"elevation":460,"country":"USA","phone":"(314) 345-9600"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2024"},"springVenue":{"id":2520,"link":"/api/v1/venues/2520"},"teamCode":"sln","fileCode":"stl","abbreviation":"STL","teamName":"Cardinals","locationName":"St. Louis","firstYearOfPlay":"1892","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":205,"name":"National League Central","link":"/api/v1/divisions/205"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"St. Louis","franchiseName":"St. Louis","clubName":"Cardinals","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":139,"name":"Tampa Bay Rays","link":"/api/v1/teams/139","season":2024,"venue":{"id":12,"name":"Tropicana Field","link":"/api/v1/venues/12","location":{"address1":"One Tropicana Drive","city":"St. Petersburg","state":"Florida","stateAbbrev":"FL","postalCode":"33705","defaultCoordinates":{"latitude":27.767778,"longitude":-82.6525},"azimuthAngle":359,"elevation":15,"country":"USA","phone":"(727) 825-3137"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2024"},"springVenue":{"id":2534,"link":"/api/v1/venues/2534"},"teamCode":"tba","fileCode":"tb","abbreviation":"TB","teamName":"Rays","locationName":"St. Petersburg","firstYearOfPlay":"1996","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":201,"name":"American League East","link":"/api/v1/divisions/201"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Tampa Bay","franchiseName":"Tampa Bay","clubName":"Rays","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":140,"name":"Texas Rangers","link":"/api/v1/teams/140","season":2024,"venue":{"id":5325,"name":"Globe Life Field","link":"/api/v1/venues/5325","location":{"address1":"734 Stadium Drive","city":"Arlington","state":"Texas","stateAbbrev":"TX","postalCode":"76011","defaultCoordinates":{"latitude":32.747299,"longitude":-97.081818},"azimuthAngle":30,"elevation":545,"country":"USA","phone":"(817) 533-1972"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2024"},"springVenue":{"id":2603,"link":"/api/v1/venues/2603"},"teamCode":"tex","fileCode":"tex","abbreviation":"TEX","teamName":"Rangers","locationName":"Arlington","firstYearOfPlay":"1961","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":200,"name":"American League West","link":"/api/v1/divisions/200"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Texas","franchiseName":"Texas","clubName":"Rangers","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":141,"name":"Toronto Blue Jays","link":"/api/v1/teams/141","season":2024,"venue":{"id":14,"name":"Rogers Centre","link":"/api/v1/venues/14","location":{"address1":"1 Blue Jays Way, Suite 3200","city":"Toronto","state":"Ontario","stateAbbrev":"ON","postalCode":"M5V1J1","defaultCoordinates":{"latitude":43.64155,"longitude":-79.38915},"azimuthAngle":345,"elevation":270,"country":"Canada","phone":"(416) 341-1000"},"timeZone":{"id":"America/Toronto","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2024"},"springVenue":{"id":2536,"link":"/api/v1/venues/2536"},"teamCode":"tor","fileCode":"tor","abbreviation":"TOR","teamName":"Blue Jays","locationName":"Toronto","firstYearOfPlay":"1977","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":201,"name":"American League East","link":"/api/v1/divisions/201"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Toronto","franchiseName":"Toronto","clubName":"Blue Jays","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":142,"name":"Minnesota Twins","link":"/api/v1/teams/142","season":2024,"venue":{"id":3312,"name":"Target Field","link":"/api/v1/venues/3312","location":{"address1":"1 Twins Way","city":"Minneapolis","state":"Minnesota","stateAbbrev":"MN","postalCode":"55403","defaultCoordinates":{"latitude":44.981829,"longitude":-93.277891},"azimuthAngle":129,"elevation":597,"country":"USA","phone":"(612) 659-3400"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2024"},"springVenue":{"id":2862,"link":"/api/v1/venues/2862"},"teamCode":"min","fileCode":"min","abbreviation":"MIN","teamName":"Twins","locationName":"Minneapolis","firstYearOfPlay":"1901","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":202,"name":"American League Central","link":"/api/v1/divisions/202"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Minnesota","franchiseName":"Minnesota","clubName":"Twins","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":143,"name":"Philadelphia Phillies","link":"/api/v1/teams/143","season":2024,"venue":{"id":2681,"name":"Citizens Bank Park","link":"/api/v1/venues/2681","location":{"address1":"One Citizens Bank Way","city":"Philadelphia","state":"Pennsylvania","stateAbbrev":"PA","postalCode":"19148","defaultCoordinates":{"latitude":39.90539086,"longitude":-75.16716957},"azimuthAngle":9,"elevation":20,"country":"USA","phone":"(215) 463-6000"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2024"},"springVenue":{"id":2700,"link":"/api/v1/venues/2700"},"teamCode":"phi","fileCode":"phi","abbreviation":"PHI","teamName":"Phillies","locationName":"Philadelphia","firstYearOfPlay":"1883","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":204,"name":"National League East","link":"/api/v1/divisions/204"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Philadelphia","franchiseName":"Philadelphia","clubName":"Phillies","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":144,"name":"Atlanta Braves","link":"/api/v1/teams/144","season":2024,"venue":{"id":4705,"name":"Truist Park","link":"/api/v1/venues/4705","location":{"address1":"755 Battery Avenue","city":"Atlanta","state":"Georgia","stateAbbrev":"GA","postalCode":"30339","defaultCoordinates":{"latitude":33.890672,"longitude":-84.467641},"azimuthAngle":145,"elevation":1001,"country":"USA"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2024"},"springVenue":{"id":5380,"link":"/api/v1/venues/5380"},"teamCode":"atl","fileCode":"atl","abbreviation":"ATL","teamName":"Braves","locationName":"Atlanta","firstYearOfPlay":"1871","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":204,"name":"National League East","link":"/api/v1/divisions/204"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Atlanta","franchiseName":"Atlanta","clubName":"Braves","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":145,"name":"Chicago White Sox","link":"/api/v1/teams/145","season":2024,"venue":{"id":4,"name":"Guaranteed Rate Field","link":"/api/v1/venues/4","location":{"address1":"333 West 35th Street","city":"Chicago","state":"Illinois","stateAbbrev":"IL","postalCode":"60616","defaultCoordinates":{"latitude":41.83,"longitude":-87.634167},"azimuthAngle":127,"elevation":595,"country":"USA","phone":"(312) 674-1000"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2024"},"springVenue":{"id":3809,"link":"/api/v1/venues/3809"},"teamCode":"cha","fileCode":"cws","abbreviation":"CWS","teamName":"White Sox","locationName":"Chicago","firstYearOfPlay":"1901","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":202,"name":"American League Central","link":"/api/v1/divisions/202"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Chi White Sox","franchiseName":"Chicago","clubName":"White Sox","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":146,"name":"Miami Marlins","link":"/api/v1/teams/146","season":2024,"venue":{"id":4169,"name":"loanDepot park","link":"/api/v1/venues/4169","location":{"address1":"501 Marlins Way","city":"Miami","state":"Florida","stateAbbrev":"FL","postalCode":"33125","defaultCoordinates":{"latitude":25.77796236,"longitude":-80.21951795},"azimuthAngle":128,"elevation":10,"country":"USA"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2024"},"springVenue":{"id":2520,"link":"/api/v1/venues/2520"},"teamCode":"mia","fileCode":"mia","abbreviation":"MIA","teamName":"Marlins","locationName":"Miami","firstYearOfPlay":"1991","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":204,"name":"National League East","link":"/api/v1/divisions/204"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Miami","franchiseName":"Miami","clubName":"Marlins","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":147,"name":"New York Yankees","link":"/api/v1/teams/147","season":2024,"venue":{"id":3313,"name":"Yankee Stadium","link":"/api/v1/venues/3313","location":{"address1":"One East 161st Street","city":"Bronx","state":"New York","stateAbbrev":"NY","postalCode":"10451","defaultCoordinates":{"latitude":40.82919482,"longitude":-73.9264977},"azimuthAngle":75,"elevation":55,"country":"USA","phone":"(718) 293-4300"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2024"},"springVenue":{"id":2523,"link":"/api/v1/venues/2523"},"teamCode":"nya","fileCode":"nyy","abbreviation":"NYY","teamName":"Yankees","locationName":"Bronx","firstYearOfPlay":"1903","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":201,"name":"American League East","link":"/api/v1/divisions/201"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"NY Yankees","franchiseName":"New York","clubName":"Yankees","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":158,"name":"Milwaukee Brewers","link":"/api/v1/teams/158","season":2024,"venue":{"id":32,"name":"American Family Field","link":"/api/v1/venues/32","location":{"address1":"One Brewers Way","city":"Milwaukee","state":"Wisconsin","stateAbbrev":"WI","postalCode":"53214","defaultCoordinates":{"latitude":43.02838,"longitude":-87.97099},"azimuthAngle":129,"elevation":597,"country":"USA","phone":"(414) 902-4400"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2024"},"springVenue":{"id":2518,"link":"/api/v1/venues/2518"},"teamCode":"mil","fileCode":"mil","abbreviation":"MIL","teamName":"Brewers","locationName":"Milwaukee","firstYearOfPlay":"1968","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":205,"name":"National League Central","link":"/api/v1/divisions/205"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Milwaukee","franchiseName":"Milwaukee","clubName":"Brewers","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":108,"name":"Los Angeles Angels","link":"/api/v1/teams/108","season":2024,"venue":{"id":1,"name":"Angel Stadium","link":"/api/v1/venues/1","location":{"address1":"2000 Gene Autry Way","city":"Anaheim","state":"California","stateAbbrev":"CA","postalCode":"92806","defaultCoordinates":{"latitude":33.80019044,"longitude":-117.8823996},"azimuthAngle":43.61,"elevation":151,"country":"USA","phone":"(714) 940-2000"},"timeZone":{"id":"America/Los_Angeles","offset":-8,"offsetAtGameTime":-8,"tz":"PST"},"active":true,"season":"2024"},"springVenue":{"id":2500,"link":"/api/v1/venues/2500"},"teamCode":"ana","fileCode":"ana","abbreviation":"LAA","teamName":"Angels","locationName":"Anaheim","firstYearOfPlay":"1961","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":200,"name":"American League West","link":"/api/v1/divisions/200"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"LA Angels","franchiseName":"Los Angeles","clubName":"Angels","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":109,"name":"Arizona Diamondbacks","link":"/api/v1/teams/109","season":2024,"venue":{"id":15,"name":"Chase Field","link":"/api/v1/venues/15","location":{"address1":"401 East Jefferson Street","city":"Phoenix","state":"Arizona","stateAbbrev":"AZ","postalCode":"85004","defaultCoordinates":{"latitude":33.445302,"longitude":-112.066687},"azimuthAngle":0,"elevation":1086,"country":"USA","phone":"(602) 462-6500"},"timeZone":{"id":"America/Phoenix","offset":-7,"offsetAtGameTime":-7,"tz":"MST"},"active":true,"season":"2024"},"springVenue":{"id":4249,"link":"/api/v1/venues/4249"},"teamCode":"ari","fileCode":"ari","abbreviation":"AZ","teamName":"D-backs","locationName":"Phoenix","firstYearOfPlay":"1996","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":203,"name":"National League West","link":"/api/v1/divisions/203"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Arizona","franchiseName":"Arizona","clubName":"Diamondbacks","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":110,"name":"Baltimore Orioles","link":"/api/v1/teams/110","season":2024,"venue":{"id":2,"name":"Oriole Park at Camden Yards","link":"/api/v1/venues/2","location":{"address1":"333 West Camden Street","city":"Baltimore","state":"Maryland","stateAbbrev":"MD","postalCode":"21201","defaultCoordinates":{"latitude":39.283787,"longitude":-76.621689},"azimuthAngle":31,"elevation":33,"country":"USA","phone":"(410) 685-9800"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2024"},"springVenue":{"id":2508,"link":"/api/v1/venues/2508"},"teamCode":"bal","fileCode":"bal","abbreviation":"BAL","teamName":"Orioles","locationName":"Baltimore","firstYearOfPlay":"1901","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":201,"name":"American League East","link":"/api/v1/divisions/201"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Baltimore","franchiseName":"Baltimore","clubName":"Orioles","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":111,"name":"Boston Red Sox","link":"/api/v1/teams/111","season":2024,"venue":{"id":3,"name":"Fenway Park","link":"/api/v1/venues/3","location":{"address1":"4 Yawkey Way","city":"Boston","state":"Massachusetts","stateAbbrev":"MA","postalCode":"2215","defaultCoordinates":{"latitude":42.346456,"longitude":-71.097441},"azimuthAngle":45,"elevation":21,"country":"USA","phone":"(617) 267-9440"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2024"},"springVenue":{"id":4309,"link":"/api/v1/venues/4309"},"teamCode":"bos","fileCode":"bos","abbreviation":"BOS","teamName":"Red Sox","locationName":"Boston","firstYearOfPlay":"1901","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":201,"name":"American League East","link":"/api/v1/divisions/201"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Boston","franchiseName":"Boston","clubName":"Red Sox","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":112,"name":"Chicago Cubs","link":"/api/v1/teams/112","season":2024,"venue":{"id":17,"name":"Wrigley Field","link":"/api/v1/venues/17","location":{"address1":"1060 West Addison","city":"Chicago","state":"Illinois","stateAbbrev":"IL","postalCode":"60613-4397","defaultCoordinates":{"latitude":41.948171,"longitude":-87.655503},"azimuthAngle":37,"elevation":595,"country":"USA","phone":"(773) 404-2827"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2024"},"springVenue":{"id":4629,"link":"/api/v1/venues/4629"},"teamCode":"chn","fileCode":"chc","abbreviation":"CHC","teamName":"Cubs","locationName":"Chicago","firstYearOfPlay":"1874","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":205,"name":"National League Central","link":"/api/v1/divisions/205"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Chi Cubs","franchiseName":"Chicago","clubName":"Cubs","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":113,"name":"Cincinnati Reds","link":"/api/v1/teams/113","season":2024,"venue":{"id":2602,"name":"Great American Ball Park","link":"/api/v1/venues/2602","location":{"address1":"100 Main Street","city":"Cincinnati","state":"Ohio","stateAbbrev":"OH","postalCode":"45202-4109","defaultCoordinates":{"latitude":39.097389,"longitude":-84.506611},"azimuthAngle":122,"elevation":535,"country":"USA","phone":"(513) 765-7000"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2024"},"springVenue":{"id":3834,"link":"/api/v1/venues/3834"},"teamCode":"cin","fileCode":"cin","abbreviation":"CIN","teamName":"Reds","locationName":"Cincinnati","firstYearOfPlay":"1882","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":205,"name":"National League Central","link":"/api/v1/divisions/205"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Cincinnati","franchiseName":"Cincinnati","clubName":"Reds","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":114,"name":"Cleveland Guardians","link":"/api/v1/teams/114","season":2024,"venue":{"id":5,"name":"Progressive Field","link":"/api/v1/venues/5","location":{"address1":"2401 Ontario Street","city":"Cleveland","state":"Ohio","stateAbbrev":"OH","postalCode":"44115","defaultCoordinates":{"latitude":41.495861,"longitude":-81.685255},"azimuthAngle":0,"elevation":653,"country":"USA","phone":"(216) 420-4200"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2024"},"springVenue":{"id":3834,"link":"/api/v1/venues/3834"},"teamCode":"cle","fileCode":"cle","abbreviation":"CLE","teamName":"Guardians","locationName":"Cleveland","firstYearOfPlay":"1901","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":202,"name":"American League Central","link":"/api/v1/divisions/202"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Cleveland","franchiseName":"Cleveland","clubName":"Guardians","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":115,"name":"Colorado Rockies","link":"/api/v1/teams/115","season":2024,"venue":{"id":19,"name":"Coors Field","link":"/api/v1/venues/19","location":{"address1":"2001 Blake Street","city":"Denver","state":"Colorado","stateAbbrev":"CO","postalCode":"80205-2000","defaultCoordinates":{"latitude":39.756042,"longitude":-104.994136},"azimuthAngle":4,"elevation":5190,"country":"USA","phone":"(303) 292-0200"},"timeZone":{"id":"America/Denver","offset":-7,"offsetAtGameTime":-7,"tz":"MST"},"active":true,"season":"2024"},"springVenue":{"id":4249,"link":"/api/v1/venues/4249"},"teamCode":"col","fileCode":"col","abbreviation":"COL","teamName":"Rockies","locationName":"Denver","firstYearOfPlay":"1992","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":203,"name":"National League West","link":"/api/v1/divisions/203"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Colorado","franchiseName":"Colorado","clubName":"Rockies","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":116,"name":"Detroit Tigers","link":"/api/v1/teams/116","season":2024,"venue":{"id":2394,"name":"Comerica Park","link":"/api/v1/venues/2394","location":{"address1":"2100 Woodward Avenue","city":"Detroit","state":"Michigan","stateAbbrev":"MI","postalCode":"48201","defaultCoordinates":{"latitude":42.3391151,"longitude":-83.048695},"azimuthAngle":150,"elevation":600,"country":"USA","phone":"(313) 471-2000"},"timeZone":{"id":"America/Detroit","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2024"},"springVenue":{"id":2511,"link":"/api/v1/venues/2511"},"teamCode":"det","fileCode":"det","abbreviation":"DET","teamName":"Tigers","locationName":"Detroit","firstYearOfPlay":"1901","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":202,"name":"American League Central","link":"/api/v1/divisions/202"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Detroit","franchiseName":"Detroit","clubName":"Tigers","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":117,"name":"Houston Astros","link":"/api/v1/teams/117","season":2024,"venue":{"id":2392,"name":"Minute Maid Park","link":"/api/v1/venues/2392","location":{"address1":"501 Crawford Street","city":"Houston","state":"Texas","stateAbbrev":"TX","postalCode":"77002","defaultCoordinates":{"latitude":29.756967,"longitude":-95.355509},"azimuthAngle":343,"elevation":45,"country":"USA","phone":"(713) 259-8000"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2024"},"springVenue":{"id":5000,"link":"/api/v1/venues/5000"},"teamCode":"hou","fileCode":"hou","abbreviation":"HOU","teamName":"Astros","locationName":"Houston","firstYearOfPlay":"1962","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":200,"name":"American League West","link":"/api/v1/divisions/200"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Houston","franchiseName":"Houston","clubName":"Astros","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":118,"name":"Kansas City Royals","link":"/api/v1/teams/118","season":2024,"venue":{"id":7,"name":"Kauffman Stadium","link":"/api/v1/venues/7","location":{"address1":"One Royal Way","city":"Kansas City","state":"Missouri","stateAbbrev":"MO","postalCode":"64129","defaultCoordinates":{"latitude":39.051567,"longitude":-94.480483},"azimuthAngle":46,"elevation":856,"country":"USA","phone":"(816) 921-8000"},"timeZone":{"id":"America/Chicago","offset":-6,"offsetAtGameTime":-6,"tz":"CST"},"active":true,"season":"2024"},"springVenue":{"id":2603,"link":"/api/v1/venues/2603"},"teamCode":"kca","fileCode":"kc","abbreviation":"KC","teamName":"Royals","locationName":"Kansas City","firstYearOfPlay":"1968","league":{"id":103,"name":"American League","link":"/api/v1/league/103"},"division":{"id":202,"name":"American League Central","link":"/api/v1/divisions/202"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Kansas City","franchiseName":"Kansas City","clubName":"Royals","active":true},{"springLeague":{"id":114,"name":"Cactus League","link":"/api/v1/league/114","abbreviation":"CL"},"allStarStatus":"N","id":119,"name":"Los Angeles Dodgers","link":"/api/v1/teams/119","season":2024,"venue":{"id":22,"name":"Dodger Stadium","link":"/api/v1/venues/22","location":{"address1":"1000 Vin Scully Avenue","city":"Los Angeles","state":"California","stateAbbrev":"CA","postalCode":"90012-1199","defaultCoordinates":{"latitude":34.07368,"longitude":-118.24053},"azimuthAngle":26,"elevation":515,"country":"USA","phone":"(323) 224-1500"},"timeZone":{"id":"America/Los_Angeles","offset":-8,"offsetAtGameTime":-8,"tz":"PST"},"active":true,"season":"2024"},"springVenue":{"id":3809,"link":"/api/v1/venues/3809"},"teamCode":"lan","fileCode":"la","abbreviation":"LAD","teamName":"Dodgers","locationName":"Los Angeles","firstYearOfPlay":"1884","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":203,"name":"National League West","link":"/api/v1/divisions/203"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"LA Dodgers","franchiseName":"Los Angeles","clubName":"Dodgers","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":120,"name":"Washington Nationals","link":"/api/v1/teams/120","season":2024,"venue":{"id":3309,"name":"Nationals Park","link":"/api/v1/venues/3309","location":{"address1":"1500 South Capitol Street, SE","city":"Washington","state":"District of Columbia","stateAbbrev":"DC","postalCode":"20003-1507","defaultCoordinates":{"latitude":38.872861,"longitude":-77.007501},"azimuthAngle":28,"elevation":35,"country":"USA","phone":"(202) 349-0400"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2024"},"springVenue":{"id":5000,"link":"/api/v1/venues/5000"},"teamCode":"was","fileCode":"was","abbreviation":"WSH","teamName":"Nationals","locationName":"Washington","firstYearOfPlay":"1968","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":204,"name":"National League East","link":"/api/v1/divisions/204"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"Washington","franchiseName":"Washington","clubName":"Nationals","active":true},{"springLeague":{"id":115,"name":"Grapefruit League","link":"/api/v1/league/115","abbreviation":"GL"},"allStarStatus":"N","id":121,"name":"New York Mets","link":"/api/v1/teams/121","season":2024,"venue":{"id":3289,"name":"Citi Field","link":"/api/v1/venues/3289","location":{"address1":"Citi Field","city":"Flushing","state":"New York","stateAbbrev":"NY","postalCode":"11368","defaultCoordinates":{"latitude":40.75753012,"longitude":-73.84559155},"azimuthAngle":13,"elevation":10,"country":"USA","phone":"(718) 507-6387"},"timeZone":{"id":"America/New_York","offset":-5,"offsetAtGameTime":-5,"tz":"EST"},"active":true,"season":"2024"},"springVenue":{"id":2856,"link":"/api/v1/venues/2856"},"teamCode":"nyn","fileCode":"nym","abbreviation":"NYM","teamName":"Mets","locationName":"Flushing","firstYearOfPlay":"1962","league":{"id":104,"name":"National League","link":"/api/v1/league/104"},"division":{"id":204,"name":"National League East","link":"/api/v1/divisions/204"},"sport":{"id":1,"link":"/api/v1/sports/1","name":"Major League Baseball"},"shortName":"NY Mets","franchiseName":"New York","clubName":"Mets","active":true}]; }()); </script> <!-- Ticketing Partials --> <!-- VSM Custom Scripts and Styles --> <!-- Structured Data Schema --> <link rel="stylesheet" type="text/css" href="//www.mlbstatic.com/mlb.com/overrides/styles/mlb.css"/> </head> <body id="roster_index" class="lang-en team-111" data-background-skin-total="1" > <svg width="0" height="0" style="position:absolute"><symbol id="icon-globe" viewBox="0 0 512 512"><title>Globe icon</title><path d="M0 255.9C0 185 24.9 124.7 74.8 74.8S185 0 255.9 0 387.1 24.9 437 74.8c49.9 49.9 74.8 110.2 74.8 181.1 0 70.8-24.9 131.2-74.8 181.1-49.9 49.9-110.2 74.8-181.1 74.8-70.8 0-131.2-24.9-181.1-74.8S0 326.7 0 255.9zm33 8.2c2.8 58.5 24.8 108.3 66 149.6 18.6-13.1 37.8-23.7 57.8-32-15.1-37.1-23.4-76.4-24.8-117.6H33zm0-16.5h99.1c1.4-36.5 7.9-70.8 19.6-103.2-22-8.9-42.6-21-61.9-36.1C54 148.2 35.1 194.7 33 247.6zM101.1 96c17.9 13.8 36.8 24.8 56.7 33 15.1-35.8 35.8-66.7 61.9-92.9-46 7.6-85.6 27.5-118.6 59.9zm10.3 329.1c31 26.8 67.1 43.7 108.3 50.6-22.7-22.7-41.3-48.8-55.7-78.4-18.5 6.8-36.1 16.1-52.6 27.8zm37.2-161c1.4 39.2 9.3 76.7 23.7 112.5 24.1-7.6 49.2-12 75.3-13.4v-99.1h-99zm0-16.5h99.1v-82.5c-27.5-1.4-54.3-6.5-80.5-15.5-11.1 31-17.2 63.6-18.6 98zm24.7-113.5c24.1 8.3 48.8 13.1 74.3 14.4V33h-1c-31.6 26.8-56.1 60.5-73.3 101.1zm6.2 256.9c17.2 35.1 39.6 64.3 67.1 87.7h1v-99.1c-24 1.5-46.7 5.3-68.1 11.4zm84.6 87.7h1c27.5-23.4 49.9-52.6 67.1-87.7-21.3-6.2-44-10-68.1-11.3v99zm0-115.5c26.1 1.4 51.2 5.8 75.3 13.4 14.4-35.8 22.4-73.3 23.7-112.5H264v99.1zm0-115.6h99.1c-1.4-34.4-7.6-67.1-18.6-98-26.1 8.9-53 14.1-80.5 15.5v82.5zm0-99c25.5-1.4 50.2-6.2 74.3-14.4-17.2-40.7-41.6-74.4-73.2-101.2h-1v115.6zm27.9 327c41.3-6.9 77.4-23.7 108.3-50.6-16.5-11.7-34-21-52.6-27.9-14.4 29.7-33 55.9-55.7 78.5zm0-439.5c26.1 26.1 46.8 57.1 61.9 92.9 19.9-8.3 38.9-19.3 56.7-33-33-32.4-72.5-52.3-118.6-59.9zm62.9 345.7c19.9 8.3 39.2 18.9 57.8 32 41.3-41.3 63.3-91.1 66-149.6h-99.1c-1.3 41.2-9.5 80.4-24.7 117.6zm5.2-237.4c11.7 32.3 18.2 66.7 19.6 103.2h99.1c-2.1-53-21-99.4-56.7-139.3-19.4 15.2-40 27.2-62 36.1z" class="ast0"/></symbol><symbol viewBox="0 0 512 512" id="icon-login"><title>Login icon</title><path d="M509 508s0-34.8-2.9-53c-2.4-14.4-22.3-33.3-106.9-64.4-83.3-30.6-78.1-15.7-78.1-71.9 0-36.5 18.6-15.3 30.4-84.6 4.6-27.3 8.3-9.1 18.3-52.8 5.3-22.9-3.6-24.6-2.5-35.6s2.1-20.7 4.1-43.1C373.8 74.9 348.1 2 256 2S138.2 74.9 140.7 102.7c2 22.3 3 32.2 4.1 43.1 1.1 10.9-7.8 12.7-2.5 35.6 10 43.6 13.7 25.4 18.3 52.8 11.9 69.3 30.4 48.1 30.4 84.6 0 56.4 5.1 41.5-78.1 71.9C28.3 421.7 8.3 440.8 6 455.2c-3 18-3 52.8-3 52.8h506z"/></symbol><symbol viewBox="0 0 877 713" id="icon-recap"><title>Recap icon</title><defs><path d="M0 712.23h876.285V0H0z"/></defs><g fill-rule="evenodd"><path d="M766.623 109.533V0H0v602.697S0 712.23 109.492 712.23H794.04s82.245-1.746 82.245-109.533V109.533H766.62h.003zM108.028 657.637c-54.66 0-54.66-54.68-54.66-54.68V55.11h657.127v547.847c0 25.132 7.737 42.663 18.448 54.68H108.028z"/><path d="M108.46 547.756h246.4V273.833h-246.4m0-110.223H656.1v54.716H108.46m301.273 329.082h246.403v-54.852H409.733m0-53.648h246.403v-54.852H409.733m0-55.37h246.403v-54.853H409.733"/></g></symbol><symbol viewBox="156 245 512 512" id="icon-search"><title>Search icon</title><path d="M667.6 705.2L502.7 564.7c23.2-31.7 37-70.8 37-113.1 0-105.8-86.1-191.9-191.9-191.9S156 345.8 156 451.6s86.1 191.9 191.9 191.9c43.7 0 84.1-14.7 116.4-39.4L632 747l35.6-41.8zM347.9 589.1c-75.9 0-137.6-61.7-137.6-137.6 0-75.8 61.7-137.5 137.6-137.5s137.6 61.7 137.6 137.6c-.1 75.8-61.8 137.5-137.6 137.5z"/></symbol><symbol viewBox="156 245 512 512" id="icon-tickets"><title>Tickets icon</title><path d="M660.1 396.3l-28.2-28.2c-24 24-63 24-87 0s-24-63 0-87l-28.3-28.2c-9.8-9.8-25.7-9.8-35.5 0L164.3 569.7c-9.8 9.8-9.8 25.7 0 35.5l28.2 28.2c24-24 63-24 87 0s24 63 0 87l28.2 28.2c9.8 9.8 25.7 9.8 35.5 0L660 431.8c9.8-9.7 9.8-25.7.1-35.5zm-198.2-45.5l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4zm42 42l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4zm42 42l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4zm42 42l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4z"/></symbol></svg> <script> window.reactHeaderState = {"navItems":{"navSideItems":[{"id":"tickets","text":"Tickets","url":"/redsox/tickets","subnav":[{"id":"5a69195e-775a-4b10-bd90-abd885da9587","isHidden":false,"text":"Single Game Tickets","url":"/redsox/tickets/single-game-tickets","shouldOpenInNewWindow":false},{"id":"f79a1de3-7c44-4de8-8217-f9738e23460d","isHidden":false,"text":"Spring Training Tickets","url":"/redsox/tickets/spring-training","shouldOpenInNewWindow":false},{"id":"934eb974-55a2-4248-a2d9-856d6fa9fd5f","isHidden":false,"text":"Group Tickets","url":"/redsox/tickets/group-tickets","shouldOpenInNewWindow":false},{"id":"df65b067-e242-4334-a32d-056a2083c42f","isHidden":false,"text":"Student Ticket Offers","url":"/redsox/tickets/specials/students","shouldOpenInNewWindow":false},{"id":"27424b41-a2a2-4bc3-86a4-acba37681975","isHidden":false,"text":"Suites & Hospitality","url":"/redsox/tickets/suites","shouldOpenInNewWindow":false},{"id":"91d8f59a-e93b-496c-bb4b-a8955fd51112","isHidden":false,"text":"Red Sox Destinations","url":"/redsox/tickets/travel","shouldOpenInNewWindow":false},{"id":"c6943fa2-ef54-4e16-9bdc-a3543248709d","isHidden":false,"text":"Season Tickets","url":"/redsox/tickets/season-tickets","shouldOpenInNewWindow":false},{"id":"b98a9f8b-5e75-4689-9def-71da8540ce2c","isHidden":false,"text":"Policies","url":"/redsox/tickets/policies","shouldOpenInNewWindow":false},{"id":"28a5ade0-82e2-4008-9ed2-2825b43fc62f","isHidden":false,"text":"Digital Ticketing","url":"/redsox/tickets/mobile","shouldOpenInNewWindow":false},{"id":"9e7de13c-7197-434e-a82d-6c31518f2c58","isHidden":false,"text":"Buy on SeatGeek","url":"https://seatgeek.com/boston-red-sox-tickets?aid=15967&pid=integration&rid=1&utm_medium=partnership&utm_source=redsox_sponsorship&utm_campaign=integration","shouldOpenInNewWindow":true},{"id":"cbf9522a-8963-456b-a606-644db350e49c","isHidden":false,"text":"Special Events","url":"/redsox/tickets/events","shouldOpenInNewWindow":false},{"id":"f9e49b82-7dd4-4ebd-93b6-4e248202c1bc","isHidden":false,"text":"Fenway Concert Series","url":"/redsox/tickets/concerts","shouldOpenInNewWindow":false},{"id":"5d782da7-5b02-4d68-8495-9ca5b085551d","isHidden":false,"text":"Red Sox Gift Cards","url":"/redsox/tickets/gift-cards","shouldOpenInNewWindow":false}],"ariaLabel":"Tickets","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"tickets"},{"id":"red-sox-rewards","text":"Red Sox Rewards - HIDDEN","url":"/redsox/rewards","subnav":false,"ariaLabel":"Red Sox Rewards - HIDDEN","isCurrentSection":false,"isHidden":true,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"rewards"},{"id":"cc384c3d-aeb3-4f27-9bc0-f53d80e0364b","text":"Season Tickets","url":"/redsox/tickets/season-tickets","subnav":[{"id":"2b3c10c6-5159-4e89-830e-04bdd9dbf90f","isHidden":false,"text":"Current Season Ticket Holders","url":"/redsox/tickets/season-tickets/holders","shouldOpenInNewWindow":false},{"id":"4feca2b0-2315-4455-93a6-6a7c343bb157","isHidden":false,"text":"Become a Season Ticket Holder","url":"/redsox/tickets/season-tickets","shouldOpenInNewWindow":false},{"id":"7e80d850-b452-4de2-94c2-45547a0142b2","isHidden":false,"text":"Premium Season Tickets","url":"/redsox/tickets/season-tickets/premium","shouldOpenInNewWindow":false},{"id":"94a930ab-b81e-40a7-95be-0cc07ca90bb4","isHidden":false,"text":"Spring Training Season Tickets","url":"/redsox/tickets/spring-training/season-tickets","shouldOpenInNewWindow":false},{"id":"b269c6fc-b0f3-4b96-b11d-2c2ef1675d0a","isHidden":false,"text":"Red Sox Rewards","url":"/redsox/rewards","shouldOpenInNewWindow":false},{"id":"97f51704-b7a3-4bef-91ef-81494d532dca","isHidden":false,"text":"My Tickets","url":"https://mlb.tickets.com/ticketmanagement/?orgid=36209&agency=RSXM_MYTIXX#/","shouldOpenInNewWindow":true},{"id":"ba43014b-e344-4190-9f44-966fd3ed199e","isHidden":false,"text":"Sell on SeatGeek","url":"https://seatgeek.com/sell/boston-red-sox?aid=15967&pid=integration&rid=8&utm_medium=partnership&utm_source=redsox_sponsorship&utm_campaign=integration","shouldOpenInNewWindow":true}],"ariaLabel":"Season Tickets","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"tickets"},{"id":"schedule","text":"Schedule","url":"/redsox/schedule/2025-02","subnav":[{"id":"0729a8ef-959a-47eb-b1b8-6559004a0f72","isHidden":false,"text":"2025 Spring Training Schedule","url":"/redsox/schedule/2025-02","shouldOpenInNewWindow":false},{"id":"0cc1165d-60f2-4ef5-98bf-006f9a47117a","isHidden":false,"text":"2025 Regular Season Schedule","url":"/redsox/schedule/2025-03","shouldOpenInNewWindow":false},{"id":"95f1ae54-b528-4b3e-9cd1-c4d121f8e6d1","isHidden":false,"text":"Sortable Schedule","url":"/redsox/schedule/2025-02/list","shouldOpenInNewWindow":false},{"id":"92024e75-cbc3-4995-864f-8cd23ea5ec93","isHidden":false,"text":"Downloadable Schedule","url":"/redsox/schedule/downloadable-schedule","shouldOpenInNewWindow":false},{"id":"53a4a625-cdd9-4dfd-9b44-90822882e9e4","isHidden":false,"text":"Printable Schedule","url":"/redsox/schedule/printable-schedule","shouldOpenInNewWindow":false},{"id":"578e1ae3-0e1d-4422-853f-2c272df2e927","isHidden":false,"text":"MLB Events","url":"https://www.mlb.com/events","shouldOpenInNewWindow":false}],"ariaLabel":"Schedule","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"schedule"},{"id":"scores","text":"Scores","url":"/redsox/scores","subnav":false,"ariaLabel":"Scores","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"scores"},{"id":"stats","text":"Stats","url":"/redsox/stats","subnav":[{"id":"83a77ffc-f99e-4a31-acbc-cacf82a3ff28","isHidden":false,"text":"Team Stats","url":"/redsox/stats/team","shouldOpenInNewWindow":false},{"id":"662d98d8-8ca7-43c2-aa9a-2918670a0020","isHidden":false,"text":"Top Prospect Stats","url":"https://www.mlb.com/prospects/stats?teamId=111","shouldOpenInNewWindow":false},{"id":"c28acf75-a5e6-48ad-8c67-4f245f67ccfd","isHidden":false,"text":"Affiliate Stats","url":"https://www.mlb.com/prospects/stats/affiliates?teamId=111","shouldOpenInNewWindow":false},{"id":"7a3ce471-97e5-4ff8-8b9b-feadc1571cb4","isHidden":false,"text":"Baseball Savant","url":"https://baseballsavant.mlb.com/team/111","shouldOpenInNewWindow":true}],"ariaLabel":"Stats","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"stats"},{"id":"roster","text":"Roster","url":"/redsox/roster","subnav":[{"id":"6d3d966e-bf84-4754-bd1f-d5a365f7f06d","isHidden":false,"text":"40-Man Roster","url":"/redsox/roster/40-man","shouldOpenInNewWindow":false},{"id":"b30dfd4c-aa19-47f4-876e-87939df94ca9","isHidden":false,"text":"Depth Chart","url":"/redsox/roster/depth-chart","shouldOpenInNewWindow":false},{"id":"f5194b6c-bfa1-4d76-b5ff-eba3b44f13a2","isHidden":false,"text":"Coaches","url":"/redsox/roster/coaches","shouldOpenInNewWindow":false},{"id":"4b57c7ae-543d-44eb-9b63-93684b7a0ca5","isHidden":false,"text":"Top 30 Prospects","url":"https://www.mlb.com/prospects/redsox/","shouldOpenInNewWindow":false},{"id":"252ebc7b-122f-4735-9980-9798712a4baa","isHidden":false,"text":"Transactions","url":"/redsox/roster/transactions","shouldOpenInNewWindow":false},{"id":"cc9a038d-e2f0-4180-87c3-7de19a111e60","isHidden":false,"text":"Injury Updates","url":"/redsox/news/topic/red-sox-injury-report","shouldOpenInNewWindow":false},{"id":"c8aab00c-fb34-4f4e-9c90-ea888fcc81d8","isHidden":false,"text":"Draft Results","url":"https://www.mlb.com/draft/tracker/all/team/redsox","shouldOpenInNewWindow":false},{"id":"3cba1a2a-4362-496c-8bc6-895f555dbef9","isHidden":false,"text":"Front Office","url":"/redsox/team/front-office","shouldOpenInNewWindow":false},{"id":"fe8e80a9-86c6-479a-a59e-06e770e421ee","isHidden":false,"text":"Broadcasters","url":"/redsox/team/broadcasters","shouldOpenInNewWindow":false}],"ariaLabel":"Roster","isCurrentSection":true,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"roster"},{"id":"video","text":"Video","url":"/redsox/video","subnav":[{"id":"b2ea4570-f28e-4f2b-a1d9-e27ff2315d09","isHidden":false,"text":"Most Popular","url":"/redsox/video/topic/t111-default-vtp","shouldOpenInNewWindow":false},{"id":"d45b4c1f-e4cf-49a2-b75c-be77ff902351","isHidden":false,"text":"Sox Shorts","url":"/redsox/video/topic/sox-shorts","shouldOpenInNewWindow":false},{"id":"ca8576e2-f173-4062-8a4a-a242e05f0bbe","isHidden":false,"text":"Red Sox Report","url":"/redsox/video/topic/red-sox-report","shouldOpenInNewWindow":false},{"id":"89191bd7-efdb-4186-a1a1-b25ec6597b3c","isHidden":false,"text":"Red Sox Game Recap","url":"/redsox/video/topic/red-sox-game-recap","shouldOpenInNewWindow":false},{"id":"023a2fd3-2f1b-48d1-b087-378b439ef198","isHidden":false,"text":"Red Sox Manager Postgame","url":"/redsox/video/topic/red-sox-manager-postgame","shouldOpenInNewWindow":false},{"id":"4ec5a5cd-fc75-465a-9e18-dddc69c7e201","isHidden":false,"text":"Red Sox Top 5 Plays","url":"/redsox/video/topic/red-sox-top-5","shouldOpenInNewWindow":false},{"id":"8fd907d3-00b1-43a6-9415-944b902de0cd","isHidden":false,"text":"Red Sox Cut4","url":"/redsox/video/topic/red-sox-cut4","shouldOpenInNewWindow":false},{"id":"4610bb9e-2b0f-418d-bb7e-5598468e32da","isHidden":false,"text":"Red Sox Reviews","url":"/redsox/video/topic/red-sox-reviews","shouldOpenInNewWindow":false},{"id":"be21c2b3-c132-491a-b3fc-c3ddb2dc2dd7","isHidden":false,"text":"MLB Network","url":"https://www.mlb.com/network","shouldOpenInNewWindow":false}],"ariaLabel":"Video","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"video"},{"id":"news","text":"News","url":"/redsox/news","subnav":[{"id":"75ec766f-75d8-42aa-838e-dc284a83b197","isHidden":false,"text":"Official Releases","url":"/redsox/news/topic/red-sox-press-releases","shouldOpenInNewWindow":false},{"id":"530385c7-182d-44d9-9f5f-3bddb832fb75","isHidden":false,"text":"Red Sox Pipeline","url":"/redsox/news/topic/redsox-pipeline-coverage","shouldOpenInNewWindow":false},{"id":"56e98971-350a-48b7-8941-89660e2b5812","isHidden":false,"text":"Fenway Frames Blog","url":"https://redsoxphotos.mlblogs.com","shouldOpenInNewWindow":true},{"id":"8cbb7b66-1805-436e-97c7-4bb0e5f4a310","isHidden":false,"text":"Photo Stream","url":"/redsox/team/photos","shouldOpenInNewWindow":false},{"id":"d50463c0-88aa-4312-b2cf-23abb9e6a2bd","isHidden":false,"text":"RSS News Feed","url":"/redsox/feeds/news/rss.xml","shouldOpenInNewWindow":false},{"id":"05353cfd-26a1-4898-898b-3d6091413dec","isHidden":false,"text":"Red Sox History","url":"/redsox/history","shouldOpenInNewWindow":false},{"id":"179ffcf3-0c12-4436-a57f-456d575d49ad","isHidden":false,"text":"Red Sox History Feature Stories","url":"/redsox/news/topic/red-sox-history-trivia","shouldOpenInNewWindow":false},{"id":"7c80fbb0-421f-4f25-8ad8-f10ca9092551","isHidden":false,"text":"MLB News","url":"https://www.mlb.com/news","shouldOpenInNewWindow":false}],"ariaLabel":"News","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"news"},{"id":"ballpark","text":"Fenway Park","url":"/redsox/ballpark","subnav":[{"id":"9bfa73b8-a966-4a34-9627-42b322ea3c80","isHidden":false,"text":"Information Guide","url":"/redsox/ballpark/information","shouldOpenInNewWindow":false},{"id":"f8ade93b-56b6-4596-8846-84d18846ec78","isHidden":false,"text":"Health & Safety","url":"/redsox/ballpark/safety","shouldOpenInNewWindow":false},{"id":"3b06f8fc-f4d1-4122-a7b1-c76de68d3e56","isHidden":false,"text":"Directions","url":"/redsox/ballpark/transportation","shouldOpenInNewWindow":false},{"id":"0b6d8e58-f56b-4b28-b7d5-41f6e4b37114","isHidden":false,"text":"Fenway Park 3D Seat Map","url":"/redsox/ballpark/seat-map","shouldOpenInNewWindow":false},{"id":"f68389ca-dfab-411e-b89e-50b3ab541a90","isHidden":false,"text":"Fenway Park Netting","url":"/redsox/ballpark/netting","shouldOpenInNewWindow":false},{"id":"0be71405-1335-46c8-a67e-6fef77cdf374","isHidden":false,"text":"JetBlue Park 3D Seat Map","url":"/redsox/spring-training/ballpark/3d-seat-map","shouldOpenInNewWindow":false},{"id":"dd607d77-74d6-40e1-a828-3a9111c826c6","isHidden":false,"text":"Security Guidelines","url":"/redsox/ballpark/information/security","shouldOpenInNewWindow":false},{"id":"77e1e762-b397-468e-a3df-fd1dcff6db1c","isHidden":false,"text":"Accessibility Guide","url":"/redsox/ballpark/disability-access-guide","shouldOpenInNewWindow":false},{"id":"d086a5cd-9244-4741-843f-945b0b16c421","isHidden":false,"text":"Fenway Park History","url":"/redsox/ballpark/museum","shouldOpenInNewWindow":false},{"id":"0eb85405-3847-4baf-af01-43544423cbac","isHidden":false,"text":"Fenway Greening","url":"/redsox/ballpark/green-initiatives","shouldOpenInNewWindow":false},{"id":"68d5f43e-c8fb-4de4-8937-448c53ed4c5b","isHidden":false,"text":"Parking","url":"/redsox/ballpark/transportation/parking","shouldOpenInNewWindow":false},{"id":"a79be1d5-b1fd-4922-9a01-535776fe66e8","isHidden":false,"text":"Bike to Fenway Park","url":"/redsox/ballpark/transportation/bicycle","shouldOpenInNewWindow":false},{"id":"320310a3-736b-484e-9987-3d47975fe202","isHidden":false,"text":"Concessions Guide","url":"/redsox/ballpark/concessions","shouldOpenInNewWindow":false},{"id":"9a4865a7-a6ed-4d8f-b68c-be1294a4eea8","isHidden":false,"text":"JetBlue Park at Fenway South","url":"/redsox/spring-training/ballpark","shouldOpenInNewWindow":false},{"id":"e1383c45-033f-4f99-831f-ff796bc30a3a","isHidden":false,"text":"Fenway Park Anniversary Brick Locator","url":"/redsox/brick-locator","shouldOpenInNewWindow":false},{"id":"f111aeba-dc5e-42e0-877c-d53fc5c5d246","isHidden":false,"text":"Preferred Hotel Partner","url":"/redsox/sponsorship/hotel-commonwealth","shouldOpenInNewWindow":false},{"id":"3dcbfbe4-4042-4810-b7c9-dae2b594ee2d","isHidden":false,"text":"Red Sox Hall of Fame","url":"/redsox/ballpark/museum/hall-of-fame","shouldOpenInNewWindow":false},{"id":"6036c511-6199-44f5-b9c8-5c866cc0084f","isHidden":false,"text":"Fenway Park Events","url":"/redsox/ballpark/events","shouldOpenInNewWindow":false},{"id":"c363842b-d844-44e1-9901-3ebd5b2e17bb","isHidden":false,"text":"Fenway Park Tours","url":"/redsox/ballpark/tours","shouldOpenInNewWindow":false}],"ariaLabel":"Fenway Park","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"gameday"},{"id":"community","text":"Community","url":"/redsox/community","subnav":[{"id":"97eb28b7-2d0c-4af4-841a-53d179d7e904","isHidden":false,"text":"Red Sox Foundation","url":"/redsox/community/red-sox-foundation","shouldOpenInNewWindow":false},{"id":"24f2bf97-5474-4057-adca-d09680e5ee1d","isHidden":false,"text":"Player Programs","url":"/redsox/community/player-programs","shouldOpenInNewWindow":false},{"id":"854cf39a-818f-4f5d-9402-4e8787cdd973","isHidden":false,"text":"Game Day Programs","url":"/redsox/community/game-day-programs","shouldOpenInNewWindow":false},{"id":"b012955c-ecd2-443e-bf84-f93f5ed3d325","isHidden":false,"text":"Community Programs","url":"/redsox/community/community-programs","shouldOpenInNewWindow":false},{"id":"8f65a3b5-6887-48cd-9e6e-a88aa65141ac","isHidden":false,"text":"In-Kind Donations","url":"/redsox/community/in-kind-donations","shouldOpenInNewWindow":false},{"id":"14f698b8-6c29-4695-abce-f84f6fb3473c","isHidden":false,"text":"Alumni Programs","url":"/redsox/community/alumni-programs","shouldOpenInNewWindow":false},{"id":"52c1962a-6c77-4438-ad19-5e030afa37bd","isHidden":false,"text":"Lindos Sue帽os","url":"/redsox/community/lindos-suenos","shouldOpenInNewWindow":false},{"id":"6b54ae02-eba5-4e9f-a518-2b69a6a40024","isHidden":false,"text":"Community Report","url":"/redsox/community/community-report","shouldOpenInNewWindow":false},{"id":"505624bf-1251-4b5b-a3d6-c72378c11c3d","isHidden":false,"text":"MLB Together","url":"https://www.mlb.com/mlb-together","shouldOpenInNewWindow":false}],"ariaLabel":"Community","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"globe"},{"id":"fans","text":"Fans","url":"/redsox/fans","subnav":[{"id":"ba84da54-f0af-445b-8d81-06853b2fddc9","isHidden":false,"text":"Red Sox Nation Fan Club","url":"/redsox/fans/red-sox-nation","shouldOpenInNewWindow":false},{"id":"692b24e1-68b6-48a3-af47-2941ddc72b32","isHidden":false,"text":"Kid Nation","url":"/redsox/fans/kid-nation","shouldOpenInNewWindow":false},{"id":"f13e4cb8-4411-4c40-9704-0d62364f8a80","isHidden":false,"text":"Fantasy Camp","url":"/redsox/fans/fantasy-camps","shouldOpenInNewWindow":false},{"id":"dd60e8a1-b428-4c0e-88ce-a0f27c68ebbb","isHidden":false,"text":"Red Sox Showcase","url":"/redsox/fans/mobile-showcase","shouldOpenInNewWindow":false},{"id":"c57418cb-b344-4d04-997d-24345538b756","isHidden":false,"text":"Red Sox Kids","url":"/redsox/fans/kids","shouldOpenInNewWindow":false},{"id":"93a70b7e-2b5f-41b3-a6a1-12beda6aedd9","isHidden":false,"text":"Red Sox Home Fun","url":"/redsox/fans/home-fun","shouldOpenInNewWindow":false},{"id":"d4aa4333-6415-4aef-a466-4a2237a1a6f5","isHidden":false,"text":"Red Sox Rewards","url":"/redsox/rewards","shouldOpenInNewWindow":false},{"id":"867bcba9-9749-4c9e-8a57-1e832dd6ed8d","isHidden":false,"text":"Red Sox Game Day Program","url":"/redsox/fans/game-day-program","shouldOpenInNewWindow":false},{"id":"72cb9f66-3166-436e-820f-2cb7896ae9a3","isHidden":false,"text":"Red Sox Yearbook","url":"/redsox/fans/yearbook","shouldOpenInNewWindow":false},{"id":"dd3b5f72-99ed-441b-8482-eb4eb7ead6d2","isHidden":false,"text":"Red Sox Social Media Clubhouse","url":"/redsox/social","shouldOpenInNewWindow":false},{"id":"d46abc97-c39c-4025-a2c5-3a396ec7f421","isHidden":false,"text":"Experiences and Merchandise","url":"/redsox/fans/experiences-and-merchandise","shouldOpenInNewWindow":false},{"id":"8fcada34-c914-473e-82bd-1b4a6940efc6","isHidden":false,"text":"Wally the Green Monster","url":"/redsox/fans/mascots","shouldOpenInNewWindow":false},{"id":"1a5f5daa-578d-4b5e-aef1-f33d5f8c69fc","isHidden":false,"text":"Email Newsletters","url":"/redsox/fans/newsletters","shouldOpenInNewWindow":false},{"id":"3cc20c86-555d-44e1-8749-a02646e51088","isHidden":false,"text":"Red Sox Baseball Summer Camps","url":"/redsox/fans/baseball-camps","shouldOpenInNewWindow":false},{"id":"055e68b4-65de-41e5-87ce-cca22f31994b","isHidden":false,"text":"Red Sox Gift Guide","url":"/redsox/fans/gift-guide","shouldOpenInNewWindow":false},{"id":"b46d69ed-a713-44a2-a153-59779ad7ceb3","isHidden":false,"text":"Government Affairs","url":"/redsox/fans/government-affairs","shouldOpenInNewWindow":false},{"id":"376da53d-7d08-47b5-a5a4-d2c977710319","isHidden":false,"text":"William Raveis All-Star Team","url":"/redsox/sponsorship/raveis-agent-hall-of-fame","shouldOpenInNewWindow":false}],"ariaLabel":"Fans","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"fans"},{"id":"d1f61f89-9fd0-4f03-be17-2c5e128711a4","text":"Apps","url":"/redsox/apps","subnav":[{"id":"83ac2ddf-414b-47d1-afec-ffacd068ab57","isHidden":false,"text":"MLB","url":"/redsox/apps/mlb-app","shouldOpenInNewWindow":false},{"id":"e09e6978-fcf7-4c2f-8387-59d83b7be38e","isHidden":false,"text":"MLB Ballpark","url":"/redsox/apps/ballpark","shouldOpenInNewWindow":false},{"id":"86320a6b-11a1-4312-8eeb-a6c44f293f6c","isHidden":false,"text":"MLB Play","url":"https://www.mlb.com/play","shouldOpenInNewWindow":false},{"id":"5e7b8019-9484-4872-abd7-8b963cd5969e","isHidden":false,"text":"MiLB","url":"https://www.milb.com/about/milb-app","shouldOpenInNewWindow":false},{"id":"4fd8c1f8-a753-4501-916c-663390f1a566","isHidden":false,"text":"MLB Home Run Derby","url":"https://www.mlb.com/apps/home-run-derby","shouldOpenInNewWindow":false},{"id":"9d8dfe8b-be1a-4ebf-9509-6bd0165a868e","isHidden":false,"text":"MLB FAQs","url":"/redsox/apps/mlb-app/faq-apple","shouldOpenInNewWindow":false},{"id":"df4e8527-e357-4272-bcf7-61876ed9455d","isHidden":false,"text":"MLB Ballpark FAQs","url":"/redsox/apps/ballpark/frequently-asked-questions","shouldOpenInNewWindow":false},{"id":"0ee38329-4c3c-48f5-86c7-04a58c24c006","isHidden":false,"text":"MLB Play FAQs","url":"https://www.mlb.com/help/play/frequently-asked-questions","shouldOpenInNewWindow":false}],"ariaLabel":"Apps","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"apps"},{"id":"standings","text":"Standings","url":"/redsox/standings","subnav":false,"ariaLabel":"Standings","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"standings"},{"id":"a9c9aa92-a216-4cf9-830f-d80daf596b0e","text":"Vote","url":"https://www.mlb.com/all-star/ballot?affiliateId=asb-topnav-club-2024","subnav":false,"appears":"1717603200","ariaLabel":"Vote","expires":"1720022400","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"vote"},{"id":"93b3e9b2-65a9-4585-9185-03e255cb523c","text":"MLB.TV","url":"https://www.mlb.com/tv?&affiliateId=clubMENU","subnav":[{"id":"2d8d6ad8-dc2a-4971-9b12-f1853530c5d3","isHidden":false,"text":"Buy MLB.TV Offseason Package","url":"https://www.mlb.com/live-stream-games/subscribe?&affiliateId=clubMENU","shouldOpenInNewWindow":false},{"id":"d54a2b21-9db9-4252-9ebe-e3a4b2a3cf83","isHidden":false,"text":"Watch & Listen","url":"https://www.mlb.com/live-stream-games?&affiliateId=clubMENU","shouldOpenInNewWindow":false},{"id":"aac853ab-a314-4970-b76e-b489139a0ff7","isHidden":false,"text":"Link Account","url":"https://www.mlb.com/live-stream-games/partners?&affiliateId=clubMENU","shouldOpenInNewWindow":false},{"id":"6254640c-2069-4447-822f-084d0a38f161","isHidden":false,"text":"Help Center","url":"https://www.mlb.com/live-stream-games/help-center?&affiliateId=clubMENU","shouldOpenInNewWindow":false}],"ariaLabel":"MLB.TV","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"watch"},{"id":"shop","text":"Shop","url":"https://www.mlbshop.com/boston-red-sox/t-25556353+z-9324832-1137929273?_s=bm-mlbcom-bos","subnav":[{"id":"7632ded6-7e9d-4a1d-b718-85847ed2cdf6","isHidden":false,"text":"Jerseys","url":"https://www.mlbshop.com/boston-red-sox/jerseys/t-14998553+d-9038770147+z-95-320058141?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"6ca7cc42-ac58-4388-abb8-74de56fce80c","isHidden":false,"text":"Caps","url":"https://www.mlbshop.com/boston-red-sox/caps/t-25990753+d-1227992281+z-95-1119401795?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"06539663-6f06-4a83-950b-1f47c0db20e4","isHidden":false,"text":"Men's","url":"https://www.mlbshop.com/boston-red-sox/men/t-36110797+ga-89+z-971358-1141791909?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"738588e0-9a6c-4c2e-888c-2a84e80d5453","isHidden":false,"text":"Women's","url":"https://www.mlbshop.com/boston-red-sox/women/t-25662942+ga-68+z-83090-4060888637?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"9c93ba0b-701a-4a82-b137-6ed33d3e8985","isHidden":false,"text":"Kids","url":"https://www.mlbshop.com/boston-red-sox/kids/t-14224197+ga-14+z-920092-2887796110?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"d04d18dc-1c30-4e17-8c40-8f740a2dff12","isHidden":false,"text":"Big & Tall","url":"https://www.mlbshop.com/boston-red-sox/big-and-tall/t-14335275+es-24+z-944635-2272457967?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"87e399df-46fe-4233-90d0-422426d8e17a","isHidden":false,"text":"Trading Cards","url":"https://www.mlbshop.com/trading-cards/d-4507487451+z-952513-2008381280?_s=bm-mlb.com-ShopButton-2024-TradingCards-bos","shouldOpenInNewWindow":false},{"id":"a7a5671a-e720-4ad5-85cc-8e82a87e37d4","isHidden":false,"text":"Collectibles & Memorabilia","url":"https://www.mlbshop.com/boston-red-sox/collectibles-and-memorabilia/t-14331897+d-1249000072+z-90-466269105?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"4421ab66-264f-497f-a680-db341e41e114","isHidden":false,"text":"Home & Office","url":"https://www.mlbshop.com/boston-red-sox/home-and-office/t-25442997+d-7872004522+z-93-4214813688?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"052c6c4d-3d49-4ec9-a19d-7e1e9b270310","isHidden":false,"text":"Clearance","url":"https://www.mlbshop.com/boston-red-sox/t-25556353+z-9324832-1137929273?os=1&_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"e278cffd-8ea5-4c64-80d5-1b73c8176c97","isHidden":false,"text":"European Shop","url":"http://www.mlbshopeurope.com/stores/mlb/en/c/shop-by-team/american-league/boston-red-sox?portal=DOJK8RJP&CMP=PSC-DOJK8RJP","shouldOpenInNewWindow":false},{"id":"5aac24f5-4b10-4e97-9f18-cb56f9a4445d","isHidden":false,"text":"MLB Gift Certificates","url":"https://www.mlbshop.com/gift-cards/x-462351+z-94899005-3509039474?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"89ed9e5b-0f87-4644-94c2-e4978e623b11","isHidden":false,"text":"Red Sox Authentic Shop","url":"https://www.mlbshop.com/boston-red-sox/authentication-program/t-36550720+c-3422025345+z-94-3849167509","shouldOpenInNewWindow":false},{"id":"fbd83e69-6275-4489-b234-43f2e0769a72","isHidden":false,"text":"Red Sox Auctions - Bid or Buy","url":"https://redsox.auctions.mlb.com/?_gl=1*j9qedz*_gcl_aw*R0NMLjE2ODEzMTA3NTguQ2p3S0NBandyZG1oQmhCQkVpd0E0SHg1Z3o2dl9TZW54SkRtTFl4REpsRVBhTHRvSmlQUjFHZTY4SGpVWmYtU0lrTWdURmdDUU9kMmVSb0NnTk1RQXZEX0J3RQ..*_gcl_dc*R0NMLjE2ODEzMTA3NTguQ2p3S0NBandyZG1oQmhCQkVpd0E0SHg1Z3o2dl9TZW54SkRtTFl4REpsRVBhTHRvSmlQUjFHZTY4SGpVWmYtU0lrTWdURmdDUU9kMmVSb0NnTk1RQXZEX0J3RQ..&utm_source=Nav+Auction+Tray+BOS&utm_medium=Club.com+Shop+Nav&utm_campaign=Club.com+permanent+Navigation","shouldOpenInNewWindow":false},{"id":"00384ef3-a1a9-4122-b350-896dc1b0c12c","isHidden":false,"text":"MLB Auctions - Bid or Buy","url":"https://auctions.mlb.com/iSynApp/showHomePage.action?sid=1101001&isynsharedsession=mki8i1dARcxDt3WwReTi6kJOREHftyZJNK-Xg3m10ZpEdaSACl02r4aCDzYhNvUm&utm_source=Nav+Auction+Tray+BOS&utm_medium=Club.com+Shop+Nav+MLB&utm_campaign=Club.com+permanent+Navigation","shouldOpenInNewWindow":false},{"id":"d3003924-674f-4864-bdb0-27fa63387c9d","isHidden":false,"text":"MLB Authentication","url":"https://www.mlb.com/official-information/authentication","shouldOpenInNewWindow":false},{"id":"80ce8fbe-d51e-4b51-950c-580f33359ccb","isHidden":false,"text":"Team Store Location","url":"/redsox/ballpark/information/guide#t-content","shouldOpenInNewWindow":false}],"ariaLabel":"Shop","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"shop"},{"id":"teams","text":"Teams","url":"https://www.mlb.com/team","subnav":[{"id":"a568a8b0-98cc-48c8-bdc3-2169cbab9aa4","isHidden":false,"text":"Team Module","url":"","shouldOpenInNewWindow":false}],"ariaLabel":"Teams","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":"teammodule","isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"teams"},{"id":"espanol","text":"Espa帽ol","url":"https://www.mlb.com/es/redsox","subnav":false,"ariaLabel":"Espa帽ol","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"espa帽ol"}],"quickNavBarItems":[{"id":"tickets","text":"Tickets","url":"/redsox/tickets","subnav":[{"id":"5a69195e-775a-4b10-bd90-abd885da9587","isHidden":false,"text":"Single Game Tickets","url":"/redsox/tickets/single-game-tickets","shouldOpenInNewWindow":false},{"id":"f79a1de3-7c44-4de8-8217-f9738e23460d","isHidden":false,"text":"Spring Training Tickets","url":"/redsox/tickets/spring-training","shouldOpenInNewWindow":false},{"id":"934eb974-55a2-4248-a2d9-856d6fa9fd5f","isHidden":false,"text":"Group Tickets","url":"/redsox/tickets/group-tickets","shouldOpenInNewWindow":false},{"id":"df65b067-e242-4334-a32d-056a2083c42f","isHidden":false,"text":"Student Ticket Offers","url":"/redsox/tickets/specials/students","shouldOpenInNewWindow":false},{"id":"27424b41-a2a2-4bc3-86a4-acba37681975","isHidden":false,"text":"Suites & Hospitality","url":"/redsox/tickets/suites","shouldOpenInNewWindow":false},{"id":"91d8f59a-e93b-496c-bb4b-a8955fd51112","isHidden":false,"text":"Red Sox Destinations","url":"/redsox/tickets/travel","shouldOpenInNewWindow":false},{"id":"c6943fa2-ef54-4e16-9bdc-a3543248709d","isHidden":false,"text":"Season Tickets","url":"/redsox/tickets/season-tickets","shouldOpenInNewWindow":false},{"id":"b98a9f8b-5e75-4689-9def-71da8540ce2c","isHidden":false,"text":"Policies","url":"/redsox/tickets/policies","shouldOpenInNewWindow":false},{"id":"28a5ade0-82e2-4008-9ed2-2825b43fc62f","isHidden":false,"text":"Digital Ticketing","url":"/redsox/tickets/mobile","shouldOpenInNewWindow":false},{"id":"9e7de13c-7197-434e-a82d-6c31518f2c58","isHidden":false,"text":"Buy on SeatGeek","url":"https://seatgeek.com/boston-red-sox-tickets?aid=15967&pid=integration&rid=1&utm_medium=partnership&utm_source=redsox_sponsorship&utm_campaign=integration","shouldOpenInNewWindow":true},{"id":"cbf9522a-8963-456b-a606-644db350e49c","isHidden":false,"text":"Special Events","url":"/redsox/tickets/events","shouldOpenInNewWindow":false},{"id":"f9e49b82-7dd4-4ebd-93b6-4e248202c1bc","isHidden":false,"text":"Fenway Concert Series","url":"/redsox/tickets/concerts","shouldOpenInNewWindow":false},{"id":"5d782da7-5b02-4d68-8495-9ca5b085551d","isHidden":false,"text":"Red Sox Gift Cards","url":"/redsox/tickets/gift-cards","shouldOpenInNewWindow":false}],"ariaLabel":"Tickets","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"tickets"},{"id":"cc384c3d-aeb3-4f27-9bc0-f53d80e0364b","text":"Season Tickets","url":"/redsox/tickets/season-tickets","subnav":[{"id":"2b3c10c6-5159-4e89-830e-04bdd9dbf90f","isHidden":false,"text":"Current Season Ticket Holders","url":"/redsox/tickets/season-tickets/holders","shouldOpenInNewWindow":false},{"id":"4feca2b0-2315-4455-93a6-6a7c343bb157","isHidden":false,"text":"Become a Season Ticket Holder","url":"/redsox/tickets/season-tickets","shouldOpenInNewWindow":false},{"id":"7e80d850-b452-4de2-94c2-45547a0142b2","isHidden":false,"text":"Premium Season Tickets","url":"/redsox/tickets/season-tickets/premium","shouldOpenInNewWindow":false},{"id":"94a930ab-b81e-40a7-95be-0cc07ca90bb4","isHidden":false,"text":"Spring Training Season Tickets","url":"/redsox/tickets/spring-training/season-tickets","shouldOpenInNewWindow":false},{"id":"b269c6fc-b0f3-4b96-b11d-2c2ef1675d0a","isHidden":false,"text":"Red Sox Rewards","url":"/redsox/rewards","shouldOpenInNewWindow":false},{"id":"97f51704-b7a3-4bef-91ef-81494d532dca","isHidden":false,"text":"My Tickets","url":"https://mlb.tickets.com/ticketmanagement/?orgid=36209&agency=RSXM_MYTIXX#/","shouldOpenInNewWindow":true},{"id":"ba43014b-e344-4190-9f44-966fd3ed199e","isHidden":false,"text":"Sell on SeatGeek","url":"https://seatgeek.com/sell/boston-red-sox?aid=15967&pid=integration&rid=8&utm_medium=partnership&utm_source=redsox_sponsorship&utm_campaign=integration","shouldOpenInNewWindow":true}],"ariaLabel":"Season Tickets","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"tickets"},{"id":"schedule","text":"Schedule","url":"/redsox/schedule/2025-02","subnav":[{"id":"0729a8ef-959a-47eb-b1b8-6559004a0f72","isHidden":false,"text":"2025 Spring Training Schedule","url":"/redsox/schedule/2025-02","shouldOpenInNewWindow":false},{"id":"0cc1165d-60f2-4ef5-98bf-006f9a47117a","isHidden":false,"text":"2025 Regular Season Schedule","url":"/redsox/schedule/2025-03","shouldOpenInNewWindow":false},{"id":"95f1ae54-b528-4b3e-9cd1-c4d121f8e6d1","isHidden":false,"text":"Sortable Schedule","url":"/redsox/schedule/2025-02/list","shouldOpenInNewWindow":false},{"id":"92024e75-cbc3-4995-864f-8cd23ea5ec93","isHidden":false,"text":"Downloadable Schedule","url":"/redsox/schedule/downloadable-schedule","shouldOpenInNewWindow":false},{"id":"53a4a625-cdd9-4dfd-9b44-90822882e9e4","isHidden":false,"text":"Printable Schedule","url":"/redsox/schedule/printable-schedule","shouldOpenInNewWindow":false},{"id":"578e1ae3-0e1d-4422-853f-2c272df2e927","isHidden":false,"text":"MLB Events","url":"https://www.mlb.com/events","shouldOpenInNewWindow":false}],"ariaLabel":"Schedule","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"schedule"},{"id":"scores","text":"Scores","url":"/redsox/scores","subnav":false,"ariaLabel":"Scores","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"scores"},{"id":"stats","text":"Stats","url":"/redsox/stats","subnav":[{"id":"83a77ffc-f99e-4a31-acbc-cacf82a3ff28","isHidden":false,"text":"Team Stats","url":"/redsox/stats/team","shouldOpenInNewWindow":false},{"id":"662d98d8-8ca7-43c2-aa9a-2918670a0020","isHidden":false,"text":"Top Prospect Stats","url":"https://www.mlb.com/prospects/stats?teamId=111","shouldOpenInNewWindow":false},{"id":"c28acf75-a5e6-48ad-8c67-4f245f67ccfd","isHidden":false,"text":"Affiliate Stats","url":"https://www.mlb.com/prospects/stats/affiliates?teamId=111","shouldOpenInNewWindow":false},{"id":"7a3ce471-97e5-4ff8-8b9b-feadc1571cb4","isHidden":false,"text":"Baseball Savant","url":"https://baseballsavant.mlb.com/team/111","shouldOpenInNewWindow":true}],"ariaLabel":"Stats","isCurrentSection":false,"isHidden":false,"isMobileNav":true,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"stats"},{"id":"roster","text":"Roster","url":"/redsox/roster","subnav":[{"id":"6d3d966e-bf84-4754-bd1f-d5a365f7f06d","isHidden":false,"text":"40-Man Roster","url":"/redsox/roster/40-man","shouldOpenInNewWindow":false},{"id":"b30dfd4c-aa19-47f4-876e-87939df94ca9","isHidden":false,"text":"Depth Chart","url":"/redsox/roster/depth-chart","shouldOpenInNewWindow":false},{"id":"f5194b6c-bfa1-4d76-b5ff-eba3b44f13a2","isHidden":false,"text":"Coaches","url":"/redsox/roster/coaches","shouldOpenInNewWindow":false},{"id":"4b57c7ae-543d-44eb-9b63-93684b7a0ca5","isHidden":false,"text":"Top 30 Prospects","url":"https://www.mlb.com/prospects/redsox/","shouldOpenInNewWindow":false},{"id":"252ebc7b-122f-4735-9980-9798712a4baa","isHidden":false,"text":"Transactions","url":"/redsox/roster/transactions","shouldOpenInNewWindow":false},{"id":"cc9a038d-e2f0-4180-87c3-7de19a111e60","isHidden":false,"text":"Injury Updates","url":"/redsox/news/topic/red-sox-injury-report","shouldOpenInNewWindow":false},{"id":"c8aab00c-fb34-4f4e-9c90-ea888fcc81d8","isHidden":false,"text":"Draft Results","url":"https://www.mlb.com/draft/tracker/all/team/redsox","shouldOpenInNewWindow":false},{"id":"3cba1a2a-4362-496c-8bc6-895f555dbef9","isHidden":false,"text":"Front Office","url":"/redsox/team/front-office","shouldOpenInNewWindow":false},{"id":"fe8e80a9-86c6-479a-a59e-06e770e421ee","isHidden":false,"text":"Broadcasters","url":"/redsox/team/broadcasters","shouldOpenInNewWindow":false}],"ariaLabel":"Roster","isCurrentSection":true,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"roster"},{"id":"video","text":"Video","url":"/redsox/video","subnav":[{"id":"b2ea4570-f28e-4f2b-a1d9-e27ff2315d09","isHidden":false,"text":"Most Popular","url":"/redsox/video/topic/t111-default-vtp","shouldOpenInNewWindow":false},{"id":"d45b4c1f-e4cf-49a2-b75c-be77ff902351","isHidden":false,"text":"Sox Shorts","url":"/redsox/video/topic/sox-shorts","shouldOpenInNewWindow":false},{"id":"ca8576e2-f173-4062-8a4a-a242e05f0bbe","isHidden":false,"text":"Red Sox Report","url":"/redsox/video/topic/red-sox-report","shouldOpenInNewWindow":false},{"id":"89191bd7-efdb-4186-a1a1-b25ec6597b3c","isHidden":false,"text":"Red Sox Game Recap","url":"/redsox/video/topic/red-sox-game-recap","shouldOpenInNewWindow":false},{"id":"023a2fd3-2f1b-48d1-b087-378b439ef198","isHidden":false,"text":"Red Sox Manager Postgame","url":"/redsox/video/topic/red-sox-manager-postgame","shouldOpenInNewWindow":false},{"id":"4ec5a5cd-fc75-465a-9e18-dddc69c7e201","isHidden":false,"text":"Red Sox Top 5 Plays","url":"/redsox/video/topic/red-sox-top-5","shouldOpenInNewWindow":false},{"id":"8fd907d3-00b1-43a6-9415-944b902de0cd","isHidden":false,"text":"Red Sox Cut4","url":"/redsox/video/topic/red-sox-cut4","shouldOpenInNewWindow":false},{"id":"4610bb9e-2b0f-418d-bb7e-5598468e32da","isHidden":false,"text":"Red Sox Reviews","url":"/redsox/video/topic/red-sox-reviews","shouldOpenInNewWindow":false},{"id":"be21c2b3-c132-491a-b3fc-c3ddb2dc2dd7","isHidden":false,"text":"MLB Network","url":"https://www.mlb.com/network","shouldOpenInNewWindow":false}],"ariaLabel":"Video","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"video"},{"id":"news","text":"News","url":"/redsox/news","subnav":[{"id":"75ec766f-75d8-42aa-838e-dc284a83b197","isHidden":false,"text":"Official Releases","url":"/redsox/news/topic/red-sox-press-releases","shouldOpenInNewWindow":false},{"id":"530385c7-182d-44d9-9f5f-3bddb832fb75","isHidden":false,"text":"Red Sox Pipeline","url":"/redsox/news/topic/redsox-pipeline-coverage","shouldOpenInNewWindow":false},{"id":"56e98971-350a-48b7-8941-89660e2b5812","isHidden":false,"text":"Fenway Frames Blog","url":"https://redsoxphotos.mlblogs.com","shouldOpenInNewWindow":true},{"id":"8cbb7b66-1805-436e-97c7-4bb0e5f4a310","isHidden":false,"text":"Photo Stream","url":"/redsox/team/photos","shouldOpenInNewWindow":false},{"id":"d50463c0-88aa-4312-b2cf-23abb9e6a2bd","isHidden":false,"text":"RSS News Feed","url":"/redsox/feeds/news/rss.xml","shouldOpenInNewWindow":false},{"id":"05353cfd-26a1-4898-898b-3d6091413dec","isHidden":false,"text":"Red Sox History","url":"/redsox/history","shouldOpenInNewWindow":false},{"id":"179ffcf3-0c12-4436-a57f-456d575d49ad","isHidden":false,"text":"Red Sox History Feature Stories","url":"/redsox/news/topic/red-sox-history-trivia","shouldOpenInNewWindow":false},{"id":"7c80fbb0-421f-4f25-8ad8-f10ca9092551","isHidden":false,"text":"MLB News","url":"https://www.mlb.com/news","shouldOpenInNewWindow":false}],"ariaLabel":"News","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"news"},{"id":"ballpark","text":"Fenway Park","url":"/redsox/ballpark","subnav":[{"id":"9bfa73b8-a966-4a34-9627-42b322ea3c80","isHidden":false,"text":"Information Guide","url":"/redsox/ballpark/information","shouldOpenInNewWindow":false},{"id":"f8ade93b-56b6-4596-8846-84d18846ec78","isHidden":false,"text":"Health & Safety","url":"/redsox/ballpark/safety","shouldOpenInNewWindow":false},{"id":"3b06f8fc-f4d1-4122-a7b1-c76de68d3e56","isHidden":false,"text":"Directions","url":"/redsox/ballpark/transportation","shouldOpenInNewWindow":false},{"id":"0b6d8e58-f56b-4b28-b7d5-41f6e4b37114","isHidden":false,"text":"Fenway Park 3D Seat Map","url":"/redsox/ballpark/seat-map","shouldOpenInNewWindow":false},{"id":"f68389ca-dfab-411e-b89e-50b3ab541a90","isHidden":false,"text":"Fenway Park Netting","url":"/redsox/ballpark/netting","shouldOpenInNewWindow":false},{"id":"0be71405-1335-46c8-a67e-6fef77cdf374","isHidden":false,"text":"JetBlue Park 3D Seat Map","url":"/redsox/spring-training/ballpark/3d-seat-map","shouldOpenInNewWindow":false},{"id":"dd607d77-74d6-40e1-a828-3a9111c826c6","isHidden":false,"text":"Security Guidelines","url":"/redsox/ballpark/information/security","shouldOpenInNewWindow":false},{"id":"77e1e762-b397-468e-a3df-fd1dcff6db1c","isHidden":false,"text":"Accessibility Guide","url":"/redsox/ballpark/disability-access-guide","shouldOpenInNewWindow":false},{"id":"d086a5cd-9244-4741-843f-945b0b16c421","isHidden":false,"text":"Fenway Park History","url":"/redsox/ballpark/museum","shouldOpenInNewWindow":false},{"id":"0eb85405-3847-4baf-af01-43544423cbac","isHidden":false,"text":"Fenway Greening","url":"/redsox/ballpark/green-initiatives","shouldOpenInNewWindow":false},{"id":"68d5f43e-c8fb-4de4-8937-448c53ed4c5b","isHidden":false,"text":"Parking","url":"/redsox/ballpark/transportation/parking","shouldOpenInNewWindow":false},{"id":"a79be1d5-b1fd-4922-9a01-535776fe66e8","isHidden":false,"text":"Bike to Fenway Park","url":"/redsox/ballpark/transportation/bicycle","shouldOpenInNewWindow":false},{"id":"320310a3-736b-484e-9987-3d47975fe202","isHidden":false,"text":"Concessions Guide","url":"/redsox/ballpark/concessions","shouldOpenInNewWindow":false},{"id":"9a4865a7-a6ed-4d8f-b68c-be1294a4eea8","isHidden":false,"text":"JetBlue Park at Fenway South","url":"/redsox/spring-training/ballpark","shouldOpenInNewWindow":false},{"id":"e1383c45-033f-4f99-831f-ff796bc30a3a","isHidden":false,"text":"Fenway Park Anniversary Brick Locator","url":"/redsox/brick-locator","shouldOpenInNewWindow":false},{"id":"f111aeba-dc5e-42e0-877c-d53fc5c5d246","isHidden":false,"text":"Preferred Hotel Partner","url":"/redsox/sponsorship/hotel-commonwealth","shouldOpenInNewWindow":false},{"id":"3dcbfbe4-4042-4810-b7c9-dae2b594ee2d","isHidden":false,"text":"Red Sox Hall of Fame","url":"/redsox/ballpark/museum/hall-of-fame","shouldOpenInNewWindow":false},{"id":"6036c511-6199-44f5-b9c8-5c866cc0084f","isHidden":false,"text":"Fenway Park Events","url":"/redsox/ballpark/events","shouldOpenInNewWindow":false},{"id":"c363842b-d844-44e1-9901-3ebd5b2e17bb","isHidden":false,"text":"Fenway Park Tours","url":"/redsox/ballpark/tours","shouldOpenInNewWindow":false}],"ariaLabel":"Fenway Park","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"gameday"},{"id":"community","text":"Community","url":"/redsox/community","subnav":[{"id":"97eb28b7-2d0c-4af4-841a-53d179d7e904","isHidden":false,"text":"Red Sox Foundation","url":"/redsox/community/red-sox-foundation","shouldOpenInNewWindow":false},{"id":"24f2bf97-5474-4057-adca-d09680e5ee1d","isHidden":false,"text":"Player Programs","url":"/redsox/community/player-programs","shouldOpenInNewWindow":false},{"id":"854cf39a-818f-4f5d-9402-4e8787cdd973","isHidden":false,"text":"Game Day Programs","url":"/redsox/community/game-day-programs","shouldOpenInNewWindow":false},{"id":"b012955c-ecd2-443e-bf84-f93f5ed3d325","isHidden":false,"text":"Community Programs","url":"/redsox/community/community-programs","shouldOpenInNewWindow":false},{"id":"8f65a3b5-6887-48cd-9e6e-a88aa65141ac","isHidden":false,"text":"In-Kind Donations","url":"/redsox/community/in-kind-donations","shouldOpenInNewWindow":false},{"id":"14f698b8-6c29-4695-abce-f84f6fb3473c","isHidden":false,"text":"Alumni Programs","url":"/redsox/community/alumni-programs","shouldOpenInNewWindow":false},{"id":"52c1962a-6c77-4438-ad19-5e030afa37bd","isHidden":false,"text":"Lindos Sue帽os","url":"/redsox/community/lindos-suenos","shouldOpenInNewWindow":false},{"id":"6b54ae02-eba5-4e9f-a518-2b69a6a40024","isHidden":false,"text":"Community Report","url":"/redsox/community/community-report","shouldOpenInNewWindow":false},{"id":"505624bf-1251-4b5b-a3d6-c72378c11c3d","isHidden":false,"text":"MLB Together","url":"https://www.mlb.com/mlb-together","shouldOpenInNewWindow":false}],"ariaLabel":"Community","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"globe"},{"id":"fans","text":"Fans","url":"/redsox/fans","subnav":[{"id":"ba84da54-f0af-445b-8d81-06853b2fddc9","isHidden":false,"text":"Red Sox Nation Fan Club","url":"/redsox/fans/red-sox-nation","shouldOpenInNewWindow":false},{"id":"692b24e1-68b6-48a3-af47-2941ddc72b32","isHidden":false,"text":"Kid Nation","url":"/redsox/fans/kid-nation","shouldOpenInNewWindow":false},{"id":"f13e4cb8-4411-4c40-9704-0d62364f8a80","isHidden":false,"text":"Fantasy Camp","url":"/redsox/fans/fantasy-camps","shouldOpenInNewWindow":false},{"id":"dd60e8a1-b428-4c0e-88ce-a0f27c68ebbb","isHidden":false,"text":"Red Sox Showcase","url":"/redsox/fans/mobile-showcase","shouldOpenInNewWindow":false},{"id":"c57418cb-b344-4d04-997d-24345538b756","isHidden":false,"text":"Red Sox Kids","url":"/redsox/fans/kids","shouldOpenInNewWindow":false},{"id":"93a70b7e-2b5f-41b3-a6a1-12beda6aedd9","isHidden":false,"text":"Red Sox Home Fun","url":"/redsox/fans/home-fun","shouldOpenInNewWindow":false},{"id":"d4aa4333-6415-4aef-a466-4a2237a1a6f5","isHidden":false,"text":"Red Sox Rewards","url":"/redsox/rewards","shouldOpenInNewWindow":false},{"id":"867bcba9-9749-4c9e-8a57-1e832dd6ed8d","isHidden":false,"text":"Red Sox Game Day Program","url":"/redsox/fans/game-day-program","shouldOpenInNewWindow":false},{"id":"72cb9f66-3166-436e-820f-2cb7896ae9a3","isHidden":false,"text":"Red Sox Yearbook","url":"/redsox/fans/yearbook","shouldOpenInNewWindow":false},{"id":"dd3b5f72-99ed-441b-8482-eb4eb7ead6d2","isHidden":false,"text":"Red Sox Social Media Clubhouse","url":"/redsox/social","shouldOpenInNewWindow":false},{"id":"d46abc97-c39c-4025-a2c5-3a396ec7f421","isHidden":false,"text":"Experiences and Merchandise","url":"/redsox/fans/experiences-and-merchandise","shouldOpenInNewWindow":false},{"id":"8fcada34-c914-473e-82bd-1b4a6940efc6","isHidden":false,"text":"Wally the Green Monster","url":"/redsox/fans/mascots","shouldOpenInNewWindow":false},{"id":"1a5f5daa-578d-4b5e-aef1-f33d5f8c69fc","isHidden":false,"text":"Email Newsletters","url":"/redsox/fans/newsletters","shouldOpenInNewWindow":false},{"id":"3cc20c86-555d-44e1-8749-a02646e51088","isHidden":false,"text":"Red Sox Baseball Summer Camps","url":"/redsox/fans/baseball-camps","shouldOpenInNewWindow":false},{"id":"055e68b4-65de-41e5-87ce-cca22f31994b","isHidden":false,"text":"Red Sox Gift Guide","url":"/redsox/fans/gift-guide","shouldOpenInNewWindow":false},{"id":"b46d69ed-a713-44a2-a153-59779ad7ceb3","isHidden":false,"text":"Government Affairs","url":"/redsox/fans/government-affairs","shouldOpenInNewWindow":false},{"id":"376da53d-7d08-47b5-a5a4-d2c977710319","isHidden":false,"text":"William Raveis All-Star Team","url":"/redsox/sponsorship/raveis-agent-hall-of-fame","shouldOpenInNewWindow":false}],"ariaLabel":"Fans","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"fans"},{"id":"d1f61f89-9fd0-4f03-be17-2c5e128711a4","text":"Apps","url":"/redsox/apps","subnav":[{"id":"83ac2ddf-414b-47d1-afec-ffacd068ab57","isHidden":false,"text":"MLB","url":"/redsox/apps/mlb-app","shouldOpenInNewWindow":false},{"id":"e09e6978-fcf7-4c2f-8387-59d83b7be38e","isHidden":false,"text":"MLB Ballpark","url":"/redsox/apps/ballpark","shouldOpenInNewWindow":false},{"id":"86320a6b-11a1-4312-8eeb-a6c44f293f6c","isHidden":false,"text":"MLB Play","url":"https://www.mlb.com/play","shouldOpenInNewWindow":false},{"id":"5e7b8019-9484-4872-abd7-8b963cd5969e","isHidden":false,"text":"MiLB","url":"https://www.milb.com/about/milb-app","shouldOpenInNewWindow":false},{"id":"4fd8c1f8-a753-4501-916c-663390f1a566","isHidden":false,"text":"MLB Home Run Derby","url":"https://www.mlb.com/apps/home-run-derby","shouldOpenInNewWindow":false},{"id":"9d8dfe8b-be1a-4ebf-9509-6bd0165a868e","isHidden":false,"text":"MLB FAQs","url":"/redsox/apps/mlb-app/faq-apple","shouldOpenInNewWindow":false},{"id":"df4e8527-e357-4272-bcf7-61876ed9455d","isHidden":false,"text":"MLB Ballpark FAQs","url":"/redsox/apps/ballpark/frequently-asked-questions","shouldOpenInNewWindow":false},{"id":"0ee38329-4c3c-48f5-86c7-04a58c24c006","isHidden":false,"text":"MLB Play FAQs","url":"https://www.mlb.com/help/play/frequently-asked-questions","shouldOpenInNewWindow":false}],"ariaLabel":"Apps","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"apps"},{"id":"standings","text":"Standings","url":"/redsox/standings","subnav":false,"ariaLabel":"Standings","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"standings"},{"id":"a9c9aa92-a216-4cf9-830f-d80daf596b0e","text":"Vote","url":"https://www.mlb.com/all-star/ballot?affiliateId=asb-topnav-club-2024","subnav":false,"appears":"1717603200","ariaLabel":"Vote","expires":"1720022400","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":true,"isRevenueNav":false,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"vote"}],"revenueNavBarItems":[{"id":"red-sox-rewards","text":"Red Sox Rewards - HIDDEN","url":"/redsox/rewards","subnav":false,"ariaLabel":"Red Sox Rewards - HIDDEN","isCurrentSection":false,"isHidden":true,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"rewards"},{"id":"93b3e9b2-65a9-4585-9185-03e255cb523c","text":"MLB.TV","url":"https://www.mlb.com/tv?&affiliateId=clubMENU","subnav":[{"id":"2d8d6ad8-dc2a-4971-9b12-f1853530c5d3","isHidden":false,"text":"Buy MLB.TV Offseason Package","url":"https://www.mlb.com/live-stream-games/subscribe?&affiliateId=clubMENU","shouldOpenInNewWindow":false},{"id":"d54a2b21-9db9-4252-9ebe-e3a4b2a3cf83","isHidden":false,"text":"Watch & Listen","url":"https://www.mlb.com/live-stream-games?&affiliateId=clubMENU","shouldOpenInNewWindow":false},{"id":"aac853ab-a314-4970-b76e-b489139a0ff7","isHidden":false,"text":"Link Account","url":"https://www.mlb.com/live-stream-games/partners?&affiliateId=clubMENU","shouldOpenInNewWindow":false},{"id":"6254640c-2069-4447-822f-084d0a38f161","isHidden":false,"text":"Help Center","url":"https://www.mlb.com/live-stream-games/help-center?&affiliateId=clubMENU","shouldOpenInNewWindow":false}],"ariaLabel":"MLB.TV","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"watch"},{"id":"shop","text":"Shop","url":"https://www.mlbshop.com/boston-red-sox/t-25556353+z-9324832-1137929273?_s=bm-mlbcom-bos","subnav":[{"id":"7632ded6-7e9d-4a1d-b718-85847ed2cdf6","isHidden":false,"text":"Jerseys","url":"https://www.mlbshop.com/boston-red-sox/jerseys/t-14998553+d-9038770147+z-95-320058141?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"6ca7cc42-ac58-4388-abb8-74de56fce80c","isHidden":false,"text":"Caps","url":"https://www.mlbshop.com/boston-red-sox/caps/t-25990753+d-1227992281+z-95-1119401795?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"06539663-6f06-4a83-950b-1f47c0db20e4","isHidden":false,"text":"Men's","url":"https://www.mlbshop.com/boston-red-sox/men/t-36110797+ga-89+z-971358-1141791909?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"738588e0-9a6c-4c2e-888c-2a84e80d5453","isHidden":false,"text":"Women's","url":"https://www.mlbshop.com/boston-red-sox/women/t-25662942+ga-68+z-83090-4060888637?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"9c93ba0b-701a-4a82-b137-6ed33d3e8985","isHidden":false,"text":"Kids","url":"https://www.mlbshop.com/boston-red-sox/kids/t-14224197+ga-14+z-920092-2887796110?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"d04d18dc-1c30-4e17-8c40-8f740a2dff12","isHidden":false,"text":"Big & Tall","url":"https://www.mlbshop.com/boston-red-sox/big-and-tall/t-14335275+es-24+z-944635-2272457967?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"87e399df-46fe-4233-90d0-422426d8e17a","isHidden":false,"text":"Trading Cards","url":"https://www.mlbshop.com/trading-cards/d-4507487451+z-952513-2008381280?_s=bm-mlb.com-ShopButton-2024-TradingCards-bos","shouldOpenInNewWindow":false},{"id":"a7a5671a-e720-4ad5-85cc-8e82a87e37d4","isHidden":false,"text":"Collectibles & Memorabilia","url":"https://www.mlbshop.com/boston-red-sox/collectibles-and-memorabilia/t-14331897+d-1249000072+z-90-466269105?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"4421ab66-264f-497f-a680-db341e41e114","isHidden":false,"text":"Home & Office","url":"https://www.mlbshop.com/boston-red-sox/home-and-office/t-25442997+d-7872004522+z-93-4214813688?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"052c6c4d-3d49-4ec9-a19d-7e1e9b270310","isHidden":false,"text":"Clearance","url":"https://www.mlbshop.com/boston-red-sox/t-25556353+z-9324832-1137929273?os=1&_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"e278cffd-8ea5-4c64-80d5-1b73c8176c97","isHidden":false,"text":"European Shop","url":"http://www.mlbshopeurope.com/stores/mlb/en/c/shop-by-team/american-league/boston-red-sox?portal=DOJK8RJP&CMP=PSC-DOJK8RJP","shouldOpenInNewWindow":false},{"id":"5aac24f5-4b10-4e97-9f18-cb56f9a4445d","isHidden":false,"text":"MLB Gift Certificates","url":"https://www.mlbshop.com/gift-cards/x-462351+z-94899005-3509039474?_s=bm-mlbcom-bos","shouldOpenInNewWindow":false},{"id":"89ed9e5b-0f87-4644-94c2-e4978e623b11","isHidden":false,"text":"Red Sox Authentic Shop","url":"https://www.mlbshop.com/boston-red-sox/authentication-program/t-36550720+c-3422025345+z-94-3849167509","shouldOpenInNewWindow":false},{"id":"fbd83e69-6275-4489-b234-43f2e0769a72","isHidden":false,"text":"Red Sox Auctions - Bid or Buy","url":"https://redsox.auctions.mlb.com/?_gl=1*j9qedz*_gcl_aw*R0NMLjE2ODEzMTA3NTguQ2p3S0NBandyZG1oQmhCQkVpd0E0SHg1Z3o2dl9TZW54SkRtTFl4REpsRVBhTHRvSmlQUjFHZTY4SGpVWmYtU0lrTWdURmdDUU9kMmVSb0NnTk1RQXZEX0J3RQ..*_gcl_dc*R0NMLjE2ODEzMTA3NTguQ2p3S0NBandyZG1oQmhCQkVpd0E0SHg1Z3o2dl9TZW54SkRtTFl4REpsRVBhTHRvSmlQUjFHZTY4SGpVWmYtU0lrTWdURmdDUU9kMmVSb0NnTk1RQXZEX0J3RQ..&utm_source=Nav+Auction+Tray+BOS&utm_medium=Club.com+Shop+Nav&utm_campaign=Club.com+permanent+Navigation","shouldOpenInNewWindow":false},{"id":"00384ef3-a1a9-4122-b350-896dc1b0c12c","isHidden":false,"text":"MLB Auctions - Bid or Buy","url":"https://auctions.mlb.com/iSynApp/showHomePage.action?sid=1101001&isynsharedsession=mki8i1dARcxDt3WwReTi6kJOREHftyZJNK-Xg3m10ZpEdaSACl02r4aCDzYhNvUm&utm_source=Nav+Auction+Tray+BOS&utm_medium=Club.com+Shop+Nav+MLB&utm_campaign=Club.com+permanent+Navigation","shouldOpenInNewWindow":false},{"id":"d3003924-674f-4864-bdb0-27fa63387c9d","isHidden":false,"text":"MLB Authentication","url":"https://www.mlb.com/official-information/authentication","shouldOpenInNewWindow":false},{"id":"80ce8fbe-d51e-4b51-950c-580f33359ccb","isHidden":false,"text":"Team Store Location","url":"/redsox/ballpark/information/guide#t-content","shouldOpenInNewWindow":false}],"ariaLabel":"Shop","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"shop"},{"id":"teams","text":"Teams","url":"https://www.mlb.com/team","subnav":[{"id":"a568a8b0-98cc-48c8-bdc3-2169cbab9aa4","isHidden":false,"text":"Team Module","url":"","shouldOpenInNewWindow":false}],"ariaLabel":"Teams","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":"teammodule","isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"teams"},{"id":"espanol","text":"Espa帽ol","url":"https://www.mlb.com/es/redsox","subnav":false,"ariaLabel":"Espa帽ol","isCurrentSection":false,"isHidden":false,"isMobileNav":false,"isQuickNav":false,"isRevenueNav":true,"subnavModule":false,"isSpotlight":false,"shouldOpenInNewWindow":false,"icon":"espa帽ol"}],"revenueHasMobileItems":false},"navVariables":{"sitesearch":true,"ismlbtvnav":false,"mobileicons":true},"navSideOpen":false,"styleProps":{"primaryLogo":"https://images.ctfassets.net/iiozhi00a8lc/t111_header_primarybos_primart_header_logo_svg/2b1d10de1b49920faed03084da22b2b7/t111_header_primary.svg","urlLogo":"https://images.ctfassets.net/iiozhi00a8lc/t111_url_logoredsox_url_svg/b862a6f7246189e313e7f9eea43227ad/t111_url_logo.svg","sponsorLogo":"","tagline":""},"isClub":true,"clubId":111,"teamData":{"leagues":[{"name":"American League","abr":"AL","divisions":[{"name":"AL East","teams":[{"id":110,"name":"Baltimore Orioles","logo":"//www.mlbstatic.com/team-logos/110.svg","shortName":"Baltimore","url":"/orioles"},{"id":111,"name":"Boston Red Sox","logo":"//www.mlbstatic.com/team-logos/111.svg","shortName":"Boston","url":"/redsox"},{"id":147,"name":"New York Yankees","logo":"//www.mlbstatic.com/team-logos/147.svg","shortName":"NY Yankees","url":"/yankees"},{"id":139,"name":"Tampa Bay Rays","logo":"//www.mlbstatic.com/team-logos/139.svg","shortName":"Tampa Bay","url":"/rays"},{"id":141,"name":"Toronto Blue Jays","logo":"//www.mlbstatic.com/team-logos/141.svg","shortName":"Toronto","url":"/bluejays"}]},{"name":"AL Central","teams":[{"id":145,"name":"Chicago White Sox","logo":"//www.mlbstatic.com/team-logos/145.svg","shortName":"Chi White Sox","url":"/whitesox"},{"id":114,"name":"Cleveland Guardians","logo":"//www.mlbstatic.com/team-logos/114.svg","shortName":"Cleveland","url":"/guardians"},{"id":116,"name":"Detroit Tigers","logo":"//www.mlbstatic.com/team-logos/116.svg","shortName":"Detroit","url":"/tigers"},{"id":118,"name":"Kansas City Royals","logo":"//www.mlbstatic.com/team-logos/118.svg","shortName":"Kansas City","url":"/royals"},{"id":142,"name":"Minnesota Twins","logo":"//www.mlbstatic.com/team-logos/142.svg","shortName":"Minnesota","url":"/twins"}]},{"name":"AL West","teams":[{"id":133,"name":"Athletics","logo":"//www.mlbstatic.com/team-logos/133.svg","shortName":"Athletics","url":"/athletics"},{"id":117,"name":"Houston Astros","logo":"//www.mlbstatic.com/team-logos/117.svg","shortName":"Houston","url":"/astros"},{"id":108,"name":"Los Angeles Angels","logo":"//www.mlbstatic.com/team-logos/108.svg","shortName":"LA Angels","url":"/angels"},{"id":136,"name":"Seattle Mariners","logo":"//www.mlbstatic.com/team-logos/136.svg","shortName":"Seattle","url":"/mariners"},{"id":140,"name":"Texas Rangers","logo":"//www.mlbstatic.com/team-logos/140.svg","shortName":"Texas","url":"/rangers"}]}]},{"name":"National League","abr":"NL","divisions":[{"name":"NL East","teams":[{"id":144,"name":"Atlanta Braves","logo":"//www.mlbstatic.com/team-logos/144.svg","shortName":"Atlanta","url":"/braves"},{"id":146,"name":"Miami Marlins","logo":"//www.mlbstatic.com/team-logos/146.svg","shortName":"Miami","url":"/marlins"},{"id":121,"name":"New York Mets","logo":"//www.mlbstatic.com/team-logos/121.svg","shortName":"NY Mets","url":"/mets"},{"id":143,"name":"Philadelphia Phillies","logo":"//www.mlbstatic.com/team-logos/143.svg","shortName":"Philadelphia","url":"/phillies"},{"id":120,"name":"Washington Nationals","logo":"//www.mlbstatic.com/team-logos/120.svg","shortName":"Washington","url":"/nationals"}]},{"name":"NL Central","teams":[{"id":112,"name":"Chicago Cubs","logo":"//www.mlbstatic.com/team-logos/112.svg","shortName":"Chi Cubs","url":"/cubs"},{"id":113,"name":"Cincinnati Reds","logo":"//www.mlbstatic.com/team-logos/113.svg","shortName":"Cincinnati","url":"/reds"},{"id":158,"name":"Milwaukee Brewers","logo":"//www.mlbstatic.com/team-logos/158.svg","shortName":"Milwaukee","url":"/brewers"},{"id":134,"name":"Pittsburgh Pirates","logo":"//www.mlbstatic.com/team-logos/134.svg","shortName":"Pittsburgh","url":"/pirates"},{"id":138,"name":"St. Louis Cardinals","logo":"//www.mlbstatic.com/team-logos/138.svg","shortName":"St. Louis","url":"/cardinals"}]},{"name":"NL West","teams":[{"id":109,"name":"Arizona Diamondbacks","logo":"//www.mlbstatic.com/team-logos/109.svg","shortName":"Arizona","url":"/dbacks"},{"id":115,"name":"Colorado Rockies","logo":"//www.mlbstatic.com/team-logos/115.svg","shortName":"Colorado","url":"/rockies"},{"id":119,"name":"Los Angeles Dodgers","logo":"//www.mlbstatic.com/team-logos/119.svg","shortName":"LA Dodgers","url":"/dodgers"},{"id":135,"name":"San Diego Padres","logo":"//www.mlbstatic.com/team-logos/135.svg","shortName":"San Diego","url":"/padres"},{"id":137,"name":"San Francisco Giants","logo":"//www.mlbstatic.com/team-logos/137.svg","shortName":"San Francisco","url":"/giants"}]}]}]},"teamNameDisplay":"Boston Red Sox","teamNameSlug":"redsox","locale":"en","isLegacy":false}; </script> <div id='react-header'> <header class="mlb-header mlb-header--side-nav-closed" data-is-club="true"><div class="mlb-header--inner"><div class="header__nav-top" role="menubar" aria-label="Top Navigation"><button class="header__nav-top__button header__nav-top__button-menu" aria-expanded="false" aria-label="Press space bar to expand the side navigation"><div class="icon header__nav-top__button-menu--icon"><span></span><span></span><span></span><span></span></div></button><div class="header__nav-top__logo header__nav-top__logo--111"><a class="logo__link" href="/redsox/" target="_parent"><img src="https://images.ctfassets.net/iiozhi00a8lc/t111_header_primarybos_primart_header_logo_svg/2b1d10de1b49920faed03084da22b2b7/t111_header_primary.svg" alt="Boston Red Sox"/></a></div><div class="header__nav-top__secondary-logos"><div class="header__nav-top__sponsor-url-logos header__nav-top__sponsor-url-logos--no-sponsor"><div class="header__nav-top__url-logo header__nav-top__url-logo--no-sponsor header__nav-top__url-logo--no-tagline "><a class="logo__link" href="/redsox/" target="_parent"><img src="https://images.ctfassets.net/iiozhi00a8lc/t111_url_logoredsox_url_svg/b862a6f7246189e313e7f9eea43227ad/t111_url_logo.svg" alt="Boston Red Sox URL logo"/></a></div></div></div><div class="header__nav-top__nav-container"><div class="header__nav-top__nav-container__primary"><nav class="header__nav-top__nav-items header__nav-top__nav-items--quick" aria-label="Secondary Navigation"><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-tickets" aria-haspopup="true" aria-expanded="false" aria-label="Tickets"><div class="header__nav-top__nav-item--inner"><a href="/redsox/tickets" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Tickets</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-tickets"><div class="header__subnav__content"><div class="header__subnav__group cols"><a href="/redsox/tickets/single-game-tickets" data-sub-nav-name="Single Game Tickets" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Single Game Tickets</a><a href="/redsox/tickets/spring-training" data-sub-nav-name="Spring Training Tickets" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Spring Training Tickets</a><a href="/redsox/tickets/group-tickets" data-sub-nav-name="Group Tickets" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Group Tickets</a><a href="/redsox/tickets/specials/students" data-sub-nav-name="Student Ticket Offers" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Student Ticket Offers</a><a href="/redsox/tickets/suites" data-sub-nav-name="Suites & Hospitality" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Suites & Hospitality</a><a href="/redsox/tickets/travel" data-sub-nav-name="Red Sox Destinations" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Destinations</a><a href="/redsox/tickets/season-tickets" data-sub-nav-name="Season Tickets" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Season Tickets</a><a href="/redsox/tickets/policies" data-sub-nav-name="Policies" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Policies</a><a href="/redsox/tickets/mobile" data-sub-nav-name="Digital Ticketing" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Digital Ticketing</a><a href="https://seatgeek.com/boston-red-sox-tickets?aid=15967&pid=integration&rid=1&utm_medium=partnership&utm_source=redsox_sponsorship&utm_campaign=integration" data-sub-nav-name="Buy on SeatGeek" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Buy on SeatGeek</a><a href="/redsox/tickets/events" data-sub-nav-name="Special Events" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Special Events</a><a href="/redsox/tickets/concerts" data-sub-nav-name="Fenway Concert Series" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Fenway Concert Series</a><a href="/redsox/tickets/gift-cards" data-sub-nav-name="Red Sox Gift Cards" data-parent="Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Gift Cards</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-season-tickets" aria-haspopup="true" aria-expanded="false" aria-label="Season Tickets"><div class="header__nav-top__nav-item--inner"><a href="/redsox/tickets/season-tickets" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Season Tickets</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-season-tickets"><div class="header__subnav__content"><div class="header__subnav__group cols"><a href="/redsox/tickets/season-tickets/holders" data-sub-nav-name="Current Season Ticket Holders" data-parent="Season Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Current Season Ticket Holders</a><a href="/redsox/tickets/season-tickets" data-sub-nav-name="Become a Season Ticket Holder" data-parent="Season Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Become a Season Ticket Holder</a><a href="/redsox/tickets/season-tickets/premium" data-sub-nav-name="Premium Season Tickets" data-parent="Season Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Premium Season Tickets</a><a href="/redsox/tickets/spring-training/season-tickets" data-sub-nav-name="Spring Training Season Tickets" data-parent="Season Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Spring Training Season Tickets</a><a href="/redsox/rewards" data-sub-nav-name="Red Sox Rewards" data-parent="Season Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Rewards</a><a href="https://mlb.tickets.com/ticketmanagement/?orgid=36209&agency=RSXM_MYTIXX#/" data-sub-nav-name="My Tickets" data-parent="Season Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">My Tickets</a><a href="https://seatgeek.com/sell/boston-red-sox?aid=15967&pid=integration&rid=8&utm_medium=partnership&utm_source=redsox_sponsorship&utm_campaign=integration" data-sub-nav-name="Sell on SeatGeek" data-parent="Season Tickets" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Sell on SeatGeek</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-schedule" aria-haspopup="true" aria-expanded="false" aria-label="Schedule"><div class="header__nav-top__nav-item--inner"><a href="/redsox/schedule/2025-02" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Schedule</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-schedule"><div class="header__subnav__content"><div class="header__subnav__group"><a href="/redsox/schedule/2025-02" data-sub-nav-name="2025 Spring Training Schedule" data-parent="Schedule" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">2025 Spring Training Schedule</a><a href="/redsox/schedule/2025-03" data-sub-nav-name="2025 Regular Season Schedule" data-parent="Schedule" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">2025 Regular Season Schedule</a><a href="/redsox/schedule/2025-02/list" data-sub-nav-name="Sortable Schedule" data-parent="Schedule" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Sortable Schedule</a><a href="/redsox/schedule/downloadable-schedule" data-sub-nav-name="Downloadable Schedule" data-parent="Schedule" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Downloadable Schedule</a><a href="/redsox/schedule/printable-schedule" data-sub-nav-name="Printable Schedule" data-parent="Schedule" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Printable Schedule</a><a href="https://www.mlb.com/events" data-sub-nav-name="MLB Events" data-parent="Schedule" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Events</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav" role="menu" tabindex="0" data-nav-id="nav-top-item-scores" aria-label="Scores"><div class="header__nav-top__nav-item--inner"><a href="/redsox/scores" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Scores</span></a></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-stats" aria-haspopup="true" aria-expanded="false" aria-label="Stats"><div class="header__nav-top__nav-item--inner"><a href="/redsox/stats" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Stats</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-stats"><div class="header__subnav__content"><div class="header__subnav__group"><a href="/redsox/stats/team" data-sub-nav-name="Team Stats" data-parent="Stats" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Team Stats</a><a href="https://www.mlb.com/prospects/stats?teamId=111" data-sub-nav-name="Top Prospect Stats" data-parent="Stats" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Top Prospect Stats</a><a href="https://www.mlb.com/prospects/stats/affiliates?teamId=111" data-sub-nav-name="Affiliate Stats" data-parent="Stats" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Affiliate Stats</a><a href="https://baseballsavant.mlb.com/team/111" data-sub-nav-name="Baseball Savant" data-parent="Stats" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Baseball Savant</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--parent header__nav-top__nav-item--current" role="menu" tabindex="0" data-nav-id="nav-top-item-roster" aria-haspopup="true" aria-expanded="false" aria-label="Roster"><div class="header__nav-top__nav-item--inner"><a href="/redsox/roster" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Roster</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-roster"><div class="header__subnav__content"><div class="header__subnav__group cols"><a href="/redsox/roster/40-man" data-sub-nav-name="40-Man Roster" data-parent="Roster" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">40-Man Roster</a><a href="/redsox/roster/depth-chart" data-sub-nav-name="Depth Chart" data-parent="Roster" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Depth Chart</a><a href="/redsox/roster/coaches" data-sub-nav-name="Coaches" data-parent="Roster" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Coaches</a><a href="https://www.mlb.com/prospects/redsox/" data-sub-nav-name="Top 30 Prospects" data-parent="Roster" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Top 30 Prospects</a><a href="/redsox/roster/transactions" data-sub-nav-name="Transactions" data-parent="Roster" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Transactions</a><a href="/redsox/news/topic/red-sox-injury-report" data-sub-nav-name="Injury Updates" data-parent="Roster" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Injury Updates</a><a href="https://www.mlb.com/draft/tracker/all/team/redsox" data-sub-nav-name="Draft Results" data-parent="Roster" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Draft Results</a><a href="/redsox/team/front-office" data-sub-nav-name="Front Office" data-parent="Roster" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Front Office</a><a href="/redsox/team/broadcasters" data-sub-nav-name="Broadcasters" data-parent="Roster" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Broadcasters</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-video" aria-haspopup="true" aria-expanded="false" aria-label="Video"><div class="header__nav-top__nav-item--inner"><a href="/redsox/video" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Video</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-video"><div class="header__subnav__content"><div class="header__subnav__group cols"><a href="/redsox/video/topic/t111-default-vtp" data-sub-nav-name="Most Popular" data-parent="Video" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Most Popular</a><a href="/redsox/video/topic/sox-shorts" data-sub-nav-name="Sox Shorts" data-parent="Video" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Sox Shorts</a><a href="/redsox/video/topic/red-sox-report" data-sub-nav-name="Red Sox Report" data-parent="Video" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Report</a><a href="/redsox/video/topic/red-sox-game-recap" data-sub-nav-name="Red Sox Game Recap" data-parent="Video" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Game Recap</a><a href="/redsox/video/topic/red-sox-manager-postgame" data-sub-nav-name="Red Sox Manager Postgame" data-parent="Video" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Manager Postgame</a><a href="/redsox/video/topic/red-sox-top-5" data-sub-nav-name="Red Sox Top 5 Plays" data-parent="Video" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Top 5 Plays</a><a href="/redsox/video/topic/red-sox-cut4" data-sub-nav-name="Red Sox Cut4" data-parent="Video" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Cut4</a><a href="/redsox/video/topic/red-sox-reviews" data-sub-nav-name="Red Sox Reviews" data-parent="Video" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Reviews</a><a href="https://www.mlb.com/network" data-sub-nav-name="MLB Network" data-parent="Video" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Network</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-news" aria-haspopup="true" aria-expanded="false" aria-label="News"><div class="header__nav-top__nav-item--inner"><a href="/redsox/news" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">News</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-news"><div class="header__subnav__content"><div class="header__subnav__group cols"><a href="/redsox/news/topic/red-sox-press-releases" data-sub-nav-name="Official Releases" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Official Releases</a><a href="/redsox/news/topic/redsox-pipeline-coverage" data-sub-nav-name="Red Sox Pipeline" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Pipeline</a><a href="https://redsoxphotos.mlblogs.com" data-sub-nav-name="Fenway Frames Blog" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Fenway Frames Blog</a><a href="/redsox/team/photos" data-sub-nav-name="Photo Stream" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Photo Stream</a><a href="/redsox/feeds/news/rss.xml" data-sub-nav-name="RSS News Feed" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">RSS News Feed</a><a href="/redsox/history" data-sub-nav-name="Red Sox History" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox History</a><a href="/redsox/news/topic/red-sox-history-trivia" data-sub-nav-name="Red Sox History Feature Stories" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox History Feature Stories</a><a href="https://www.mlb.com/news" data-sub-nav-name="MLB News" data-parent="News" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB News</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-fenway-park" aria-haspopup="true" aria-expanded="false" aria-label="Fenway Park"><div class="header__nav-top__nav-item--inner"><a href="/redsox/ballpark" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Fenway Park</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-fenway-park"><div class="header__subnav__content"><div class="header__subnav__group cols"><a href="/redsox/ballpark/information" data-sub-nav-name="Information Guide" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Information Guide</a><a href="/redsox/ballpark/safety" data-sub-nav-name="Health & Safety" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Health & Safety</a><a href="/redsox/ballpark/transportation" data-sub-nav-name="Directions" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Directions</a><a href="/redsox/ballpark/seat-map" data-sub-nav-name="Fenway Park 3D Seat Map" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Fenway Park 3D Seat Map</a><a href="/redsox/ballpark/netting" data-sub-nav-name="Fenway Park Netting" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Fenway Park Netting</a><a href="/redsox/spring-training/ballpark/3d-seat-map" data-sub-nav-name="JetBlue Park 3D Seat Map" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">JetBlue Park 3D Seat Map</a><a href="/redsox/ballpark/information/security" data-sub-nav-name="Security Guidelines" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Security Guidelines</a><a href="/redsox/ballpark/disability-access-guide" data-sub-nav-name="Accessibility Guide" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Accessibility Guide</a><a href="/redsox/ballpark/museum" data-sub-nav-name="Fenway Park History" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Fenway Park History</a><a href="/redsox/ballpark/green-initiatives" data-sub-nav-name="Fenway Greening" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Fenway Greening</a><a href="/redsox/ballpark/transportation/parking" data-sub-nav-name="Parking" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Parking</a><a href="/redsox/ballpark/transportation/bicycle" data-sub-nav-name="Bike to Fenway Park" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Bike to Fenway Park</a><a href="/redsox/ballpark/concessions" data-sub-nav-name="Concessions Guide" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Concessions Guide</a><a href="/redsox/spring-training/ballpark" data-sub-nav-name="JetBlue Park at Fenway South" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">JetBlue Park at Fenway South</a><a href="/redsox/brick-locator" data-sub-nav-name="Fenway Park Anniversary Brick Locator" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Fenway Park Anniversary Brick Locator</a><a href="/redsox/sponsorship/hotel-commonwealth" data-sub-nav-name="Preferred Hotel Partner" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Preferred Hotel Partner</a><a href="/redsox/ballpark/museum/hall-of-fame" data-sub-nav-name="Red Sox Hall of Fame" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Hall of Fame</a><a href="/redsox/ballpark/events" data-sub-nav-name="Fenway Park Events" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Fenway Park Events</a><a href="/redsox/ballpark/tours" data-sub-nav-name="Fenway Park Tours" data-parent="Fenway Park" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Fenway Park Tours</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-community" aria-haspopup="true" aria-expanded="false" aria-label="Community"><div class="header__nav-top__nav-item--inner"><a href="/redsox/community" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Community</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-community"><div class="header__subnav__content"><div class="header__subnav__group cols"><a href="/redsox/community/red-sox-foundation" data-sub-nav-name="Red Sox Foundation" data-parent="Community" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Foundation</a><a href="/redsox/community/player-programs" data-sub-nav-name="Player Programs" data-parent="Community" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Player Programs</a><a href="/redsox/community/game-day-programs" data-sub-nav-name="Game Day Programs" data-parent="Community" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Game Day Programs</a><a href="/redsox/community/community-programs" data-sub-nav-name="Community Programs" data-parent="Community" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Community Programs</a><a href="/redsox/community/in-kind-donations" data-sub-nav-name="In-Kind Donations" data-parent="Community" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">In-Kind Donations</a><a href="/redsox/community/alumni-programs" data-sub-nav-name="Alumni Programs" data-parent="Community" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Alumni Programs</a><a href="/redsox/community/lindos-suenos" data-sub-nav-name="Lindos Sue帽os" data-parent="Community" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Lindos Sue帽os</a><a href="/redsox/community/community-report" data-sub-nav-name="Community Report" data-parent="Community" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Community Report</a><a href="https://www.mlb.com/mlb-together" data-sub-nav-name="MLB Together" data-parent="Community" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Together</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-fans" aria-haspopup="true" aria-expanded="false" aria-label="Fans"><div class="header__nav-top__nav-item--inner"><a href="/redsox/fans" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Fans</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-fans"><div class="header__subnav__content"><div class="header__subnav__group cols"><a href="/redsox/fans/red-sox-nation" data-sub-nav-name="Red Sox Nation Fan Club" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Nation Fan Club</a><a href="/redsox/fans/kid-nation" data-sub-nav-name="Kid Nation" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Kid Nation</a><a href="/redsox/fans/fantasy-camps" data-sub-nav-name="Fantasy Camp" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Fantasy Camp</a><a href="/redsox/fans/mobile-showcase" data-sub-nav-name="Red Sox Showcase" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Showcase</a><a href="/redsox/fans/kids" data-sub-nav-name="Red Sox Kids" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Kids</a><a href="/redsox/fans/home-fun" data-sub-nav-name="Red Sox Home Fun" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Home Fun</a><a href="/redsox/rewards" data-sub-nav-name="Red Sox Rewards" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Rewards</a><a href="/redsox/fans/game-day-program" data-sub-nav-name="Red Sox Game Day Program" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Game Day Program</a><a href="/redsox/fans/yearbook" data-sub-nav-name="Red Sox Yearbook" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Yearbook</a><a href="/redsox/social" data-sub-nav-name="Red Sox Social Media Clubhouse" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Social Media Clubhouse</a><a href="/redsox/fans/experiences-and-merchandise" data-sub-nav-name="Experiences and Merchandise" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Experiences and Merchandise</a><a href="/redsox/fans/mascots" data-sub-nav-name="Wally the Green Monster" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Wally the Green Monster</a><a href="/redsox/fans/newsletters" data-sub-nav-name="Email Newsletters" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Email Newsletters</a><a href="/redsox/fans/baseball-camps" data-sub-nav-name="Red Sox Baseball Summer Camps" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Baseball Summer Camps</a><a href="/redsox/fans/gift-guide" data-sub-nav-name="Red Sox Gift Guide" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Gift Guide</a><a href="/redsox/fans/government-affairs" data-sub-nav-name="Government Affairs" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Government Affairs</a><a href="/redsox/sponsorship/raveis-agent-hall-of-fame" data-sub-nav-name="William Raveis All-Star Team" data-parent="Fans" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">William Raveis All-Star Team</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-apps" aria-haspopup="true" aria-expanded="false" aria-label="Apps"><div class="header__nav-top__nav-item--inner"><a href="/redsox/apps" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Apps</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-apps"><div class="header__subnav__content"><div class="header__subnav__group cols"><a href="/redsox/apps/mlb-app" data-sub-nav-name="MLB" data-parent="Apps" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB</a><a href="/redsox/apps/ballpark" data-sub-nav-name="MLB Ballpark" data-parent="Apps" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Ballpark</a><a href="https://www.mlb.com/play" data-sub-nav-name="MLB Play" data-parent="Apps" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Play</a><a href="https://www.milb.com/about/milb-app" data-sub-nav-name="MiLB" data-parent="Apps" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MiLB</a><a href="https://www.mlb.com/apps/home-run-derby" data-sub-nav-name="MLB Home Run Derby" data-parent="Apps" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Home Run Derby</a><a href="/redsox/apps/mlb-app/faq-apple" data-sub-nav-name="MLB FAQs" data-parent="Apps" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB FAQs</a><a href="/redsox/apps/ballpark/frequently-asked-questions" data-sub-nav-name="MLB Ballpark FAQs" data-parent="Apps" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Ballpark FAQs</a><a href="https://www.mlb.com/help/play/frequently-asked-questions" data-sub-nav-name="MLB Play FAQs" data-parent="Apps" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Play FAQs</a></div></div></div></div><div class="header__nav-top__nav-item" role="menu" tabindex="0" data-nav-id="nav-top-item-standings" aria-label="Standings"><div class="header__nav-top__nav-item--inner"><a href="/redsox/standings" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Standings</span></a></div></div></nav><nav class="header__nav-top__nav-items header__nav-top__nav-items--spillover" aria-label="Secondary Navigation"></nav></div><div class="header__nav-top__nav-container__revenue"><nav class="header__nav-top__nav-items header__nav-top__nav-items--revenue" aria-label="Tertiary Navigation"><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav--hideRevenue header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-mlb.tv" aria-haspopup="true" aria-expanded="false" aria-label="MLB.TV"><div class="header__nav-top__nav-item--inner"><a href="https://www.mlb.com/tv?&affiliateId=clubMENU" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">MLB.TV</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-mlb.tv"><div class="header__subnav__content"><div class="header__subnav__group"><a href="https://www.mlb.com/live-stream-games/subscribe?&affiliateId=clubMENU" data-sub-nav-name="Buy MLB.TV Offseason Package" data-parent="MLB.TV" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Buy MLB.TV Offseason Package</a><a href="https://www.mlb.com/live-stream-games?&affiliateId=clubMENU" data-sub-nav-name="Watch & Listen" data-parent="MLB.TV" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Watch & Listen</a><a href="https://www.mlb.com/live-stream-games/partners?&affiliateId=clubMENU" data-sub-nav-name="Link Account" data-parent="MLB.TV" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Link Account</a><a href="https://www.mlb.com/live-stream-games/help-center?&affiliateId=clubMENU" data-sub-nav-name="Help Center" data-parent="MLB.TV" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Help Center</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav--hideRevenue header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-shop" aria-haspopup="true" aria-expanded="false" aria-label="Shop"><div class="header__nav-top__nav-item--inner"><a href="https://www.mlbshop.com/boston-red-sox/t-25556353+z-9324832-1137929273?_s=bm-mlbcom-bos" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Shop</span></a></div><div class="header__subnav" role="menu" data-parent-nav-id="nav-top-item-shop"><div class="header__subnav__content"><div class="header__subnav__group cols"><a href="https://www.mlbshop.com/boston-red-sox/jerseys/t-14998553+d-9038770147+z-95-320058141?_s=bm-mlbcom-bos" data-sub-nav-name="Jerseys" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Jerseys</a><a href="https://www.mlbshop.com/boston-red-sox/caps/t-25990753+d-1227992281+z-95-1119401795?_s=bm-mlbcom-bos" data-sub-nav-name="Caps" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Caps</a><a href="https://www.mlbshop.com/boston-red-sox/men/t-36110797+ga-89+z-971358-1141791909?_s=bm-mlbcom-bos" data-sub-nav-name="Men's" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Men's</a><a href="https://www.mlbshop.com/boston-red-sox/women/t-25662942+ga-68+z-83090-4060888637?_s=bm-mlbcom-bos" data-sub-nav-name="Women's" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Women's</a><a href="https://www.mlbshop.com/boston-red-sox/kids/t-14224197+ga-14+z-920092-2887796110?_s=bm-mlbcom-bos" data-sub-nav-name="Kids" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Kids</a><a href="https://www.mlbshop.com/boston-red-sox/big-and-tall/t-14335275+es-24+z-944635-2272457967?_s=bm-mlbcom-bos" data-sub-nav-name="Big & Tall" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Big & Tall</a><a href="https://www.mlbshop.com/trading-cards/d-4507487451+z-952513-2008381280?_s=bm-mlb.com-ShopButton-2024-TradingCards-bos" data-sub-nav-name="Trading Cards" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Trading Cards</a><a href="https://www.mlbshop.com/boston-red-sox/collectibles-and-memorabilia/t-14331897+d-1249000072+z-90-466269105?_s=bm-mlbcom-bos" data-sub-nav-name="Collectibles & Memorabilia" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Collectibles & Memorabilia</a><a href="https://www.mlbshop.com/boston-red-sox/home-and-office/t-25442997+d-7872004522+z-93-4214813688?_s=bm-mlbcom-bos" data-sub-nav-name="Home & Office" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Home & Office</a><a href="https://www.mlbshop.com/boston-red-sox/t-25556353+z-9324832-1137929273?os=1&_s=bm-mlbcom-bos" data-sub-nav-name="Clearance" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Clearance</a><a href="http://www.mlbshopeurope.com/stores/mlb/en/c/shop-by-team/american-league/boston-red-sox?portal=DOJK8RJP&CMP=PSC-DOJK8RJP" data-sub-nav-name="European Shop" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">European Shop</a><a href="https://www.mlbshop.com/gift-cards/x-462351+z-94899005-3509039474?_s=bm-mlbcom-bos" data-sub-nav-name="MLB Gift Certificates" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Gift Certificates</a><a href="https://www.mlbshop.com/boston-red-sox/authentication-program/t-36550720+c-3422025345+z-94-3849167509" data-sub-nav-name="Red Sox Authentic Shop" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Authentic Shop</a><a href="https://redsox.auctions.mlb.com/?_gl=1*j9qedz*_gcl_aw*R0NMLjE2ODEzMTA3NTguQ2p3S0NBandyZG1oQmhCQkVpd0E0SHg1Z3o2dl9TZW54SkRtTFl4REpsRVBhTHRvSmlQUjFHZTY4SGpVWmYtU0lrTWdURmdDUU9kMmVSb0NnTk1RQXZEX0J3RQ..*_gcl_dc*R0NMLjE2ODEzMTA3NTguQ2p3S0NBandyZG1oQmhCQkVpd0E0SHg1Z3o2dl9TZW54SkRtTFl4REpsRVBhTHRvSmlQUjFHZTY4SGpVWmYtU0lrTWdURmdDUU9kMmVSb0NnTk1RQXZEX0J3RQ..&utm_source=Nav+Auction+Tray+BOS&utm_medium=Club.com+Shop+Nav&utm_campaign=Club.com+permanent+Navigation" data-sub-nav-name="Red Sox Auctions - Bid or Buy" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Red Sox Auctions - Bid or Buy</a><a href="https://auctions.mlb.com/iSynApp/showHomePage.action?sid=1101001&isynsharedsession=mki8i1dARcxDt3WwReTi6kJOREHftyZJNK-Xg3m10ZpEdaSACl02r4aCDzYhNvUm&utm_source=Nav+Auction+Tray+BOS&utm_medium=Club.com+Shop+Nav+MLB&utm_campaign=Club.com+permanent+Navigation" data-sub-nav-name="MLB Auctions - Bid or Buy" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Auctions - Bid or Buy</a><a href="https://www.mlb.com/official-information/authentication" data-sub-nav-name="MLB Authentication" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">MLB Authentication</a><a href="/redsox/ballpark/information/guide#t-content" data-sub-nav-name="Team Store Location" data-parent="Shop" data-nav-position="top" class="header__subnav__item" role="menuitem" tabindex="0">Team Store Location</a></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav--hideRevenue header__nav-top__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-top-item-teams" aria-haspopup="true" aria-expanded="false" aria-label="Teams"><div class="header__nav-top__nav-item--inner"><a href="https://www.mlb.com/team" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Teams</span></a></div><div class="header__subnav header__subnav--teams"><div class="leagues header__subnav--teams__leagues"><div class="header__subnav--teams__league"><div class="header__subnav--teams__divisions"><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title">AL East</span><div class="header__subnav--teams__teams"><a href="/orioles" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Baltimore Orioles" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Baltimore Orioles Team Logo" src="//www.mlbstatic.com/team-logos/110.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Baltimore Orioles</span><span class="header__subnav--teams__team--shortname">Baltimore</span></a><a href="/redsox" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Boston Red Sox" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Boston Red Sox Team Logo" src="//www.mlbstatic.com/team-logos/111.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Boston Red Sox</span><span class="header__subnav--teams__team--shortname">Boston</span></a><a href="/yankees" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="New York Yankees" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="New York Yankees Team Logo" src="//www.mlbstatic.com/team-logos/147.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">New York Yankees</span><span class="header__subnav--teams__team--shortname">NY Yankees</span></a><a href="/rays" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Tampa Bay Rays" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Tampa Bay Rays Team Logo" src="//www.mlbstatic.com/team-logos/139.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Tampa Bay Rays</span><span class="header__subnav--teams__team--shortname">Tampa Bay</span></a><a href="/bluejays" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Toronto Blue Jays" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Toronto Blue Jays Team Logo" src="//www.mlbstatic.com/team-logos/141.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Toronto Blue Jays</span><span class="header__subnav--teams__team--shortname">Toronto</span></a></div></div><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title">AL Central</span><div class="header__subnav--teams__teams"><a href="/whitesox" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Chicago White Sox" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Chicago White Sox Team Logo" src="//www.mlbstatic.com/team-logos/145.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Chicago White Sox</span><span class="header__subnav--teams__team--shortname">Chi White Sox</span></a><a href="/guardians" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Cleveland Guardians" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Cleveland Guardians Team Logo" src="//www.mlbstatic.com/team-logos/114.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Cleveland Guardians</span><span class="header__subnav--teams__team--shortname">Cleveland</span></a><a href="/tigers" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Detroit Tigers" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Detroit Tigers Team Logo" src="//www.mlbstatic.com/team-logos/116.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Detroit Tigers</span><span class="header__subnav--teams__team--shortname">Detroit</span></a><a href="/royals" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Kansas City Royals" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Kansas City Royals Team Logo" src="//www.mlbstatic.com/team-logos/118.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Kansas City Royals</span><span class="header__subnav--teams__team--shortname">Kansas City</span></a><a href="/twins" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Minnesota Twins" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Minnesota Twins Team Logo" src="//www.mlbstatic.com/team-logos/142.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Minnesota Twins</span><span class="header__subnav--teams__team--shortname">Minnesota</span></a></div></div><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title">AL West</span><div class="header__subnav--teams__teams"><a href="/athletics" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Athletics" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Athletics Team Logo" src="//www.mlbstatic.com/team-logos/133.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Athletics</span><span class="header__subnav--teams__team--shortname">Athletics</span></a><a href="/astros" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Houston Astros" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Houston Astros Team Logo" src="//www.mlbstatic.com/team-logos/117.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Houston Astros</span><span class="header__subnav--teams__team--shortname">Houston</span></a><a href="/angels" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Los Angeles Angels" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Los Angeles Angels Team Logo" src="//www.mlbstatic.com/team-logos/108.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Los Angeles Angels</span><span class="header__subnav--teams__team--shortname">LA Angels</span></a><a href="/mariners" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Seattle Mariners" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Seattle Mariners Team Logo" src="//www.mlbstatic.com/team-logos/136.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Seattle Mariners</span><span class="header__subnav--teams__team--shortname">Seattle</span></a><a href="/rangers" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Texas Rangers" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Texas Rangers Team Logo" src="//www.mlbstatic.com/team-logos/140.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Texas Rangers</span><span class="header__subnav--teams__team--shortname">Texas</span></a></div></div></div></div><div class="header__subnav--teams__league"><div class="header__subnav--teams__divisions"><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title">NL East</span><div class="header__subnav--teams__teams"><a href="/braves" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Atlanta Braves" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Atlanta Braves Team Logo" src="//www.mlbstatic.com/team-logos/144.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Atlanta Braves</span><span class="header__subnav--teams__team--shortname">Atlanta</span></a><a href="/marlins" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Miami Marlins" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Miami Marlins Team Logo" src="//www.mlbstatic.com/team-logos/146.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Miami Marlins</span><span class="header__subnav--teams__team--shortname">Miami</span></a><a href="/mets" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="New York Mets" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="New York Mets Team Logo" src="//www.mlbstatic.com/team-logos/121.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">New York Mets</span><span class="header__subnav--teams__team--shortname">NY Mets</span></a><a href="/phillies" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Philadelphia Phillies" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Philadelphia Phillies Team Logo" src="//www.mlbstatic.com/team-logos/143.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Philadelphia Phillies</span><span class="header__subnav--teams__team--shortname">Philadelphia</span></a><a href="/nationals" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Washington Nationals" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Washington Nationals Team Logo" src="//www.mlbstatic.com/team-logos/120.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Washington Nationals</span><span class="header__subnav--teams__team--shortname">Washington</span></a></div></div><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title">NL Central</span><div class="header__subnav--teams__teams"><a href="/cubs" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Chicago Cubs" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Chicago Cubs Team Logo" src="//www.mlbstatic.com/team-logos/112.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Chicago Cubs</span><span class="header__subnav--teams__team--shortname">Chi Cubs</span></a><a href="/reds" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Cincinnati Reds" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Cincinnati Reds Team Logo" src="//www.mlbstatic.com/team-logos/113.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Cincinnati Reds</span><span class="header__subnav--teams__team--shortname">Cincinnati</span></a><a href="/brewers" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Milwaukee Brewers" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Milwaukee Brewers Team Logo" src="//www.mlbstatic.com/team-logos/158.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Milwaukee Brewers</span><span class="header__subnav--teams__team--shortname">Milwaukee</span></a><a href="/pirates" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Pittsburgh Pirates" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Pittsburgh Pirates Team Logo" src="//www.mlbstatic.com/team-logos/134.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Pittsburgh Pirates</span><span class="header__subnav--teams__team--shortname">Pittsburgh</span></a><a href="/cardinals" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="St. Louis Cardinals" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="St. Louis Cardinals Team Logo" src="//www.mlbstatic.com/team-logos/138.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">St. Louis Cardinals</span><span class="header__subnav--teams__team--shortname">St. Louis</span></a></div></div><div class="header__subnav__group header__subnav--teams__division"><span class="header__subnav__group-title">NL West</span><div class="header__subnav--teams__teams"><a href="/dbacks" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Arizona Diamondbacks" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Arizona Diamondbacks Team Logo" src="//www.mlbstatic.com/team-logos/109.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Arizona Diamondbacks</span><span class="header__subnav--teams__team--shortname">Arizona</span></a><a href="/rockies" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Colorado Rockies" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Colorado Rockies Team Logo" src="//www.mlbstatic.com/team-logos/115.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Colorado Rockies</span><span class="header__subnav--teams__team--shortname">Colorado</span></a><a href="/dodgers" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="Los Angeles Dodgers" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="Los Angeles Dodgers Team Logo" src="//www.mlbstatic.com/team-logos/119.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">Los Angeles Dodgers</span><span class="header__subnav--teams__team--shortname">LA Dodgers</span></a><a href="/padres" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="San Diego Padres" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="San Diego Padres Team Logo" src="//www.mlbstatic.com/team-logos/135.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">San Diego Padres</span><span class="header__subnav--teams__team--shortname">San Diego</span></a><a href="/giants" class="header__subnav__item header__subnav--teams__team" data-sub-nav-name="San Francisco Giants" data-parent="Teams" data-nav-position="top" tabindex="0"><img alt="San Francisco Giants Team Logo" src="//www.mlbstatic.com/team-logos/137.svg" class="header__subnav--teams__team--logo" role="presentation"/><span class="header__subnav--teams__team--name">San Francisco Giants</span><span class="header__subnav--teams__team--shortname">San Francisco</span></a></div></div></div></div></div></div></div><div class="header__nav-top__nav-item header__nav-top__nav-item--mobile-quick-nav--hideRevenue" role="menu" tabindex="0" data-nav-id="nav-top-item-espa帽ol" aria-label="Espa帽ol"><div class="header__nav-top__nav-item--inner"><a href="https://www.mlb.com/es/redsox" class="header__nav-top__nav-item__link" tabindex="-1"><span class="header__nav-top__nav-item__text">Espa帽ol</span></a></div></div></nav></div></div><div class="search-widget"><div data-testid="search-widget-container" class="styles__SearchWidgetContainer-sc-1vorjk3-0 ljiZEn"><button shape="solid" color="#ffffff" aria-label="search" aria-pressed="false" class="buttonstyle__StyledButton-sc-vlv7w5-1 dXitZU styles__SearchWidgetButton-sc-1vorjk3-1 diTxpP" role="button" type="button" data-testid="search-widget-btn"><svg class="iconstyle__IconWrapper-sc-12jucjo-0 jKbrmA" fill="#ffffff" transform="rotate(0)" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><use xlink:href="#search-27627"><symbol xmlns="http://www.w3.org/2000/svg" viewBox="156 245 512 512" id="search-27627"><title id="title-search-27627">search-27627</title><path fill="" d="M667.6 705.2L502.7 564.7c23.2-31.7 37-70.8 37-113.1 0-105.8-86.1-191.9-191.9-191.9S156 345.8 156 451.6s86.1 191.9 191.9 191.9c43.7 0 84.1-14.7 116.4-39.4L632 747l35.6-41.8zM347.9 589.1c-75.9 0-137.6-61.7-137.6-137.6 0-75.8 61.7-137.5 137.6-137.5s137.6 61.7 137.6 137.6c-.1 75.8-61.8 137.5-137.6 137.5z" stroke=""></path></symbol></use></svg><span class="buttonstyle__Label-sc-vlv7w5-0 fDydSc"></span></button></div></div><div class="header__nav-top__login-container"><button class="header__nav-top__button account" aria-label="Login to your account" aria-expanded="false" data-testid="header-profile-button"><span class="header__nav-top__nav-item__text">Sign in</span><svg viewBox="0 0 35 35" class="p-icon p-icon--login icon"><defs><filter x="-.7%" y="-21.4%" width="101.4%" height="142.9%" filterUnits="objectBoundingBox" id="avatar_logged-out_svg__a"><feOffset dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset><feGaussianBlur stdDeviation="2" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix><feMerge><feMergeNode in="shadowMatrixOuter1"></feMergeNode><feMergeNode in="SourceGraphic"></feMergeNode></feMerge></filter></defs><g filter="url(#avatar_logged-out_svg__a)" transform="translate(-1616 -11)"><path d="M1645.118 28.375c0-6.486-5.257-11.743-11.743-11.743-6.486 0-11.743 5.257-11.743 11.743 0 6.486 5.257 11.743 11.743 11.743 6.486 0 11.743-5.257 11.743-11.743zm1.382 0c0 7.249-5.876 13.125-13.125 13.125s-13.125-5.876-13.125-13.125 5.876-13.125 13.125-13.125 13.125 5.876 13.125 13.125z"></path><path d="M1640.059 37.132v-.289c.005-.993-.011-1.524-.089-2.144-.237-1.909-.944-2.87-2.45-2.87h-7.848c-2.314 0-2.98 1.8-2.98 5.303v.762c.064.05.14.107.226.17.393.283.854.568 1.378.834a11.128 11.128 0 005.079 1.22c1.863 0 3.565-.457 5.071-1.22a10.553 10.553 0 001.613-1.005v-.76zm-.989 2.998a12.508 12.508 0 01-5.695 1.37 12.5 12.5 0 01-5.704-1.37c-1.017-.516-1.74-1.038-2.137-1.402a.69.69 0 01-.224-.51v-1.086c0-1.698.107-2.823.525-3.952.637-1.717 1.899-2.733 3.837-2.733h7.848c2.358 0 3.508 1.565 3.821 4.081.087.697.104 1.271.1 2.32v1.371a.69.69 0 01-.227.511c-.4.363-1.125.884-2.144 1.4zm-2.241-13.828a3.453 3.453 0 10-6.907 0 3.453 3.453 0 006.907 0zm1.382 0a4.835 4.835 0 11-9.67 0 4.835 4.835 0 019.67 0z"></path></g></svg></button></div></div><nav class="header__nav-side" aria-label="Main Navigation" aria-expanded="false" aria-haspopup="true"><div class="header__nav-side__main-nav"><div class="header__nav-side__nav-items"><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav header__nav-side__nav-item--parent default" role="menu" tabindex="0" data-nav-id="nav-side-item-tickets" aria-haspopup="true" aria-expanded="false" aria-label="Tickets"><div class="header__nav-side__nav-item--inner"><a href="/redsox/tickets" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="156 245 512 512" role="img" aria-labelledby="title-tickets-715950 desc-tickets-715950" class="p-icon p-icon--tickets icon__nav-item"><title id="title-tickets-715950"></title><desc id="desc-tickets-715950"></desc><path d="M660.1 396.3l-28.2-28.2c-24 24-63 24-87 0s-24-63 0-87l-28.3-28.2c-9.8-9.8-25.7-9.8-35.5 0L164.3 569.7c-9.8 9.8-9.8 25.7 0 35.5l28.2 28.2c24-24 63-24 87 0s24 63 0 87l28.2 28.2c9.8 9.8 25.7 9.8 35.5 0L660 431.8c9.8-9.7 9.8-25.7.1-35.5zm-198.2-45.5l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4zm42 42l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4zm42 42l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4zm42 42l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4z"></path></svg><span class="header__nav-side__nav-item__text">Tickets</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-715951 desc-caret-down-715951" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-715951"></title><desc id="desc-caret-down-715951"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-season-tickets" aria-haspopup="true" aria-expanded="false" aria-label="Season Tickets"><div class="header__nav-side__nav-item--inner"><a href="/redsox/tickets/season-tickets" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="156 245 512 512" role="img" aria-labelledby="title-tickets-715952 desc-tickets-715952" class="p-icon p-icon--tickets icon__nav-item"><title id="title-tickets-715952"></title><desc id="desc-tickets-715952"></desc><path d="M660.1 396.3l-28.2-28.2c-24 24-63 24-87 0s-24-63 0-87l-28.3-28.2c-9.8-9.8-25.7-9.8-35.5 0L164.3 569.7c-9.8 9.8-9.8 25.7 0 35.5l28.2 28.2c24-24 63-24 87 0s24 63 0 87l28.2 28.2c9.8 9.8 25.7 9.8 35.5 0L660 431.8c9.8-9.7 9.8-25.7.1-35.5zm-198.2-45.5l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4zm42 42l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4zm42 42l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4zm42 42l-.7.7c-4.5 4.5-11.9 4.5-16.4 0l-9.3-9.3c-4.5-4.5-4.5-11.9 0-16.4l.7-.7c4.5-4.5 11.9-4.5 16.4 0l9.3 9.3c4.5 4.5 4.5 11.9 0 16.4z"></path></svg><span class="header__nav-side__nav-item__text">Season Tickets</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-715953 desc-caret-down-715953" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-715953"></title><desc id="desc-caret-down-715953"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-schedule" aria-haspopup="true" aria-expanded="false" aria-label="Schedule"><div class="header__nav-side__nav-item--inner"><a href="/redsox/schedule/2025-02" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 512 512" role="img" aria-labelledby="title-calendar-715954 desc-calendar-715954" class="p-icon p-icon--calendar icon__nav-item"><title id="title-calendar-715954"></title><desc id="desc-calendar-715954"></desc><path class="st0" d="M455.5 72H421V27c0-14.9-12.2-27-27.1-27h-56.2C322.9 0 310 12.2 310 27v45H201V27c0-14.9-11.5-27-26.4-27h-56.2C103.6 0 91 12.2 91 27v45H55.8C35 72 18 89.4 18 110.2v364.1C18 495 35 512 55.8 512h399.7c20.8 0 38.5-17 38.5-37.7V110.2c0-20.8-17.7-38.2-38.5-38.2zM384 127.3c0 5.4-4.4 9.7-9.7 9.7h-17.6c-5.4 0-9.7-4.4-9.7-9.7V45.7c0-5.4 4.4-9.7 9.7-9.7h17.6c5.4 0 9.7 4.4 9.7 9.7v81.6zm-219 0c0 5.4-4.4 9.7-9.7 9.7h-17.6c-5.4 0-9.7-4.4-9.7-9.7V45.7c0-5.4 4.4-9.7 9.7-9.7h17.6c5.4 0 9.7 4.4 9.7 9.7v81.6zM457 475H55V182h402v293z"></path></svg><span class="header__nav-side__nav-item__text">Schedule</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-715955 desc-caret-down-715955" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-715955"></title><desc id="desc-caret-down-715955"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav" role="menu" tabindex="0" data-nav-id="nav-side-item-scores" aria-label="Scores"><div class="header__nav-side__nav-item--inner"><a href="/redsox/scores" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 1000 1000" role="img" aria-labelledby="title-line-score-715956 desc-line-score-715956" class="p-icon p-icon--line-score icon__nav-item"><title id="title-line-score-715956"></title><desc id="desc-line-score-715956"></desc><path d="M1.8 357.4h281.8v281.8H1.8zm357.3 0h281.8v281.8H359.1zm357.3 0h281.8v281.8H716.4zM1.8 688.2h281.8V970H1.8zm357.3 0h281.8V970H359.1zm357.3 0h281.8V970H716.4zM28.3 258.1V30H114c56.1 0 89.7 20 89.7 70.6 0 36.1-17 55.8-47.5 65l50.9 92.5h-53l-47.5-86h-29v86H28.3zm49.3-124.8h34.2c29 0 42.9-8.3 42.9-31.4 0-22.5-13.9-30.8-42.9-30.8H77.6v62.2zm320.8 124.8V30h50.3v88.5h89.7V30h50.2v228.1h-50.2v-97.4h-89.7v97.4h-50.3zm390.4 0V30h155.4v41.9H839.1v49h76.2v39.8h-76.2v56.7h110.7v40.7h-161z"></path></svg><span class="header__nav-side__nav-item__text">Scores</span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-stats" aria-haspopup="true" aria-expanded="false" aria-label="Stats"><div class="header__nav-side__nav-item--inner"><a href="/redsox/stats" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 32 32" role="img" aria-labelledby="title-stats-715957 desc-stats-715957" class="p-icon p-icon--stats icon__nav-item"><title id="title-stats-715957"></title><desc id="desc-stats-715957"></desc><path d="M10.3 16.7c0-.4-.4-.7-.8-.7H3.3c-.4 0-.7.3-.7.7v14c0 .4.3.7.7.7h6.3c.4 0 .7-.3.7-.7v-14zM19.8 9c0-.4-.3-.7-.7-.7h-6.3c-.4 0-.7.3-.7.7v21.6c0 .4.3.7.7.7h6.3c.4 0 .7-.3.7-.7V9zm9.6-7.7c0-.4-.3-.7-.7-.7h-6.3c-.4 0-.7.3-.7.7v29.3c0 .4.3.7.7.7h6.3c.4 0 .7-.3.7-.7V1.3z" fill="#444"></path></svg><span class="header__nav-side__nav-item__text">Stats</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-715958 desc-caret-down-715958" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-715958"></title><desc id="desc-caret-down-715958"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--parent header__nav-side__nav-item--current" role="menu" tabindex="0" data-nav-id="nav-side-item-roster" aria-haspopup="true" aria-expanded="false" aria-label="Roster"><div class="header__nav-side__nav-item--inner"><a href="/redsox/roster" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 512 512" role="img" aria-labelledby="title-group-715959 desc-group-715959" class="p-icon p-icon--group icon__nav-item"><title id="title-group-715959"></title><desc id="desc-group-715959"></desc><path d="M512 443.1c-1-1.9-.5-3.9-.6-5.8-.4-5-.9-10-1.2-14.9-.3-4.8-2.6-8.6-6-11.9-4.2-4.2-9.2-7.4-14.3-10.4-11.3-6.5-23.4-11.6-35.5-16.4-14.6-5.8-29.6-10.8-44.5-15.8-3.8-1.3-7.6-2.8-11.3-4.5-4.9-2.2-7.6-6.1-7.7-11.4-.2-8.4-.2-16.9-.1-25.3.1-3.9 1.4-7.6 4-10.5 8.3-9.4 11.8-20.8 14.2-32.7.8-3.8 1.4-7.6 2.3-11.3.5-1.9 1.1-3.9 2.2-5.5 3.5-5.3 5.5-11.1 7-17.2 1-3.9 1.7-7.8 2.4-11.8.5-3.2.2-6.4-1.1-9.4-1.6-3.7-1.6-7.4-1.2-11.3.9-8.1 1.7-16.3 2.3-24.4.5-6.8-1-13.4-3.5-19.7-8.5-21.8-24.2-35.6-46.7-41.8-5.5-1.5-17.5-3.2-17.8-3.2h-12.8c-2.1 0-4.2.6-6.3.9-15.5 2-29.6 7.5-41.1 18.4-10.8 10.1-17.6 22.5-20.1 37.1-.1.4-.1.9-.2 1.3 2.4.4 4.7.8 7.1 1.5 24.6 6.8 41.7 22.1 50.8 45.5 3.1 8.1 4.4 15.4 3.9 22.4-.6 8.5-1.5 16.9-2.3 24.6-.4 3.7-.2 6.1.7 8.2 1.7 4 2.2 8.4 1.5 12.8-.7 4.4-1.5 8.4-2.5 12.2-1.3 5.5-3.5 12.6-7.9 19.2-.5.7-.9 1.9-1.3 3.5-.6 2.3-1 4.7-1.5 7.3-.2 1.3-.5 2.5-.7 3.8-2.3 11.5-5.9 24.7-15.6 35.6-1.6 1.8-2.4 4-2.4 6.5-.2 9.8-.2 17.7.1 25 .1 2.9 1.3 4.7 4 5.9 4.1 1.8 7.5 3.2 10.7 4.2 13.9 4.6 29.6 9.8 44.8 15.8 10.4 4.1 21.3 9.2 31.8 14.2h116.5c-.1-3.8-.1-7-.1-10.7zm-326.6-16.7c5.5-1.8 11.2-3.9 17.2-6.3 3.1-1.2 3.6-2.6 3.7-3.1.6-1.8 1-3.6 1-5.1.2-5.7.2-11.5.2-17.1v-2.7c0-4.7-1.3-8.4-4.2-11.7-4-4.6-7.1-10-9.6-16.7-2.3-6.5-4.1-13.7-5.6-22.6-.9-5.1-1.8-8.6-4-11.5-.9-1.2-1.4-2.4-1.9-3.4l-.1-.2c-2.4-5.2-3.8-10.6-5.1-15.8l-.5-1.9c-2.3-8.8-1.9-16.2 1-23.1.1-.3.2-.8.2-1.1-.7-7.9-1.5-15.9-2.2-23.6-.5-5.3-.9-10 0-15.2 2.8-15.8 10.2-29.4 22-40.4 10.6-9.9 23.5-16.1 39.4-18.9-.5-4.4-1.7-8.8-3.3-13-8.5-21.8-24.2-35.5-46.7-41.8-4.7-1.3-14.2-2.7-17-3.1-.5-.1-.8-.1-.8-.1h-12.8c-2.1 0-4.2.6-6.3.9-15.5 2-29.6 7.5-41.1 18.4-10.8 10.1-17.6 22.5-20.1 37.1-.8 4.5-.4 9.1 0 13.6.8 7.9 1.6 15.8 2.2 23.7.1 1.3-.1 2.8-.7 4.1-2.7 6.3-2.4 12.7-.7 19.1 1.4 5.6 2.7 11.3 5.2 16.6.4.9.8 1.7 1.3 2.5 3.2 4.2 4.3 9.1 5.1 14.2 1.2 7.3 2.8 14.5 5.4 21.5 2 5.4 4.6 10.4 8.4 14.8 4 4.5 5.8 9.8 5.8 15.8 0 6.7 0 13.4-.2 20-.1 2.3-.6 4.7-1.4 6.9-1.2 3.5-4.1 5.6-7.3 6.8-5.8 2.3-11.6 4.4-17.5 6.4-18.2 6-36.2 12.4-53.7 20.2-8.8 3.9-17.5 8-25.4 13.5-2.9 2-5.5 4.2-8.1 6.5-3.7 3.3-5.7 7.5-6 12.5-.4 6.5-.7 13-1.1 19.5v.8C0 447 0 451 0 454h115.7c5.1-3 10.3-5.1 15.4-7.3 19.2-8.5 39.1-15.3 54.3-20.3z"></path><path d="M321.5 278.4c.8-7.7 1.7-15.9 2.3-24.2.4-5.2-.6-10.6-3.1-17-7.7-19.8-21.6-32.2-42.6-38.1-4.6-1.3-9.4-1.7-14.8-2.1-.4.1-10.5 0-10.5 0-2.3 0-7.7.2-9.2.4-15.6 2-27.9 7.4-37.7 16.5-10 9.3-15.9 20.3-18.3 33.6-.6 3.6-.3 7.4.1 11.8.8 7.8 1.6 15.8 2.2 23.8.2 2.3-.2 4.8-1.1 7-1.9 4.3-2 9-.4 15.2l.5 1.9c1.2 4.9 2.4 9.4 4.3 13.6l.1.3c.2.4.4.9.5 1.1 4.1 5.4 5.4 11.5 6.3 16.8 1.4 8.2 3 14.7 5.1 20.4 1.9 5.2 4.2 9.4 7.2 12.8 4.8 5.5 7.3 12.2 7.3 19.9v2.7c0 5.7 0 11.6-.2 17.5-.1 2.8-.7 5.7-1.7 8.8-1.1 3.3-4 7.9-10.9 10.6-6.2 2.5-12.1 4.6-17.8 6.5-14.9 4.9-34.4 11.7-53.2 20-8.2 3.6-16.8 7.7-24.4 13-2.3 1.6-4.8 3.6-7.5 6-2.5 2.2-3.8 5-4 8.3-.2 3.5-.5 7-.9 10.4-.3 3-.6 6.1-.8 9.1-.1.8-.6 1.5-.6 2.2v3.8h313.9v-6.9c0-1.6 0-3-.1-4.4-.2-3.1-.4-6.1-.6-9.2-.1-1.9-.2-3.8-.4-5.8-.2-2.9-1.4-5.4-4-7.9-4.1-4.1-9.1-7.2-13-9.4-11.2-6.4-23.3-11.5-34.7-16-14.9-5.9-30.4-11.1-44.2-15.7-3.6-1.2-7.4-2.7-11.8-4.7-7-3.1-11.2-9.3-11.4-16.8-.2-7.5-.2-15.6-.1-25.6.1-5.5 2-10.5 5.5-14.5 7.7-8.7 10.7-19.5 12.7-29.8.2-1.2.5-2.4.7-3.7.5-2.6 1-5.2 1.6-7.9.8-3.2 1.7-5.6 3.1-7.5 2.6-3.9 4.4-8.4 6.1-15.2.9-3.5 1.6-7.2 2.3-11.3.4-2.1.1-4.1-.6-6-1.8-5.3-1.6-10.4-1.2-14.3z"></path><path d="M143.6 448.2c1-.4 2-.8 3-1.3-1 .5-2 .9-3 1.3zm14.3-5.6c.7-.2 1.3-.5 2-.7-.7.2-1.4.5-2 .7zm14.2-5.1c.4-.1.7-.2 1.1-.4-.4.1-.8.3-1.1.4zm7.1-2.5c.2-.1.3-.1.5-.2-.1.1-.3.1-.5.2zm-14.3 5c.5-.2 1-.4 1.6-.6-.5.2-1 .4-1.6.6zm-29.1 11.5c1.4-.6 2.9-1.3 4.3-1.9-1.4.7-2.9 1.3-4.3 1.9zm193.7-149.7c-.1.6-.2 1.2-.3 1.7.1-.5.2-1.1.3-1.7zm-.7-11.5c.9 2.2 1.4 4.6 1.3 7 .1-2.3-.3-4.7-1.3-7s-1.4-4.6-1.4-7c.1 2.4.5 4.7 1.4 7zm.7 11.5c.1-.7.2-1.4.4-2.1.1-.8.2-1.6.2-2.4 0 .8-.1 1.6-.2 2.4-.1.7-.2 1.4-.4 2.1zM321 431.2c.7.2 1.5.5 2.2.7-.8-.2-1.5-.5-2.2-.7zm8.2-127.6c-.4 2.1-.9 4.3-1.3 6.4.5-2.2.9-4.3 1.3-6.4zm-31.4 102.2v-1.1 1.1zm-84.2-.7v-1.7 1.7zm-53.7 36.8c1.7-.6 3.4-1.2 5.1-1.9-1.8.6-3.5 1.2-5.1 1.9zm-30.2 12.3z"></path></svg><span class="header__nav-side__nav-item__text">Roster</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-715960 desc-caret-down-715960" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-715960"></title><desc id="desc-caret-down-715960"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-video" aria-haspopup="true" aria-expanded="false" aria-label="Video"><div class="header__nav-side__nav-item--inner"><a href="/redsox/video" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 47 26" role="img" aria-labelledby="title-video-715961 desc-video-715961" class="p-icon p-icon--video icon__nav-item"><title id="title-video-715961"></title><desc id="desc-video-715961"></desc><g fill-rule="evenodd"><path d="M2.824 0H31.06a2.822 2.822 0 0 1 2.822 2.824v19.764a2.823 2.823 0 0 1-2.823 2.824H2.823A2.823 2.823 0 0 1 0 22.588V2.824A2.824 2.824 0 0 1 2.824 0"></path><path d="M24.394 11.96l22.58-8.472v16.95"></path></g></svg><span class="header__nav-side__nav-item__text">Video</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-715962 desc-caret-down-715962" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-715962"></title><desc id="desc-caret-down-715962"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-news" aria-haspopup="true" aria-expanded="false" aria-label="News"><div class="header__nav-side__nav-item--inner"><a href="/redsox/news" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 32 32" role="img" aria-labelledby="title-news-715963 desc-news-715963" class="p-icon p-icon--news icon__nav-item"><title id="title-news-715963"></title><desc id="desc-news-715963"></desc><g fill-rule="evenodd" clip-rule="evenodd" fill="#444"><path d="M29.131 5.302h-2.189V3.404a.737.737 0 0 0-.737-.738H2.626a.737.737 0 0 0-.737.738v23.631c0 .408.33.738.737.738h2.189v1.899c0 .408.33.738.737.738h23.579c.407 0 .737-.33.737-.738V6.041a.738.738 0 0 0-.737-.739zm-.737 23.631H6.289V6.779h22.105v22.154z"></path><path d="M9.667 12.267h14.737a.737.737 0 0 0 0-1.476H9.667a.737.737 0 0 0 0 1.476zm0 4.185h14.737a.737.737 0 0 0 0-1.476H9.667a.737.737 0 0 0 0 1.476zm0 4.184h14.737a.737.737 0 0 0 0-1.476H9.667a.737.737 0 0 0 0 1.476zm0 4.185h7.368a.737.737 0 0 0 0-1.476H9.667a.737.737 0 0 0 0 1.476z"></path></g></svg><span class="header__nav-side__nav-item__text">News</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-715964 desc-caret-down-715964" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-715964"></title><desc id="desc-caret-down-715964"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-fenway-park" aria-haspopup="true" aria-expanded="false" aria-label="Fenway Park"><div class="header__nav-side__nav-item--inner"><a href="/redsox/ballpark" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 1000 1000" role="img" aria-labelledby="title-gameday-715965 desc-gameday-715965" class="p-icon p-icon--gameday icon__nav-item"><title id="title-gameday-715965"></title><desc id="desc-gameday-715965"></desc><path d="M219.5 580c.3-.3.4-.7.6-1l237-237c23.2-23.2 61-23.2 84.2 0l237 237c1 1 1.3 2.4 2.3 3.4l38.1 38.1 179.9-179.9c-53.8-148-171.3-266.2-320-319.3-55.8-20.6-116.2-31.9-179.3-31.9-62.4 0-122.8 10.6-178.6 30.5C171.3 174.5 53.7 291.3 0 440.7l179.2 179.6 40.3-40.3z"></path><path d="M743.1 693.7l-29.6-29.6c-.8-.9-1-2-1.9-2.8l-180-180.1c-17.7-17.7-46.4-17.7-64.1 0l-66.3 66.3-.3-.3-145.4 145.7 31.7 31.7c.2.2.2.4.4.6l180.1 180.1c17.6 17.6 46.4 17.6 64.1 0l180-180.1c.1-.1.1-.2.2-.3l31.1-31.2z"></path></svg><span class="header__nav-side__nav-item__text">Fenway Park</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-715966 desc-caret-down-715966" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-715966"></title><desc id="desc-caret-down-715966"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-community" aria-haspopup="true" aria-expanded="false" aria-label="Community"><div class="header__nav-side__nav-item--inner"><a href="/redsox/community" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 512 512" role="img" aria-labelledby="title-globe-715967 desc-globe-715967" class="p-icon p-icon--globe icon__nav-item"><title id="title-globe-715967"></title><desc id="desc-globe-715967"></desc><path d="M0 255.9C0 185 24.9 124.7 74.8 74.8S185 0 255.9 0 387.1 24.9 437 74.8c49.9 49.9 74.8 110.2 74.8 181.1 0 70.8-24.9 131.2-74.8 181.1-49.9 49.9-110.2 74.8-181.1 74.8-70.8 0-131.2-24.9-181.1-74.8S0 326.7 0 255.9zm33 8.2c2.8 58.5 24.8 108.3 66 149.6 18.6-13.1 37.8-23.7 57.8-32-15.1-37.1-23.4-76.4-24.8-117.6H33zm0-16.5h99.1c1.4-36.5 7.9-70.8 19.6-103.2-22-8.9-42.6-21-61.9-36.1C54 148.2 35.1 194.7 33 247.6zM101.1 96c17.9 13.8 36.8 24.8 56.7 33 15.1-35.8 35.8-66.7 61.9-92.9-46 7.6-85.6 27.5-118.6 59.9zm10.3 329.1c31 26.8 67.1 43.7 108.3 50.6-22.7-22.7-41.3-48.8-55.7-78.4-18.5 6.8-36.1 16.1-52.6 27.8zm37.2-161c1.4 39.2 9.3 76.7 23.7 112.5 24.1-7.6 49.2-12 75.3-13.4v-99.1h-99zm0-16.5h99.1v-82.5c-27.5-1.4-54.3-6.5-80.5-15.5-11.1 31-17.2 63.6-18.6 98zm24.7-113.5c24.1 8.3 48.8 13.1 74.3 14.4V33h-1c-31.6 26.8-56.1 60.5-73.3 101.1zm6.2 256.9c17.2 35.1 39.6 64.3 67.1 87.7h1v-99.1c-24 1.5-46.7 5.3-68.1 11.4zm84.6 87.7h1c27.5-23.4 49.9-52.6 67.1-87.7-21.3-6.2-44-10-68.1-11.3v99zm0-115.5c26.1 1.4 51.2 5.8 75.3 13.4 14.4-35.8 22.4-73.3 23.7-112.5H264v99.1zm0-115.6h99.1c-1.4-34.4-7.6-67.1-18.6-98-26.1 8.9-53 14.1-80.5 15.5v82.5zm0-99c25.5-1.4 50.2-6.2 74.3-14.4-17.2-40.7-41.6-74.4-73.2-101.2h-1v115.6zm27.9 327c41.3-6.9 77.4-23.7 108.3-50.6-16.5-11.7-34-21-52.6-27.9-14.4 29.7-33 55.9-55.7 78.5zm0-439.5c26.1 26.1 46.8 57.1 61.9 92.9 19.9-8.3 38.9-19.3 56.7-33-33-32.4-72.5-52.3-118.6-59.9zm62.9 345.7c19.9 8.3 39.2 18.9 57.8 32 41.3-41.3 63.3-91.1 66-149.6h-99.1c-1.3 41.2-9.5 80.4-24.7 117.6zm5.2-237.4c11.7 32.3 18.2 66.7 19.6 103.2h99.1c-2.1-53-21-99.4-56.7-139.3-19.4 15.2-40 27.2-62 36.1z"></path></svg><span class="header__nav-side__nav-item__text">Community</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-715968 desc-caret-down-715968" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-715968"></title><desc id="desc-caret-down-715968"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-fans" aria-haspopup="true" aria-expanded="false" aria-label="Fans"><div class="header__nav-side__nav-item--inner"><a href="/redsox/fans" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 32 32" role="img" aria-labelledby="title-fans-715969 desc-fans-715969" class="p-icon p-icon--fans icon__nav-item"><title id="title-fans-715969"></title><desc id="desc-fans-715969"></desc><g fill="#444"><path d="M11.585 14.076c.009.036.025.069.032.106l.546 2.785c.089.312.284.584.569.77.31.202.676.277 1.034.216a2.166 2.166 0 0 1-.123-.178c-.294-.44-.527-1.045-.372-1.773.223-1.048.804-1.598 1.219-1.867l-.362-1.846a1.363 1.363 0 0 0-.551-.71 1.436 1.436 0 0 0-1.977.387 1.35 1.35 0 0 0-.226 1.037l.211 1.073zM8.5 18.8c.144.737.908 1.234 1.668 1.085s1.279-.898 1.135-1.635l-.21-1.071c-.009-.036-.025-.069-.032-.106l-.546-2.785a1.358 1.358 0 0 0-.569-.77 1.436 1.436 0 0 0-1.977.387 1.35 1.35 0 0 0-.226 1.037L8.5 18.8zm11.102-3.653l2.773 1.164V4.809c0-.754-.603-1.415-1.391-1.415-.774 0-1.408.661-1.408 1.415 0 .07.017 7.313.083 9.836.003.15-.035.335-.057.502zM15.2 12.083c.015.055.038.105.049.162l.295 1.572c.395-.017.79.041 1.164.171.484.168 1.317.499 1.899.734a.734.734 0 0 0-.007-.148l-.757-3.858c-.144-.737-.907-1.233-1.669-1.085-.37.073-.696.287-.909.598a1.35 1.35 0 0 0-.226 1.037l.161.817z"></path><path d="M22.834 17.632l-.006-.004-.006-.001-6.477-2.612a1.994 1.994 0 0 0-.411-.095c-.035-.003-.069-.008-.104-.008l-.045-.003a1.4 1.4 0 0 0-.541.123c-.36.162-.642.458-.787.825-.143.354-.142.765.002 1.129.021.053.05.099.076.148.176.278.397.465.466.518.068.043.138.083.213.113l2.5 1.082.002.089h.002l3.523 1.347c.279.113.413.388.3.667a.527.527 0 0 1-.691.276l-.019-.009-3.522-1.439-2.499-.998c-.028-.011-.052-.031-.08-.044-.206.107-.487.236-.718.281-.55.107-1.12.027-1.619-.227a2.51 2.51 0 0 1-2.501 2.211c-.487 0-.994-.141-1.413-.414-.343-.223-.829-.522-.829-.862v8.891l14.727.002v-6.626c0-.104.069-.212.119-.295.035-.148.225-.265.37-.342.66-.351 1.194-1.123 1.295-1.922.042-.33.053-.947-.416-1.377-.093-.074-.514-.274-.911-.424z"></path><path d="M25.648 15.633V4.409C25.648 1.813 23.873 0 21.342 0c-3.459 0-4.695 2.129-4.695 4.113l-.036 2.575a2.612 2.612 0 0 0-1.894.032c-1.066.429-1.512.998-1.687 1.476-.6-.163-1.514-.234-2.613.255-1.002.445-1.419 1.307-1.591 1.902-.52-.088-1.296-.124-2.033.207-1.574.708-2.34 1.925-2.34 3.73l.044 2.579.12 14.174c.001.537.517.957 1.066.957l19-.065c.547 0 .978-.411.978-.935l.012-7.839c.646-.361 1.872-1.374 1.872-3.887.001-2.303-1.352-3.286-1.897-3.641zm-2.182 6.548v6.651c0 .5-.264 1.013-.847 1.013H7.58c-.559 0-1.023-.505-1.023-1.013V14.423c0-.09.056-.171.095-.246a2.54 2.54 0 0 1 2.002-1.94 2.528 2.528 0 0 1 1.626.234c.046-.397.183-.782.421-1.125a2.528 2.528 0 0 1 1.597-1.046 2.534 2.534 0 0 1 1.672.255 2.528 2.528 0 0 1 4.594-.901c-.023-2.475-.035-4.801-.035-4.843 0-1.361 1.077-2.509 2.455-2.509 1.393 0 2.482 1.147 2.482 2.506v11.973c.545.134.718.31.894.471.616.565.934 1.388.816 2.319-.135 1.062-.619 2.055-1.71 2.61zm-5.778-14.57l.046-3.49c0-1.954 1.285-3.03 3.607-3.03-2.322 0-3.604 1.076-3.604 3.03l-.049 3.49c.001 0 0 0 0 0zm-3.89 1.804a.563.563 0 0 0 .224-.581c-.049-.225.128-.71 1.102-1.102h.001c-.974.392-1.151.877-1.102 1.102a.565.565 0 0 1-.225.581z"></path></g></svg><span class="header__nav-side__nav-item__text">Fans</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-715970 desc-caret-down-715970" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-715970"></title><desc id="desc-caret-down-715970"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-apps" aria-haspopup="true" aria-expanded="false" aria-label="Apps"><div class="header__nav-side__nav-item--inner"><a href="/redsox/apps" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 32 32" role="img" aria-labelledby="title-apps-715971 desc-apps-715971" class="p-icon p-icon--apps icon__nav-item"><title id="title-apps-715971"></title><desc id="desc-apps-715971"></desc><path d="M14 1a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V1zm-2 11H2V2h10v10zM32 1a1 1 0 0 0-1-1H19a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V1zM14 19a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V19zm18 0a1 1 0 0 0-1-1H19a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V19zm-2 11H20V20h10v10z" fill="#444"></path></svg><span class="header__nav-side__nav-item__text">Apps</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-715972 desc-caret-down-715972" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-715972"></title><desc id="desc-caret-down-715972"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item" role="menu" tabindex="0" data-nav-id="nav-side-item-standings" aria-label="Standings"><div class="header__nav-side__nav-item--inner"><a href="/redsox/standings" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 32 32" role="img" aria-labelledby="title-standings-715973 desc-standings-715973" class="p-icon p-icon--standings icon__nav-item"><title id="title-standings-715973"></title><desc id="desc-standings-715973"></desc><path d="M31.78 8.538a.833.833 0 0 0-.945-.247c-4.968 1.944-8.769.528-12.795-.969-3.682-1.371-7.479-2.775-12.182-1.542.157-.357.238-.743.238-1.133 0-1.573-1.28-2.853-2.853-2.853S.39 3.074.39 4.647 1.671 7.5 3.243 7.5c.116 0 .227-.02.339-.034l1.489 4.05 3.059 8.403a.93.93 0 0 0 .095.179l3.515 9.564a.83.83 0 0 0 1.064.495l.003-.001a.83.83 0 0 0 .493-1.065v-.001l-3.442-9.365c2.909-4.264 6.45-4.406 10.196-4.543 3.919-.143 8.361-.305 11.784-5.668a.831.831 0 0 0-.058-.976zM2.053 4.647a1.191 1.191 0 1 1 2.38-.097 1.191 1.191 0 0 1-2.38.097z" fill="#444"></path><circle cx="3.243" cy="4.647" r="1.191" fill="#fff"></circle></svg><span class="header__nav-side__nav-item__text">Standings</span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav--hideRevenue header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-mlb.tv" aria-haspopup="true" aria-expanded="false" aria-label="MLB.TV"><div class="header__nav-side__nav-item--inner"><a href="https://www.mlb.com/tv?&affiliateId=clubMENU" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="156 245 512 512" role="img" aria-labelledby="title-watch-715974 desc-watch-715974" class="p-icon p-icon--watch icon__nav-item"><title id="title-watch-715974"></title><desc id="desc-watch-715974"></desc><path d="M262.4 690.7v-45.4c0-1.1.9-2 2-2h295.2c1.1 0 2 .9 2 2v45.4c0 1.1-.9 2-2 2H264.4c-1.1 0-2-.9-2-2zm393.1-381.4h-487c-4.8 0-8.6 3.9-8.6 8.6v294.7c0 4.8 3.9 8.6 8.6 8.6h487c4.8 0 8.6-3.9 8.6-8.6V317.9c.1-4.7-3.8-8.6-8.6-8.6zm-40.7 253.9c0 4.8-3.9 8.6-8.6 8.6H217.9c-4.8 0-8.6-3.9-8.6-8.6V367.3c0-4.8 3.9-8.6 8.6-8.6h388.2c4.8 0 8.6 3.9 8.6 8.6l.1 195.9z"></path></svg><span class="header__nav-side__nav-item__text">MLB.TV</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-715975 desc-caret-down-715975" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-715975"></title><desc id="desc-caret-down-715975"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav--hideRevenue header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-shop" aria-haspopup="true" aria-expanded="false" aria-label="Shop"><div class="header__nav-side__nav-item--inner"><a href="https://www.mlbshop.com/boston-red-sox/t-25556353+z-9324832-1137929273?_s=bm-mlbcom-bos" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="156 245 512 512" role="img" aria-labelledby="title-shopping-cart-715976 desc-shopping-cart-715976" class="p-icon p-icon--shopping-cart icon__nav-item"><title id="title-shopping-cart-715976"></title><desc id="desc-shopping-cart-715976"></desc><g fill="#010101"><circle cx="587.7" cy="678" r="38.6"></circle><circle cx="312.4" cy="678" r="38.6"></circle><path d="M646 322H278.3l-4.3-20.5c-.5-2.1-1.3-4.3-2.4-6-2.8-7.2-9.8-12.5-18-12.5h-78.5c-10.7 0-19.1 8.7-19.1 19.3v.1c0 10.7 8.4 19.6 19.1 19.6H239l53.3 249.2-16.2 38c-.4.9-.7 1.7-1 2.6-.1.3-.1.5-.2.8 0 .1 0 .2-.1.3-.4 1.6-.6 3.2-.6 4.9 0 10.6 8.6 19.3 19.3 19.3h314.9c10.6 0 19.3-8.9 19.3-19.5s-8.6-19.5-19.3-19.5H323.6l5.9-16.5c1.4-2.9 2-5.9 1.9-8.9 0-1.5-.1-2.9-.4-4.4l-2.6-12 317.9-37.4c11.8 0 21.7-9.6 21.7-21.4V343.1c0-11.8-10.1-21.1-22-21.1z"></path></g></svg><span class="header__nav-side__nav-item__text">Shop</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-715977 desc-caret-down-715977" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-715977"></title><desc id="desc-caret-down-715977"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav--hideRevenue header__nav-side__nav-item--parent" role="menu" tabindex="0" data-nav-id="nav-side-item-teams" aria-haspopup="true" aria-expanded="false" aria-label="Teams"><div class="header__nav-side__nav-item--inner"><a href="https://www.mlb.com/team" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 32 32" role="img" aria-labelledby="title-teams-715978 desc-teams-715978" class="p-icon p-icon--teams icon__nav-item"><title id="title-teams-715978"></title><desc id="desc-teams-715978"></desc><path d="M17.296 5.132c.315-.216.538-.532.706-.883a5.09 5.09 0 0 1-2.018.408 5.114 5.114 0 0 1-1.976-.392c.167.345.389.654.699.867.45.309.89.651 1.294 1.052a9.273 9.273 0 0 1 1.295-1.052zm-5.304-2.405c-.82.23-2.099.609-3.566 1.123.173 1.445.237 4.995-1.364 9.455v12.543c.8.104 1.924.449 2.88 1.503.84.927 1.921 1.651 4.322 2.036V11.333c0-1.69.279-2.919.831-3.871-.371-.4-.877-.722-1.298-1.012-1.355-.929-1.722-2.606-1.805-3.723zM1.965 6.691c.012.882.117 3.001.794 5.332l2.997.289C7.01 8.744 7.007 5.838 6.89 4.423c-1.609.62-3.338 1.379-4.925 2.268zm21.475-2.84c-1.467-.515-2.618-.894-3.438-1.123-.083 1.117-.446 2.794-1.8 3.724-1.263.868-2.497 1.961-2.515 4.887l-.002 18.339c2.755-.13 5.159-1.037 6.327-2.325.956-1.054 1.853-1.4 2.653-1.503V13.306c-1.599-4.461-1.397-8.01-1.225-9.455zm-6.575 18.743a.5.5 0 1 1 0-1.001.5.5 0 0 1 0 1.001zm0-6.383a.5.5 0 1 1 0-1.002h.001a.501.501 0 1 1-.001 1.002zm0-6.383a.5.5 0 1 1 0-1.002h.001a.501.501 0 1 1-.001 1.002zm9.382 2.485l2.998-.289c.493-1.736.76-3.528.793-5.332-1.587-.889-3.316-1.649-4.925-2.269-.116 1.415-.12 4.322 1.134 7.89z" fill="none"></path><path d="M31.636 6.193a.8.8 0 0 0-.396-.659C26.159 2.572 19.67.975 19.397.909a.818.818 0 0 0-.203-.02c-.004 0-.173.024-.226.04a.79.79 0 0 0-.588.757c0 .648-.984 1.37-2.396 1.37-1.399 0-2.375-.709-2.393-1.352a.794.794 0 0 0-.271-.622 1.303 1.303 0 0 0-.237-.137 1.668 1.668 0 0 0-.296-.059c-.006 0-.126.01-.181.023C12.335.975 5.844 2.573.764 5.534a.8.8 0 0 0-.396.659c-.005.133-.12 3.287 1.021 6.821.098.304.348.52.666.551l3.407.331V26.62c0 .229.122.446.293.598.17.152.413.224.641.195.046-.005 1.244-.134 2.285 1.014 1.161 1.28 3.23 2.221 5.636 2.632.227.049 3.034.093 3.355.002 2.28-.65 4.483-1.352 5.646-2.634 1.039-1.147 2.23-1.019 2.271-1.015.231.038.345-.034.52-.187.176-.152.158-.373.158-.605V13.896l3.546-.331c.318-.03.646-.247.745-.551 1.138-3.534 1.083-6.688 1.078-6.821zm-25.88 6.12l-2.997-.289a20.883 20.883 0 0 1-.794-5.333c1.587-.889 3.316-1.648 4.925-2.268.117 1.415.12 4.321-1.134 7.89zm8.508-.98v18.054c-2.401-.384-3.481-1.109-4.322-2.036a4.634 4.634 0 0 0-2.88-1.503V13.306c1.6-4.46 1.536-8.01 1.364-9.455a58.474 58.474 0 0 1 3.566-1.123c.083 1.117.45 2.794 1.804 3.724.421.29.927.612 1.298 1.012-.551.95-.83 2.18-.83 3.869zm.444-6.201c-.31-.213-.532-.522-.699-.867.626.26 1.298.394 1.976.392.745 0 1.427-.155 2.018-.408-.169.351-.393.667-.707.883-.45.309-.89.651-1.294 1.052a9.265 9.265 0 0 0-1.294-1.052zm9.958 20.716c-.8.104-1.697.449-2.653 1.503-1.167 1.288-3.572 2.195-6.327 2.325l.002-18.339c.017-2.926 1.252-4.019 2.515-4.887 1.354-.93 1.718-2.607 1.8-3.724.82.23 1.97.609 3.438 1.123-.173 1.445-.374 4.995 1.226 9.455l-.001 12.544zm4.58-13.825l-2.998.289c-1.254-3.568-1.25-6.474-1.133-7.89 1.608.62 3.337 1.38 4.925 2.269a20.963 20.963 0 0 1-.794 5.332z" fill="#444"></path><circle cx="16.864" cy="15.711" r=".5" fill="#444"></circle><circle cx="16.864" cy="9.328" r=".5" fill="#444"></circle><circle cx="16.864" cy="22.094" r=".5" fill="#444"></circle></svg><span class="header__nav-side__nav-item__text">Teams</span><span class="header__nav-side__nav-item__subnav-arrow"><svg height="16" width="16" viewBox="0 0 11 6" role="img" aria-labelledby="title-caret-down-715979 desc-caret-down-715979" class="p-icon p-icon--caret-down icon__subnav-arrow"><title id="title-caret-down-715979"></title><desc id="desc-caret-down-715979"></desc><path d="M5.974 5.328l4.292-3.66a.65.65 0 0 0-.065-1.046.74.74 0 0 0-.88.05L5.499 3.928 1.678.671A.739.739 0 0 0 .794.625a.65.65 0 0 0-.062 1.042L5.027 5.33a.73.73 0 0 0 .473.17.727.727 0 0 0 .474-.171zm-.808-1.115h.666L5.5 3.93l-.333.284z"></path></svg></span></a></div></div><div class="header__nav-side__nav-item header__nav-side__nav-item--mobile-quick-nav--hideRevenue" role="menu" tabindex="0" data-nav-id="nav-side-item-espa帽ol" aria-label="Espa帽ol"><div class="header__nav-side__nav-item--inner"><a href="https://www.mlb.com/es/redsox" class="header__nav-side__nav-item__link" tabindex="-1"><svg height="16" width="16" viewBox="0 0 512 512" role="img" aria-labelledby="title-baseball-715980 desc-baseball-715980" class="p-icon p-icon--espa帽ol icon__nav-item"><title id="title-baseball-715980"></title><desc id="desc-baseball-715980"></desc><path d="M511.17 266.2c.17-4.266.23-8.535.19-12.8-.02-1.87-.057-3.738-.12-5.613a264.669 264.669 0 0 0-1.134-17.353c-.392-3.896-.86-7.782-1.426-11.66-7.694-52.614-31.783-103.3-72.27-143.79-43.766-43.767-99.442-68.375-156.597-73.82-2.915-.278-5.834-.49-8.753-.667-1.097-.067-2.207-.145-3.326-.198-.85-.042-1.69-.063-2.522-.09-.588-.026-1.176-.046-1.764-.066-4.774-.147-9.55-.177-14.33-.064C185.71 1.62 122.76 26.59 74.37 74.98 26.98 122.373 2.064 183.73-.393 245.8a260.077 260.077 0 0 0-.069 18.406c.082 2.54.202 5.076.36 7.61a257.7 257.7 0 0 0 .775 9.757c.388 3.895.865 7.78 1.427 11.66 7.687 52.61 31.78 103.297 72.27 143.787 43.766 43.766 99.436 68.373 156.588 73.82 2.914.28 5.837.49 8.754.666 1.102.07 2.207.145 3.326.2.853.035 1.697.057 2.53.094.584.02 1.174.044 1.762.062 4.777.145 9.55.18 14.327.065 63.41-1.55 126.358-26.514 174.75-74.907C483.8 389.628 508.71 328.27 511.17 266.2zM247.276 499.527c-.412-7.34-.484-14.7-.218-22.046a255.368 255.368 0 0 0 19.018 13.198l1.334.844-.047-1.576c-.083-2.88.16-5.803.216-8.776l.003-.46-.375-.255c-6.72-4.532-13.11-9.477-19.456-14.786.58-6.83 1.456-13.643 2.625-20.415l.422.422c5.484 5.485 11.033 10.655 16.97 15.51l1.2.978.17-1.536c.322-2.9.804-5.773 1.356-8.65l.09-.475-.354-.315a207.395 207.395 0 0 1-8.8-8.325 278.803 278.803 0 0 1-8.754-9.184 237.948 237.948 0 0 1 6.536-23.477c4.895 6.454 9.95 12.588 15.37 18.414l1.01 1.088.413-1.426c.828-2.854 1.506-5.703 2.478-8.41l.17-.46-.317-.37c-5.334-6.26-10.39-12.89-15.157-19.833a235.969 235.969 0 0 1 8.193-18.61 245.58 245.58 0 0 0 12.755 20.28l.856 1.224 4.368-9.84-.236-.375c-4.323-6.838-8.533-14.122-12.323-21.608a237.517 237.517 0 0 1 10.61-17.314c2.982 7.483 6.377 14.8 9.866 21.69l.668 1.328 5.723-9.11-.195-.41a248.48 248.48 0 0 1-9.316-23.028c4.015-5.38 8.3-10.63 12.838-15.735 1.952 7.81 4.226 15.417 6.88 22.817l.536 1.492.934-1.276c1.704-2.324 3.697-4.46 5.6-6.73l.298-.356-.14-.442c-2.523-7.863-4.443-15.784-6.15-24.047a122.91 122.91 0 0 1 1.91-1.96c4.192-4.188 8.5-8.183 12.922-11.992.892 8.03 2.072 15.843 3.762 23.615l.313 1.458 1.085-1.032c2.145-2.032 4.202-4.103 6.43-5.933l.38-.31-.084-.48c-1.38-8.095-2.32-16.356-2.853-24.742a236.076 236.076 0 0 1 16.575-11.84c-.205 8.08.012 16.146.544 23.954l.097 1.49 8.816-6.19-.012-.45c-.186-8.086-.096-16.558.495-24.943a239.377 239.377 0 0 1 18.005-9.502c-1.255 8.01-2.164 15.93-2.62 23.85l-.098 1.58 1.365-.807c2.482-1.48 5.155-2.668 7.803-4.015l.414-.212.042-.462c.762-8.26 2.09-16.35 3.753-24.66a237.867 237.867 0 0 1 19.077-6.97c-2.312 7.742-4.26 15.434-5.745 23.23l-.28 1.442 1.388-.495c2.81-1.003 5.485-2.187 8.24-2.974l.47-.136.115-.48a242.002 242.002 0 0 1 7.002-23.837c6.56-1.74 13.18-3.192 19.84-4.36-3.326 7.322-6.257 14.788-8.795 22.137l-.49 1.406 10.517-2.24.164-.417c2.96-7.486 6.342-15.19 10.146-22.636 7.566-.95 15.177-1.53 22.79-1.757-4.396 6.96-8.414 14.152-12 21.247l-.67 1.318 10.73-.758.222-.4c4.006-7.342 8.483-14.427 13.36-21.475 2.95.054 5.892.152 8.833.318a247 247 0 0 1-.145 20.33c-.005.127-.018.268-.028.423-2.958 58.21-26.606 115.54-70.962 159.897-49.58 49.592-115.39 73.294-180.495 71.145zM83.003 428.39c-43.088-43.088-66.632-98.42-70.66-154.902 2.957.154 5.917.256 8.88.3 4.8 6.872 9.987 13.693 15.59 20.198l.282.32.423-.03c3.578-.255 7.205-.375 10.84-.772l1.646-.184-1.115-1.22c-5.538-6.06-10.7-12.13-15.53-18.423 7.678-.25 15.353-.847 22.98-1.807 2.44 2.67 4.94 5.28 7.514 7.843 3.526 3.526 7.182 6.984 10.983 10.46l.323.292 12.728-2.715-1.336-1.107c-6.457-5.373-12.52-10.845-18.267-16.584a246.786 246.786 0 0 0 20.692-4.553 260.413 260.413 0 0 0 20.768 15.603l.336.226.377-.115c3.53-1.047 6.878-2.472 10.247-3.69l1.646-.6-1.493-.913c-7.048-4.3-13.814-9.01-20.268-13.89a245.377 245.377 0 0 0 19.92-7.287c7.195 4.462 14.778 8.832 22.585 12.613l.375.18.37-.185c3.197-1.624 6.505-3.13 9.667-4.983l1.416-.832-1.5-.66c-7.537-3.356-14.847-7.095-21.872-11.047a245.028 245.028 0 0 0 18.716-9.895c7.766 3.54 15.695 6.605 24.042 9.55l.413.14 10.64-7.464-1.66-.5c-8-2.41-15.67-5.06-23.17-8.073 5.87-3.83 11.61-7.93 17.2-12.304a252.715 252.715 0 0 0 25.155 6.243l.395.076.303-.257c2.815-2.344 5.396-4.904 8.004-7.386l1.252-1.19-1.707-.25c-8.153-1.2-16.244-2.926-24.09-4.896a249.365 249.365 0 0 0 13.378-12.422c.685-.684 1.354-1.377 2.024-2.06 8.398 1.302 17.14 2.372 25.847 2.8l.42.023.268-.32c2.313-2.74 4.767-5.43 6.965-8.38l.978-1.316-1.64-.027c-8.313-.135-16.54-.71-24.602-1.62a249.174 249.174 0 0 0 13.395-16.42c8.55.202 17.166-.043 25.963-.68l.426-.034 6.904-11.015-1.72.188c-8.4.895-16.497 1.506-24.602 1.68a247.13 247.13 0 0 0 11.07-18.085c8.493-.94 16.932-2.354 25.604-4.132l.424-.088 5.296-11.876-1.684.428a262.067 262.067 0 0 1-24.025 4.952 246.58 246.58 0 0 0 8.53-19.398 258.89 258.89 0 0 0 24.733-7.513l.376-.136.132-.376c1.22-3.45 2.088-6.98 3.086-10.43l.482-1.664-1.607.655c-7.618 3.126-15.4 5.787-23.122 8.11a246.201 246.201 0 0 0 6.71-24.1c7.914-3.18 15.927-6.734 23.67-10.807l.358-.188.08-.395c.68-3.565 1.273-7.142 1.69-10.76l.19-1.667-1.45.84c-7.197 4.18-14.736 7.903-22.2 11.27a247.209 247.209 0 0 0 2.752-21.098c7.54-4.24 15.114-8.898 22.34-14.028l.345-.245.008-.423c.08-3.58.34-7.21.256-10.87l-.04-1.64-1.31.986c-6.866 5.192-13.77 9.967-20.86 14.35a249.41 249.41 0 0 0-.138-22.847c56.527 4 111.91 27.548 155.032 70.67 43.085 43.086 66.632 98.408 70.656 154.884-2.96-.153-5.92-.256-8.887-.3-4.798-6.863-9.984-13.68-15.583-20.184l-.275-.322-.424.03c-3.58.26-7.208.375-10.842.774l-1.645.18 1.114 1.223c5.535 6.054 10.694 12.12 15.518 18.41-7.683.248-15.35.846-22.985 1.806a237.99 237.99 0 0 0-7.51-7.85 325.376 325.376 0 0 0-10.974-10.44l-.318-.286-12.722 2.705 1.324 1.11c6.456 5.372 12.52 10.84 18.265 16.57a246.11 246.11 0 0 0-20.7 4.557 261.114 261.114 0 0 0-20.758-15.594l-.326-.223-.386.114c-3.523 1.048-6.87 2.472-10.24 3.693l-1.648.59 1.496.92c7.04 4.3 13.8 9.003 20.247 13.877a247.716 247.716 0 0 0-19.912 7.29c-7.194-4.457-14.776-8.82-22.577-12.605l-.377-.185-.37.19c-3.2 1.622-6.512 3.125-9.674 4.983l-1.407.826 1.495.666c7.53 3.353 14.837 7.086 21.858 11.037a245.981 245.981 0 0 0-18.713 9.892c-7.764-3.532-15.687-6.592-24.036-9.538l-.41-.143-10.635 7.455 1.655.506c7.995 2.417 15.66 5.058 23.157 8.073a250.098 250.098 0 0 0-17.198 12.302 255.142 255.142 0 0 0-25.14-6.244l-.392-.07-.306.257c-2.823 2.343-5.395 4.907-8.01 7.384l-1.253 1.194 1.71.25c8.144 1.196 16.235 2.92 24.077 4.89a250.68 250.68 0 0 0-13.373 12.416c-.68.688-1.356 1.383-2.024 2.075-8.4-1.302-17.133-2.372-25.843-2.805l-.408-.023-.274.32c-2.313 2.745-4.767 5.433-6.962 8.38l-.98 1.316 1.643.027c8.315.14 16.538.712 24.596 1.625a247.13 247.13 0 0 0-13.394 16.418c-8.554-.203-17.164.042-25.958.686l-.426.03-6.907 11.007 1.726-.18c8.388-.893 16.486-1.507 24.592-1.68a243.801 243.801 0 0 0-11.07 18.083c-8.492.94-16.922 2.356-25.6 4.13l-.423.086-5.3 11.88 1.692-.43a265.684 265.684 0 0 1 24.017-4.95 245.095 245.095 0 0 0-8.53 19.404 258.419 258.419 0 0 0-24.728 7.506l-.375.132-.13.377c-1.224 3.458-2.094 6.986-3.09 10.43l-.487 1.674 1.613-.662c7.616-3.123 15.397-5.785 23.112-8.103a247.583 247.583 0 0 0-6.706 24.1c-7.91 3.176-15.92 6.732-23.663 10.798l-.36.187-.077.398c-.682 3.567-1.273 7.145-1.696 10.764l-.194 1.668 1.453-.85c7.202-4.172 14.738-7.896 22.197-11.262a247.89 247.89 0 0 0-2.75 21.096c-7.538 4.246-15.108 8.896-22.338 14.033l-.345.242-.008.422c-.08 3.58-.338 7.21-.255 10.872l.035 1.636 1.315-.986c6.864-5.188 13.764-9.962 20.855-14.347-.297 7.616-.26 15.236.14 22.847-56.515-4-111.898-27.543-155.02-70.664zM12.033 243.5C15 185.3 38.648 127.97 83.004 83.614c49.584-49.585 115.388-73.287 180.5-71.14.41 7.337.477 14.693.215 22.042a255.344 255.344 0 0 0-19.015-13.198l-1.336-.843.047 1.576c.086 2.877-.163 5.803-.218 8.777l-.006.456.378.258c6.72 4.527 13.107 9.468 19.45 14.78a240.27 240.27 0 0 1-2.62 20.413l-.433-.433c-5.48-5.48-11.03-10.644-16.96-15.49l-1.196-.977-.172 1.54c-.326 2.892-.806 5.765-1.358 8.643l-.09.47.357.32a207.627 207.627 0 0 1 8.81 8.326 278.103 278.103 0 0 1 8.74 9.173 238.385 238.385 0 0 1-6.54 23.482c-4.89-6.454-9.946-12.586-15.366-18.414l-1.005-1.08-.416 1.423c-.828 2.853-1.505 5.705-2.482 8.41l-.165.46.32.373a241.704 241.704 0 0 1 15.15 19.825 237.918 237.918 0 0 1-8.19 18.61 248.193 248.193 0 0 0-12.757-20.276l-.85-1.218-4.375 9.83.242.38c4.323 6.84 8.532 14.115 12.316 21.605a237.221 237.221 0 0 1-10.605 17.308c-2.985-7.48-6.372-14.79-9.86-21.68l-.673-1.33-5.723 9.108.192.416a249.034 249.034 0 0 1 9.315 23.02 238.518 238.518 0 0 1-12.837 15.733c-1.957-7.805-4.22-15.41-6.882-22.813l-.532-1.483-.937 1.268c-1.7 2.324-3.69 4.46-5.598 6.73l-.3.357.142.443c2.515 7.858 4.443 15.783 6.15 24.037-.64.66-1.277 1.318-1.92 1.96-4.19 4.185-8.5 8.178-12.914 11.992-.896-8.028-2.075-15.838-3.765-23.603l-.313-1.462-1.084 1.03c-2.145 2.036-4.2 4.107-6.433 5.935l-.376.305.08.488c1.38 8.092 2.32 16.348 2.858 24.728a238.12 238.12 0 0 1-16.576 11.843c.205-8.08-.008-16.14-.54-23.944l-.105-1.487-8.808 6.184.01.455c.185 8.08.088 16.545-.498 24.927a239.574 239.574 0 0 1-18.007 9.504c1.26-8.006 2.167-15.927 2.624-23.84l.09-1.577-1.36.81c-2.474 1.475-5.153 2.663-7.802 4.007l-.412.21-.044.465c-.765 8.26-2.09 16.348-3.754 24.655a237.267 237.267 0 0 1-19.08 6.966c2.31-7.736 4.256-15.42 5.74-23.213l.273-1.443-1.38.494c-2.807 1.003-5.483 2.18-8.24 2.973l-.472.136-.113.478a243.095 243.095 0 0 1-7 23.827 239.87 239.87 0 0 1-19.84 4.364c3.326-7.323 6.254-14.78 8.796-22.13l.487-1.41-10.518 2.242-.17.422c-2.958 7.48-6.335 15.182-10.133 22.62a239.007 239.007 0 0 1-22.792 1.76c4.392-6.954 8.406-14.144 11.99-21.23l.67-1.328-10.723.754-.226.406c-4 7.34-8.478 14.425-13.36 21.47a258.231 258.231 0 0 1-8.832-.317 248.163 248.163 0 0 1 .144-20.323c.005-.127.023-.272.026-.438z"></path><path d="M255.39 510.777c-68.054 0-132.035-26.502-180.156-74.622C27.114 388.035.61 324.055.61 256c0-68.053 26.502-132.034 74.624-180.155S187.334 1.223 255.39 1.223c68.053 0 132.033 26.5 180.154 74.623 48.12 48.12 74.622 112.102 74.622 180.155 0 68.055-26.502 132.035-74.622 180.156-48.12 48.12-112.102 74.62-180.155 74.62zm0-489.554c-62.712 0-121.67 24.42-166.014 68.765C45.033 134.33 20.61 193.288 20.61 256c0 62.71 24.422 121.67 68.766 166.013 44.344 44.344 103.3 68.765 166.013 68.765 62.71 0 121.668-24.42 166.012-68.765l7.07 7.07-7.07-7.07C465.746 377.67 490.167 318.71 490.167 256c0-62.71-24.42-121.67-68.765-166.013C377.058 45.644 318.1 21.223 255.39 21.223z"></path></svg><span class="header__nav-side__nav-item__text">Espa帽ol</span></a></div></div></div><div class="scroll-buffer"></div></div><div class="header__nav-side__subnav--transparent" role="menu" tabindex="0"><div class="scroll-buffer"></div></div></nav></div></header> </div> <!-- main content --> <main> <div class="p-ad ad-responsive-slot " data-targeting="{"pos":"1"}" > <div id="ad-top-banner-xl" class="ad-responsive-size" data-thresholds="[4]" data-sizes="[[1280,100],[970,90],[970,66],[728,90]]"></div> <div id="ad-top-banner-l" class="ad-responsive-size" data-thresholds="[3]" data-sizes="[[970,90],[970,66],[728,90]]"></div> <div id="ad-top-banner-m" class="ad-responsive-size" data-thresholds="[2]" data-sizes="[[728,90]]"></div> <div id="ad-top-banner-sm" class="ad-responsive-size" data-thresholds="[0,1]" data-sizes="[[320,50]]"></div> </div> <!-- stitchConfigUrl- https://bdfed.stitch.mlbinfra.com/bdfed/mlb-roster/en-US?teamId=111 --> <div class="container"> <div class="l-grid l-grid--one-column"> <div class="l-grid__col l-grid--one-column__col--middle"> <div class="l-grid__content l-grid__content--box"> <div class="l-grid"> <div id="" class="l-grid__col l-grid__col--xs-12 l-grid__col--sm-12 l-grid__col--md-12 l-grid__col--lg-12 l-grid__col--xl-12"> <div class="roster__assets content-box"> <div class="p-content-heading p-content-heading--none p-content-heading--left"> <h2 class="p-content-heading__text p-content-heading__text--none p-content-heading__text--left">Red Sox Roster & Staff</h2> </div> <div class="tabs__filter-buttons--container"> <div class="tabs__filter-buttons"> <a href="/redsox/roster"> <button class="tabs__filter-buttons--button">Active</button> </a> <a href="/redsox/roster/depth-chart"> <button class="tabs__filter-buttons--button">Depth Chart</button> </a> <a href="/redsox/roster/40-man"> <button class="tabs__filter-buttons--button tabs__filter-buttons--button-selected">40-Man</button> </a> <a href="/redsox/roster/nri"> <button class="tabs__filter-buttons--button"> <span class="desktop">Non-Roster</span> <span class="mobile">NRI</span> </button> </a> <a href="/redsox/roster/coaches"> <button class="tabs__filter-buttons--button">Coaches</button> </a> <a href="/redsox/roster/transactions"> <button class="tabs__filter-buttons--button"> <span class="desktop">Transactions</span> <span class="mobile">Moves</span> </button> </a> </div> </div> <div class="roster-dropdown__container"> <div class="p-dropdown roster-dropdown"> <span class="p-dropdown__label">40-Man</span> <div class="p-dropdown__arrow"> <svg viewBox="0 0 470 279" xmlns="http://www.w3.org/2000/svg" class="p-icon p-icon--arrow-down p-dropdown__icon"><title>arrow-down</title><g transform="translate(-565 -1714)" fill="#010201" fill-rule="evenodd"><title>Arrow Down icon</title><path d="M830.405 1979.198c-17.18 17.996-45.007 17.996-62.218 0L577.72 1779.252c-17.21-18.027-24.81-65.252 29.57-65.252h384.07c56.216 0 46.782 47.194 29.572 65.252l-190.527 199.946z"/></g></svg> </div> <select id="rosterDropdown" class="p-dropdown__actual-select-element"> <option value="/redsox/roster">Active</option> <option value="/redsox/roster/depth-chart">Depth Chart</option> <option value="/redsox/roster/40-man" selected>40-Man</option> <option value="/redsox/roster/nri">Non-Roster</option> <option value="/redsox/roster/coaches">Coaches</option> <option value="/redsox/roster/transactions">Transactions</option> </select> </div> </div> <div class="players"> <table class="roster__table"> <thead> <tr> <td colspan="2">Pitchers</td> <td class="bat-throw">B/T</td> <td class="height">Ht</td> <td class="weight">Wt</td> <td class="birthday">DOB</td> </tr> </thead> <tbody> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/678394/headshot/silo/current" alt="Brayan Bello" /> </div> </td> <td class="info"> <a href="/player/678394">Brayan Bello</a> <span class="jersey">66</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 1"</span> <span class="mobile-info__weight">Wt: 195</span> <span class="mobile-info__birthday">DOB: 05/17/1999</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 1"</td> <td class="weight">195</td> <td class="birthday">05/17/1999</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/657514/headshot/silo/current" alt="Brennan Bernardino" /> </div> </td> <td class="info"> <a href="/player/657514">Brennan Bernardino</a> <span class="jersey">83</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/L</span> <span class="mobile-info__height">Ht: 6' 4"</span> <span class="mobile-info__weight">Wt: 180</span> <span class="mobile-info__birthday">DOB: 01/15/1992</span> </div> </td> <td class="bat-throw">L/L</td> <td class="height">6' 4"</td> <td class="weight">180</td> <td class="birthday">01/15/1992</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/592155/headshot/silo/current" alt="Cam Booser" /> </div> </td> <td class="info"> <a href="/player/592155">Cam Booser</a> <span class="jersey">71</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/L</span> <span class="mobile-info__height">Ht: 6' 3"</span> <span class="mobile-info__weight">Wt: 225</span> <span class="mobile-info__birthday">DOB: 05/04/1992</span> </div> </td> <td class="bat-throw">L/L</td> <td class="height">6' 3"</td> <td class="weight">225</td> <td class="birthday">05/04/1992</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/676710/headshot/silo/current" alt="Kutter Crawford" /> </div> </td> <td class="info"> <a href="/player/676710">Kutter Crawford</a> <span class="jersey">50</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 1"</span> <span class="mobile-info__weight">Wt: 195</span> <span class="mobile-info__birthday">DOB: 04/01/1996</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 1"</td> <td class="weight">195</td> <td class="birthday">04/01/1996</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/681867/headshot/silo/current" alt="Cooper Criswell" /> </div> </td> <td class="info"> <a href="/player/681867">Cooper Criswell</a> <span class="jersey">64</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 6"</span> <span class="mobile-info__weight">Wt: 200</span> <span class="mobile-info__birthday">DOB: 07/24/1996</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 6"</td> <td class="weight">200</td> <td class="birthday">07/24/1996</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/690928/headshot/silo/current" alt="Hunter Dobbins" /> </div> </td> <td class="info"> <a href="/player/690928">Hunter Dobbins</a> <span class="jersey"></span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 2"</span> <span class="mobile-info__weight">Wt: 185</span> <span class="mobile-info__birthday">DOB: 08/30/1999</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 2"</td> <td class="weight">185</td> <td class="birthday">08/30/1999</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/690916/headshot/silo/current" alt="Richard Fitts" /> </div> </td> <td class="info"> <a href="/player/690916">Richard Fitts</a> <span class="jersey">80</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 3"</span> <span class="mobile-info__weight">Wt: 230</span> <span class="mobile-info__birthday">DOB: 12/17/1999</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 3"</td> <td class="weight">230</td> <td class="birthday">12/17/1999</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/608337/headshot/silo/current" alt="Lucas Giolito" /> </div> </td> <td class="info"> <a href="/player/608337">Lucas Giolito</a> <span class="jersey">54</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 6"</span> <span class="mobile-info__weight">Wt: 245</span> <span class="mobile-info__birthday">DOB: 07/14/1994</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 6"</td> <td class="weight">245</td> <td class="birthday">07/14/1994</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/682790/headshot/silo/current" alt="Wikelman Gonzalez" /> </div> </td> <td class="info"> <a href="/player/682790">Wikelman Gonzalez</a> <span class="jersey">92</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 0"</span> <span class="mobile-info__weight">Wt: 167</span> <span class="mobile-info__birthday">DOB: 03/25/2002</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 0"</td> <td class="weight">167</td> <td class="birthday">03/25/2002</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/692285/headshot/silo/current" alt="Luis Guerrero" /> </div> </td> <td class="info"> <a href="/player/692285">Luis Guerrero</a> <span class="jersey">99</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 0"</span> <span class="mobile-info__weight">Wt: 215</span> <span class="mobile-info__birthday">DOB: 08/05/2000</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 0"</td> <td class="weight">215</td> <td class="birthday">08/05/2000</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/521230/headshot/silo/current" alt="Liam Hendriks" /> </div> </td> <td class="info"> <a href="/player/521230">Liam Hendriks</a> <span class="jersey">31</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 0"</span> <span class="mobile-info__weight">Wt: 235</span> <span class="mobile-info__birthday">DOB: 02/10/1989</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 0"</td> <td class="weight">235</td> <td class="birthday">02/10/1989</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/656557/headshot/silo/current" alt="Tanner Houck" /> </div> </td> <td class="info"> <a href="/player/656557">Tanner Houck</a> <span class="jersey">89</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 5"</span> <span class="mobile-info__weight">Wt: 226</span> <span class="mobile-info__birthday">DOB: 06/29/1996</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 5"</td> <td class="weight">226</td> <td class="birthday">06/29/1996</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/677161/headshot/silo/current" alt="Zack Kelly" /> </div> </td> <td class="info"> <a href="/player/677161">Zack Kelly</a> <span class="jersey">76</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 3"</span> <span class="mobile-info__weight">Wt: 231</span> <span class="mobile-info__birthday">DOB: 03/03/1995</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 3"</td> <td class="weight">231</td> <td class="birthday">03/03/1995</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/669684/headshot/silo/current" alt="Chris Murphy" /> </div> </td> <td class="info"> <a href="/player/669684">Chris Murphy</a> <span class="jersey">72</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/L</span> <span class="mobile-info__height">Ht: 6' 1"</span> <span class="mobile-info__weight">Wt: 186</span> <span class="mobile-info__birthday">DOB: 06/05/1998</span> </div> </td> <td class="bat-throw">L/L</td> <td class="height">6' 1"</td> <td class="weight">186</td> <td class="birthday">06/05/1998</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/683068/headshot/silo/current" alt="Zach Penrod" /> </div> </td> <td class="info"> <a href="/player/683068">Zach Penrod</a> <span class="jersey">67</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/L</span> <span class="mobile-info__height">Ht: 6' 2"</span> <span class="mobile-info__weight">Wt: 210</span> <span class="mobile-info__birthday">DOB: 06/16/1997</span> </div> </td> <td class="bat-throw">L/L</td> <td class="height">6' 2"</td> <td class="weight">210</td> <td class="birthday">06/16/1997</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/691384/headshot/silo/current" alt="Luis Perales" /> </div> </td> <td class="info"> <a href="/player/691384">Luis Perales</a> <span class="jersey">93</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 1"</span> <span class="mobile-info__weight">Wt: 160</span> <span class="mobile-info__birthday">DOB: 04/14/2003</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 1"</td> <td class="weight">160</td> <td class="birthday">04/14/2003</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/682990/headshot/silo/current" alt="Quinn Priester" /> </div> </td> <td class="info"> <a href="/player/682990">Quinn Priester</a> <span class="jersey">68</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 3"</span> <span class="mobile-info__weight">Wt: 210</span> <span class="mobile-info__birthday">DOB: 09/16/2000</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 3"</td> <td class="weight">210</td> <td class="birthday">09/16/2000</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/663767/headshot/silo/current" alt="Chase Shugart" /> </div> </td> <td class="info"> <a href="/player/663767">Chase Shugart</a> <span class="jersey">61</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/R</span> <span class="mobile-info__height">Ht: 5' 10"</span> <span class="mobile-info__weight">Wt: 200</span> <span class="mobile-info__birthday">DOB: 10/24/1996</span> </div> </td> <td class="bat-throw">L/R</td> <td class="height">5' 10"</td> <td class="weight">200</td> <td class="birthday">10/24/1996</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/686580/headshot/silo/current" alt="Justin Slaten" /> </div> </td> <td class="info"> <a href="/player/686580">Justin Slaten</a> <span class="jersey">63</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 4"</span> <span class="mobile-info__weight">Wt: 222</span> <span class="mobile-info__birthday">DOB: 09/15/1997</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 4"</td> <td class="weight">222</td> <td class="birthday">09/15/1997</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/669711/headshot/silo/current" alt="Greg Weissert" /> </div> </td> <td class="info"> <a href="/player/669711">Greg Weissert</a> <span class="jersey">57</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 2"</span> <span class="mobile-info__weight">Wt: 235</span> <span class="mobile-info__birthday">DOB: 02/04/1995</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 2"</td> <td class="weight">235</td> <td class="birthday">02/04/1995</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/676477/headshot/silo/current" alt="Garrett Whitlock" /> </div> </td> <td class="info"> <a href="/player/676477">Garrett Whitlock</a> <span class="jersey">22</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 5"</span> <span class="mobile-info__weight">Wt: 222</span> <span class="mobile-info__birthday">DOB: 06/11/1996</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 5"</td> <td class="weight">222</td> <td class="birthday">06/11/1996</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/458677/headshot/silo/current" alt="Justin Wilson" /> </div> </td> <td class="info"> <a href="/player/458677">Justin Wilson</a> <span class="jersey">32</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/L</span> <span class="mobile-info__height">Ht: 6' 2"</span> <span class="mobile-info__weight">Wt: 205</span> <span class="mobile-info__birthday">DOB: 08/18/1987</span> </div> </td> <td class="bat-throw">L/L</td> <td class="height">6' 2"</td> <td class="weight">205</td> <td class="birthday">08/18/1987</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/670174/headshot/silo/current" alt="Josh Winckowski" /> </div> </td> <td class="info"> <a href="/player/670174">Josh Winckowski</a> <span class="jersey">25</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 4"</span> <span class="mobile-info__weight">Wt: 215</span> <span class="mobile-info__birthday">DOB: 06/28/1998</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 4"</td> <td class="weight">215</td> <td class="birthday">06/28/1998</td> </tr> </tbody> </table> <div class="p-ad ad-roster-responsive ad-responsive-slot" data-targeting="{"pos":"2"}"> <div id="ad-roster-desktop" class="ad-responsive-size" data-thresholds="[4]" data-sizes="[[970,90],[728,90]]"></div> <div id="ad-roster-tablet" class="ad-responsive-size" data-thresholds="[2,3]" data-sizes="[[728,90]]"></div> <div id="ad-roster-mobile" class="ad-responsive-size" data-thresholds="[0,1]" data-sizes="[[320,50]]"></div> </div> <table class="roster__table"> <thead> <tr> <td colspan="2">Catchers</td> <td class="bat-throw">B/T</td> <td class="height">Ht</td> <td class="weight">Wt</td> <td class="birthday">DOB</td> </tr> </thead> <tbody> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/657136/headshot/silo/current" alt="Connor Wong" /> </div> </td> <td class="info"> <a href="/player/657136">Connor Wong</a> <span class="jersey">12</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 1"</span> <span class="mobile-info__weight">Wt: 190</span> <span class="mobile-info__birthday">DOB: 05/19/1996</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 1"</td> <td class="weight">190</td> <td class="birthday">05/19/1996</td> </tr> </tbody> </table> <table class="roster__table"> <thead> <tr> <td colspan="2">Infielders</td> <td class="bat-throw">B/T</td> <td class="height">Ht</td> <td class="weight">Wt</td> <td class="birthday">DOB</td> </tr> </thead> <tbody> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/671213/headshot/silo/current" alt="Triston Casas" /> </div> </td> <td class="info"> <a href="/player/671213">Triston Casas</a> <span class="jersey">36</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/R</span> <span class="mobile-info__height">Ht: 6' 5"</span> <span class="mobile-info__weight">Wt: 244</span> <span class="mobile-info__birthday">DOB: 01/15/2000</span> </div> </td> <td class="bat-throw">L/R</td> <td class="height">6' 5"</td> <td class="weight">244</td> <td class="birthday">01/15/2000</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/646240/headshot/silo/current" alt="Rafael Devers" /> </div> </td> <td class="info"> <a href="/player/646240">Rafael Devers</a> <span class="jersey">11</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/R</span> <span class="mobile-info__height">Ht: 6' 0"</span> <span class="mobile-info__weight">Wt: 235</span> <span class="mobile-info__birthday">DOB: 10/24/1996</span> </div> </td> <td class="bat-throw">L/R</td> <td class="height">6' 0"</td> <td class="weight">235</td> <td class="birthday">10/24/1996</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/681508/headshot/silo/current" alt="Mickey Gasper" /> </div> </td> <td class="info"> <a href="/player/681508">Mickey Gasper</a> <span class="jersey">77</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: S/R</span> <span class="mobile-info__height">Ht: 5' 10"</span> <span class="mobile-info__weight">Wt: 205</span> <span class="mobile-info__birthday">DOB: 10/11/1995</span> </div> </td> <td class="bat-throw">S/R</td> <td class="height">5' 10"</td> <td class="weight">205</td> <td class="birthday">10/11/1995</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/663853/headshot/silo/current" alt="Romy Gonzalez" /> </div> </td> <td class="info"> <a href="/player/663853">Romy Gonzalez</a> <span class="jersey">23</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 0"</span> <span class="mobile-info__weight">Wt: 215</span> <span class="mobile-info__birthday">DOB: 09/06/1996</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 0"</td> <td class="weight">215</td> <td class="birthday">09/06/1996</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/687093/headshot/silo/current" alt="Vaughn Grissom" /> </div> </td> <td class="info"> <a href="/player/687093">Vaughn Grissom</a> <span class="jersey">5</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 2"</span> <span class="mobile-info__weight">Wt: 210</span> <span class="mobile-info__birthday">DOB: 01/05/2001</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 2"</td> <td class="weight">210</td> <td class="birthday">01/05/2001</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/666152/headshot/silo/current" alt="David Hamilton" /> </div> </td> <td class="info"> <a href="/player/666152">David Hamilton</a> <span class="jersey">70</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/R</span> <span class="mobile-info__height">Ht: 5' 10"</span> <span class="mobile-info__weight">Wt: 188</span> <span class="mobile-info__birthday">DOB: 09/29/1997</span> </div> </td> <td class="bat-throw">L/R</td> <td class="height">5' 10"</td> <td class="weight">188</td> <td class="birthday">09/29/1997</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/678882/headshot/silo/current" alt="Ceddanne Rafaela" /> </div> </td> <td class="info"> <a href="/player/678882">Ceddanne Rafaela</a> <span class="jersey">43</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 5' 9"</span> <span class="mobile-info__weight">Wt: 165</span> <span class="mobile-info__birthday">DOB: 09/18/2000</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">5' 9"</td> <td class="weight">165</td> <td class="birthday">09/18/2000</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/686765/headshot/silo/current" alt="Nick Sogard" /> </div> </td> <td class="info"> <a href="/player/686765">Nick Sogard</a> <span class="jersey">75</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: S/R</span> <span class="mobile-info__height">Ht: 6' 0"</span> <span class="mobile-info__weight">Wt: 189</span> <span class="mobile-info__birthday">DOB: 09/09/1997</span> </div> </td> <td class="bat-throw">S/R</td> <td class="height">6' 0"</td> <td class="weight">189</td> <td class="birthday">09/09/1997</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/596115/headshot/silo/current" alt="Trevor Story" /> </div> </td> <td class="info"> <a href="/player/596115">Trevor Story</a> <span class="jersey">10</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 2"</span> <span class="mobile-info__weight">Wt: 209</span> <span class="mobile-info__birthday">DOB: 11/15/1992</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 2"</td> <td class="weight">209</td> <td class="birthday">11/15/1992</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/665839/headshot/silo/current" alt="Enmanuel Valdez" /> </div> </td> <td class="info"> <a href="/player/665839">Enmanuel Valdez</a> <span class="jersey">47</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/R</span> <span class="mobile-info__height">Ht: 5' 8"</span> <span class="mobile-info__weight">Wt: 191</span> <span class="mobile-info__birthday">DOB: 12/28/1998</span> </div> </td> <td class="bat-throw">L/R</td> <td class="height">5' 8"</td> <td class="weight">191</td> <td class="birthday">12/28/1998</td> </tr> </tbody> </table> <table class="roster__table"> <thead> <tr> <td colspan="2">Outfielders</td> <td class="bat-throw">B/T</td> <td class="height">Ht</td> <td class="weight">Wt</td> <td class="birthday">DOB</td> </tr> </thead> <tbody> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/677800/headshot/silo/current" alt="Wilyer Abreu" /> </div> </td> <td class="info"> <a href="/player/677800">Wilyer Abreu</a> <span class="jersey">52</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/L</span> <span class="mobile-info__height">Ht: 5' 10"</span> <span class="mobile-info__weight">Wt: 215</span> <span class="mobile-info__birthday">DOB: 06/24/1999</span> </div> </td> <td class="bat-throw">L/L</td> <td class="height">5' 10"</td> <td class="weight">215</td> <td class="birthday">06/24/1999</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/680776/headshot/silo/current" alt="Jarren Duran" /> </div> </td> <td class="info"> <a href="/player/680776">Jarren Duran</a> <span class="jersey">16</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/R</span> <span class="mobile-info__height">Ht: 6' 2"</span> <span class="mobile-info__weight">Wt: 205</span> <span class="mobile-info__birthday">DOB: 09/05/1996</span> </div> </td> <td class="bat-throw">L/R</td> <td class="height">6' 2"</td> <td class="weight">205</td> <td class="birthday">09/05/1996</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/691373/headshot/silo/current" alt="Jhostynxon Garcia" /> </div> </td> <td class="info"> <a href="/player/691373">Jhostynxon Garcia</a> <span class="jersey"></span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 0"</span> <span class="mobile-info__weight">Wt: 163</span> <span class="mobile-info__birthday">DOB: 12/11/2002</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 0"</td> <td class="weight">163</td> <td class="birthday">12/11/2002</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/608701/headshot/silo/current" alt="Rob Refsnyder" /> </div> </td> <td class="info"> <a href="/player/608701">Rob Refsnyder</a> <span class="jersey">30</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: R/R</span> <span class="mobile-info__height">Ht: 6' 0"</span> <span class="mobile-info__weight">Wt: 215</span> <span class="mobile-info__birthday">DOB: 03/26/1991</span> </div> </td> <td class="bat-throw">R/R</td> <td class="height">6' 0"</td> <td class="weight">215</td> <td class="birthday">03/26/1991</td> </tr> <tr> <td class="player-thumb"> <div class="player-thumb__back"> <img src="https://img.mlbstatic.com/mlb-photos/image/upload/d_people:generic:headshot:silo:current.png/r_max/w_180,q_auto:best/v1/people/807799/headshot/silo/current" alt="Masataka Yoshida" /> </div> </td> <td class="info"> <a href="/player/807799">Masataka Yoshida</a> <span class="jersey">7</span> <div class="mobile-info"> <span class="mobile-info__bat-throw">B/T: L/R</span> <span class="mobile-info__height">Ht: 5' 8"</span> <span class="mobile-info__weight">Wt: 192</span> <span class="mobile-info__birthday">DOB: 07/15/1993</span> </div> </td> <td class="bat-throw">L/R</td> <td class="height">5' 8"</td> <td class="weight">192</td> <td class="birthday">07/15/1993</td> </tr> </tbody> </table> <section id="footer-message-container"> <div> While not officially part of the 40-man roster, players on the 60-day injured list (IL-60) are included on the 40-Man tab. </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </main> <!-- no footer --> <script> window.reactFooterState = {"navItems":[{"itemId":"96faeb5a-179a-466e-8f05-97209ab14f8d","text":"top","properties":{},"menuItems":[{"itemId":"570e7b5c-1787-4c6e-a8ee-054648d783ca","text":"Official Info","properties":{"link":"/official-information"},"menuItems":[]},{"itemId":"02710390-c746-4e58-8904-b0772ed562a0","text":"Help/Contact Us","properties":{"link":"https://support.mlb.com/s/","target":"_blank"},"menuItems":[]},{"itemId":"c8ed5557-a8f1-4c47-a112-b52d01f7c67d","text":"Accessibility","properties":{"link":"https://www.mlb.com/official-information/accessibility"},"menuItems":[]},{"itemId":"5d84559f-9e7f-40e7-8364-6c96041fb3c7","text":"Job Opportunities","properties":{"link":"/team/jobs"},"menuItems":[]},{"itemId":"911a8b17-58c4-4994-a037-b20c52636f22","text":"Advertising Opportunities","properties":{"link":"https://www.mlb.com/sponsorship"},"menuItems":[]}]},{"itemId":"8aa2f8e9-f499-4195-839b-47c05a6b8569","text":"Terms of Use","properties":{"link":"https://www.mlb.com/official-information/terms-of-use"},"menuItems":[]},{"itemId":"d95b5742-3dc3-493b-b179-05dceca3c4b3","text":"Privacy Policy","properties":{"link":"https://www.mlb.com/official-information/privacy-policy"},"menuItems":[]},{"itemId":"0d8de3a1-5c1f-46d6-8961-2b06517e4196","text":"Legal Notices","properties":{"link":"https://www.mlb.com/official-information/legal-notices"},"menuItems":[]},{"itemId":"fa0a2056-91f6-4bbf-be24-c638ac242721","text":"Contact Us","properties":{"link":"https://support.mlb.com/s/","target":"_blank"},"menuItems":[]},{"itemId":"3b2f7c33-9c07-416e-afad-463a9c6fe8a7","text":"Do not Sell or Share My Personal Data","properties":{"link":"https://privacyportal.onetrust.com/webform/53a301ae-6882-46f9-af93-24f64f792aee/3251a424-8286-4725-9313-603f12c85a49","target":"_blank"},"menuItems":[]}],"clubId":111,"isClub":true,"styleProps":{"urlLogo":"https://images.ctfassets.net/iiozhi00a8lc/t111_url_logoredsox_url_svg/b862a6f7246189e313e7f9eea43227ad/t111_url_logo.svg"},"locale":"en","teamNameSlug":"redsox","variables":{}};</script> <footer id='react-footer'> <div class="site-footer" data-is-club="true" data-reactroot=""><div class="site-footer__frame"><div class="site-footer__team-container"><div class="site-footer__team-logo"><a href="/redsox/"><img class="site-footer__team-url-logo" src="https://images.ctfassets.net/iiozhi00a8lc/t111_url_logoredsox_url_svg/b862a6f7246189e313e7f9eea43227ad/t111_url_logo.svg" role="presentation"/></a></div><ul class="site-footer__team-links"><li><a class="site-footer__team-link" href="/redsox/official-information">Official Info</a></li><li><a class="site-footer__team-link" href="https://support.mlb.com/s/">Help/Contact Us</a></li><li><a class="site-footer__team-link" href="https://www.mlb.com/official-information/accessibility">Accessibility</a></li><li><a class="site-footer__team-link" href="/redsox/team/jobs">Job Opportunities</a></li><li><a class="site-footer__team-link" href="https://www.mlb.com/sponsorship">Advertising Opportunities</a></li></ul></div><div class="site-footer__container"><div class="site-footer__sponsor-container"><ul class="site-footer__sponsor-image-container"><li class="site-footer__mlb-logo"><a href="/" aria-label="MLB.com"><img alt="MLB.com" class="p-logo mlb-logo" data-src="//www.mlbstatic.com/team-logos/league-on-dark/1.svg" src="//www.mlbstatic.com/team-logos/league-on-dark/1.svg"/></a></li><li class="site-footer__bgca-logo"><a href="https://www.bgca.org/about-us/our-partners/mlb"><img data-src="//www.mlbstatic.com/mlb.com/builds/site-core/6ba79ea6e6d26980b58bc4c45f9688f6c41d1c8e_1551285135/images/bgca.svg" alt="Boys and Girls Club of America" src="//www.mlbstatic.com/mlb.com/builds/site-core/6ba79ea6e6d26980b58bc4c45f9688f6c41d1c8e_1551285135/images/bgca.svg"/></a></li></ul></div><div><div class="site-footer__legal-links"><ul><li><a href="https://www.mlb.com/official-information/terms-of-use" class="site-footer__legal-link">Terms of Use</a></li><li><a href="https://www.mlb.com/official-information/privacy-policy" class="site-footer__legal-link">Privacy Policy</a></li><li><a href="https://www.mlb.com/official-information/legal-notices" class="site-footer__legal-link">Legal Notices</a></li><li><a href="https://support.mlb.com/s/" class="site-footer__legal-link">Contact Us</a></li><li><a href="https://privacyportal.onetrust.com/webform/53a301ae-6882-46f9-af93-24f64f792aee/3251a424-8286-4725-9313-603f12c85a49" class="site-footer__legal-link">Do not Sell or Share My Personal Data</a></li></ul></div><div class="site-footer__copyright-container">漏 <!-- -->2024<!-- --> MLB Advanced Media, LP. All rights reserved.</div></div></div></div></div> </footer> <!-- core javascript files --> <script type="text/javascript" src="//builds.mlbstatic.com/mlb.com/builds/site-core/1729783027794/site-core.min.js"></script> <script src="//www.mlbstatic.com/mlb.com/adobe-analytics/AppMeasurement-mlb.js"></script> <script src="//www.mlbstatic.com/mlb.com/adobe-analytics/AppMeasurement.js"></script> <script> (function(window, document) { 'use strict'; var getOrientation = function() { var width = window.innerWidth || document.documentElement.clientWidth; var height = window.innerHeight || document.documentElement.clientHeight; var orientation = (height >= width) ? 'Portrait' : 'Landscape'; return orientation; }; var capitalize = function(str) { return str.charAt(0).toUpperCase() + str.substr(1); }; var setRsId = function(s, rsId) { if(!s || !rsId) { return; } try { window.sessionStorage.setItem('rsid', rsId); s.Util.cookieWrite('rsid', rsId); s.sa(rsId); } catch (err) { console.error(err); } }; var getRsId = function(s) { if(!s) { return; } var rsId; try { rsId = s.Util.getQueryParam('rsid') || window.sessionStorage.getItem('rsid') || s.Util.cookieRead('rsid'); } catch (err) { console.error(err); } // TODO: Follow up with Tyler when we can remove this hotfix if (rsId === 'mlbios.at.bat.ios.new.implementation') { rsId = 'mlbios.at.bat.new.implementation'; } return rsId; }; var reportingSuiteIds = 'mlbglobal08,mlbredsox'; var s = window.adobeAnalytics = window.s_gi(reportingSuiteIds); var rsId = getRsId(s); if(rsId) { setRsId(s, rsId); } window.setAppMeasurementConfig(s); var trackingSectionName = capitalize('Roster'); var trackingPageName = 'Boston Red Sox: ' + trackingSectionName + ': 40-Man Roster'; if (document.documentElement.getAttribute('lang') === 'es') { s.prop9 = 'Spanish'; trackingSectionName = trackingSectionName.replace('Homepage','Pagina Central'); trackingPageName = trackingPageName.replace(/: Homepage:(.*)/,': Pagina Central'); } else { trackingPageName = trackingPageName.replace(': Homepage:',':'); } s.channel = trackingSectionName; s.pageName = trackingPageName; s.eVar73 = rsId || reportingSuiteIds; s.prop5 = s.eVar34 = capitalize(window.getStartupDeviceTypeString()); s.prop6 = s.eVar35 = getOrientation(); s.prop7 = s.eVar36 = capitalize(window.getStartupDeviceTypeString()) + ': ' + getOrientation(); s.prop22 = (s.Util.cookieRead('oktaid')) ? s.Util.cookieRead('oktaid') : null; s.eVar199 = s.Util?.cookieRead('s_ecid')?.length !== 0 ? s.Util?.cookieRead('s_ecid') : s.Util?.cookieRead('s_mid')?.length !== 0 ? s.Util?.cookieRead('s_mid') : null; s.prop39 = s.eVar39 = (window.mlbOkta && window.mlbOkta.getAuthClient().tokenManager.get('access_token')) ? 'Logged In': 'Not Logged In'; s.prop71 = 'en'; // section level overrides // page level overrides // response overrides window.trackPageView = function( sProps ) { var s = window.s_gi(reportingSuiteIds); var rsId = getRsId(s); if(rsId) { setRsId(s, rsId); } s.eVar73 = rsId || reportingSuiteIds; s.channel = trackingSectionName; s.pageName = trackingPageName; var prop; for ( prop in sProps ) { s[ prop ] = sProps[ prop ]; } s.t(); }; // page view call window.trackPageView(); })(window, document); </script> <script type="text/javascript"> (function(window, document) { 'use strict'; // Hack to clear the props not being cleared in s.clearVars(). var CLEAR_VARS = [ 'eVar13', 'eVar16', 'eVar19', 'eVar28', 'eVar49', 'eVar53', 'prop54', 'prop12', 'prop13', 'prop14', 'prop25', 'prop26', 'prop27', 'prop28', 'prop29', 'prop30', 'prop32', 'prop33', 'prop43', 'prop49', ]; var clearVars = function(s) { for ( var prop in CLEAR_VARS ) { delete s[ CLEAR_VARS[prop] ]; } delete s['events']; } var getOrientation = function() { var width = window.innerWidth || document.documentElement.clientWidth; var height = window.innerHeight || document.documentElement.clientHeight; var orientation = (height >= width) ? 'Portrait' : 'Landscape'; return orientation; }; var capitalize = function(str) { return str.charAt(0).toUpperCase() + str.substr(1); }; var setRsId = function(s, rsId) { if(!s || !rsId) { return; } try { window.sessionStorage.setItem('rsid', rsId); s.Util.cookieWrite('rsid', rsId); s.sa(rsId); } catch (err) { console.error(err); } }; var getRsId = function(s) { if(!s) { return; } var rsId; try { rsId = s.Util.getQueryParam('rsid') || window.sessionStorage.getItem('rsid') || s.Util.cookieRead('rsid'); } catch (err) { console.error(err); } // TODO: Follow up with Tyler when we can remove this hotfix if (rsId === 'mlbios.at.bat.ios.new.implementation') { rsId = 'mlbios.at.bat.new.implementation'; } return rsId; }; var originalPageName = window.adobeAnalytics.pageName; var reportingSuiteId = 'mlbglobal08,mlbredsox'; window.trackAsync = function(asyncSProps) { var s = window.s_gi(reportingSuiteId); var rsId = getRsId(s); if(rsId) { setRsId(s, rsId); } s.pageName = originalPageName; s.eVar73 = rsId || reportingSuiteId; s.prop11 = 'Dynamic Page View'; s.prop13 = asyncSProps.prop13 ? asyncSProps.prop13 : originalPageName; s.prop15 = capitalize(window.getStartupDeviceTypeString()) + ': ' + getOrientation(); s.prop22 = (s.Util.cookieRead('oktaid')) ? s.Util.cookieRead('oktaid') : null; s.eVar199 = s.Util?.cookieRead('s_ecid')?.length !== 0 ? s.Util?.cookieRead('s_ecid') : s.Util?.cookieRead('s_mid')?.length !== 0 ? s.Util?.cookieRead('s_mid') : null; for (var prop in asyncSProps) { s[ prop ] = asyncSProps[ prop ]; } // async call only on demand if(asyncSProps) { //delay adBlocker and prop66 to the next call var isAdblockerOnly = (asyncSProps.events === 'event96' || asyncSProps.prop70) && Object.keys(asyncSProps).length < 3; var isLoadPropOnly = asyncSProps.prop66 && Object.keys(asyncSProps).length < 2; const sendAnalytics = isAdblockerOnly ? false : !isLoadPropOnly; if(sendAnalytics){ s.tl(true, 'o', 'http://myGenericURL'); //clear eVars only after the call and not before to allow for consolidated eVars to persist s.clearVars(); clearVars( s ); } } }; })(window, document); </script> <!-- build scripts --> <script type="text/javascript"> (function() { const siteJS = {"desktop":"site-desktop","tablet":"site-tablet","phone":"site-phone"}; const sectionJS = {"desktop":"index.bundle","tablet":"index.bundle","phone":"index.bundle"}; const pageJS = {}; const patternJS = {}; const type = getStartupDeviceTypeString(); /* site and section build=true */ // dev, qa, beta, k8s, prod, etc. const siteScripts = []; const scripts = []; if (siteJS[type]) { siteScripts.push('//builds.mlbstatic.com/mlb.com/builds/site-core/1729783027794/dist/scripts/'+siteJS[type]+'.min.js'); } if (sectionJS[type]) { scripts.push('//builds.mlbstatic.com/mlb.com/sections/roster/builds/461176d63f52f110a3ba2d4c166b593ed69c7d41_1726068366/scripts/'+sectionJS[type]+'.js'); } if (pageJS[type]) { scripts.push('//builds.mlbstatic.com/mlb.com/sections/roster/builds/461176d63f52f110a3ba2d4c166b593ed69c7d41_1726068366/scripts/'+pageJS[type]+'.js'); } const loadPatternScripts = function () { const patternNames = Object.keys(patternJS); if (patternNames.length) { const patternScripts = []; patternNames.forEach(function (patternName) { const patternScript = '//builds.mlbstatic.com/mlb.com/builds/site-core/1729783027794/patterns/' + patternName + '/' + patternName + '.js'; patternScripts.push(patternScript); }); requirejs.config({ baseUrl: '//builds.mlbstatic.com/mlb.com/builds/site-core/1729783027794/bower_components', waitSeconds: 18, config: { text: { useXhr: function (url, protocol, hostname, port) { return true; } } } }); requirejs(patternScripts); } } if (siteScripts.length) { requirejs.config({ waitSeconds: 18, paths : { "bam-video-bootstrap": "//builds.mlbstatic.com/mlb.com/video/videocore/video" } }); requirejs(siteScripts, function(){ if (scripts.length) { requirejs(scripts, loadPatternScripts); } else { loadPatternScripts(); } }); } })(); </script> <!-- TODO debugging --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T5RM6DXG" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> </body> </html>