The NLCS is already underway with the Philadelphia Phillies walking away from Game 1 with a 2-0 victory over the San Diego Padres. In what turned out to be a tightly contested pitching duel between Yu Darvish and Zack Wheeler, the difference came down to two solo home runs by Bryce Harper and Kyle Schwarber.
BRYCE HARPER TAGS IT OUT OF PETCO ☄️ (via @MLB)https://t.co/ONba7UbOb7
"BRYCE HARPER TAGS IT OUT OF PETCO" - SportsCenter
';});pollOptions.innerHTML = pollOptionsDom;pollCount.innerHTML = totalVotes + ' votes';if (totalVotes > 10) {pollCount.classList.remove("hidden");}}function trackBetsTodayPollImpression() {var intersectionObserverForArticlePoll = new IntersectionObserver(function(entries) {entries.forEach(function(entry) {var pollId = entry.target.getAttribute("data-poll-id");if (POLLS_BY_ID[pollId]['impression_tracked']) return;if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return;setTimeout(function() {if (isInViewport(entry.target)) {POLLS_BY_ID[pollId]['impression_tracked'] = true;var isDesktop = "1";var gaPayload = {"question" : POLLS_BY_ID[pollId]['question'],"category": "Baseball","page_url": window.location.href,"option1": POLLS_BY_ID[pollId]['option1'],"option2": POLLS_BY_ID[pollId]['option2'],}if (isDesktop) {gaPayload["device"] = "Desktop";} else {gaPayload["device"] = "Mobile";}gtag("event", "BETS_TODAY_POLL_IMPRESSION", gaPayload);intersectionObserverForArticlePoll.unobserve(entry.target);}}, 1000);});},{threshold: 0.5});var pollElements = document.querySelectorAll('.bets-today-poll');pollElements.forEach(function(pollElement) {var isAnswered = pollElement.querySelector(".poll-option-answered");if (!isAnswered) {intersectionObserverForArticlePoll.observe(pollElement);}})}return {answerPollX: answerPollX,};}();
Game 2 may play out the same way as the first game with Aaron Nola and Blake Snell set to start the game. On paper, Philadelphia may have the advantage in this pitching matchup, but the unpredictability of the MLB postseason will keep fans on the edge of their seats.
Here is everything you need to know about the National League Championship Series:
NLCS 2022 schedule for the Philadelphia Phillies and San Diego Padres
Date | Game | Time | Location | TV Channel |
Tuesday, Oct. 18 | Game 1 | 8:03 pm (ET) | PETCO Park | Fox/FS1 |
Wednesday, Oct. 19 | Game 2 | 4:35 pm (ET) | PETCO Park | FS1 |
Friday, Oct. 21 | Game 3 | 7:37 pm (ET) | Citizens Bank Park | Fox |
Saturday, Oct. 22 | Game 4 | 7:45 pm (ET) | Citizens Bank Park | FS1 |
Sunday, Oct. 23 | Game 5 (if necessary) | 2:37 pm (ET) | Citizens Bank Park | FS1 |
Monday, Oct. 24 | Game 6 (if necessary) | 8:03 pm (ET) | PETCO Park | FS1 |
Tuesday, Oct. 25 | Game 7 (if necessary) | 8:03 pm (ET) | PETCO Park | Fox/FS1 |
How to watch the series
Philadelphia Phillies and San Diego Padres fans will be able to tune into every National League Championship Series game on Fox or FS1. All seven games (if necessary) can also be streamed on FuboTV, which offers a free seven-day trial.
Attending the games live, current ticket prices
If you are planning on making your way to PETCO Park or Citizens Bank Park for the NLCS, here are the cheapest tickets currently available on Vividseats.com (before service fees).
- Game 2 in San Diego - $39 USD
- Game 3 in Philadelphia - $281 USD
- Game 4 in Philadelphia - $281 USD
- Game 5 in Philadelphia - $265 USD
- Game 6 in San Diego - $164 USD
- Game 7 in San Diego - $292 USD
Key players for Game 2 of the NLCS
The eyes of the MLB universe will be focused on San Diego as the two remaining teams in the National League will continue their series on Wednesday afternoon.
The key player for the Phillies in Game 2 of the NLCS will be Aaron Nola. In one game against the Padres in June 2022, he went 7.0 innings and recorded 10 strikeouts.
The Padres have a hitters meeting in an hour or so. Their catcher, Austin Nola, is quite familiar with Phillies starter Aaron Nola today.“He will have some say in it,” Bob Melvin says.
"The Padres have a hitters meeting in an hour or so. Their catcher, Austin Nola, is quite familiar with Phillies starter Aaron Nola today. “He will have some say in it,” Bob Melvin says." - AJ Cassavell
San Diego will need superstar third baseman Manny Machado to improve upon a lackluster Game 1 where he went 0-4. The $300 million man will need to perform if the Padres have any hope of avoiding a 2-0 deficit in the series.
Can Bryce Harper and the Phillies take a commanding 2-0 series lead back home to Philly, or will Manny Machado and the Padres tie it up? Only time will tell, as very little separates the two teams.
Poll :
0 votes
';});pollOptions.innerHTML = pollOptionsDom;pollCount.innerHTML = totalVotes + ' votes';}function updatePollCountOnAnswer(selectedOption) {var pollData = pollDataDefault;renderPollWidget(pollData, selectedOption, true);}function renderPollWidget(pollData, selectedOption, isAnswered) {if (!pollData) return;pollData.option1_count = pollData.option1_count || 0;pollData.option2_count = pollData.option2_count || 0;pollData.option3_count = pollData.option3_count || 0;pollData.option4_count = pollData.option4_count || 0;if (isAnswered) {if (selectedOption == "option1") pollData.option1_count += 1;if (selectedOption == "option2") pollData.option2_count += 1;if (selectedOption == "option3") pollData.option3_count += 1;if (selectedOption == "option4") pollData.option4_count += 1;}var totalVotes = Number(pollData.option1_count + pollData.option2_count + pollData.option3_count + pollData.option4_count);if (totalVotes && !Number.isNaN(totalVotes)) {var option1Percent = pollData.option1_count / totalVotes * 100;var option2Percent = pollData.option2_count / totalVotes * 100;var option3Percent = pollData.option3_count / totalVotes * 100;var option4Percent = pollData.option4_count / totalVotes * 100;var optionPercentages = [option1Percent, option2Percent, option3Percent, option4Percent];var pollOptions = $("#poll-options");var pollCount = $("#poll-count");var pollOptionsDom = '';var optionsArray = ['option1', 'option2'];if (pollData.option3 !== "" && pollData.option3 !== null) {optionsArray.push('option3')}if (pollData.option4 !== "" && pollData.option4 !== null) {optionsArray.push('option4')}optionsArray.forEach(function (option, index) {var clickHandler = 'onclick="answerPoll(event, \'' + option + '\')"';var optionClass = ['poll-option'];if (selectedOption) {optionClass.push('poll-option-answered');clickHandler = '';}if (selectedOption === option) {optionClass.push('poll-option-selected');}pollOptionsDom += '
';if (selectedOption) {var widthPercentage = optionPercentages[index] < 5 && optionPercentages[index] != 0 ? 5 : optionPercentages[index];if (selectedOption === option) {if (widthPercentage > 97) {pollOptionsDom += '';} else {pollOptionsDom += '';}} else {if (widthPercentage > 97) {pollOptionsDom += '';} else {pollOptionsDom += '';}}}pollOptionsDom += '
' + pollData[option] + '
';if (selectedOption) {pollOptionsDom += '
' + Math.round(optionPercentages[index]) + '%
';}pollOptionsDom += '
';});pollOptions.innerHTML = pollOptionsDom;pollCount.innerHTML = totalVotes + ' votes';if (totalVotes > 10) {pollCount.classList.remove("hidden");}trackArticlePollImpression(pollData);}}function answerPoll(e, selectedOption) {e.preventDefault();try{permutive.track('PollResponse',{"pagetype": "Articlepage","category": "Baseball","answer": {"text": e.target.textContent},"question": {"text": pollDataDefault.question}});} catch (err) {console.log(err);}updatePollCountOnAnswer(selectedOption);var isDesktop = "1";var gaPayload = {"question" : pollDataDefault.question,"answer" : e.target.textContent,"answer_option" : selectedOption.replace("option", "Option "),"category": "Baseball","page_location": window.location.href,}if (isDesktop) {gaPayload["device"] = "Desktop";} else {gaPayload["device"] = "Mobile";}gtag("event", "ARTICLE_POLL_RESPONSE", gaPayload);var url = 'https://a-gotham.sportskeeda.com/polls//response';var data = {"poll_type": "article","option": selectedOption}pureJSAjaxPost(url, data, onPollResponseSuccess.bind(this, selectedOption), onPollResponseFail.bind(this, selectedOption), null, false);}function trackSponsoredLinkClick(e) {}var articlePollImpressionTracked = false;function trackArticlePollImpression(pollData) {var pollElement = $("#poll");var intersectionObserverForArticlePoll = new IntersectionObserver(function(entries) {entries.forEach(function(entry) {if (articlePollImpressionTracked) return;if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return;setTimeout(function() {if (isInViewport(entry.target)) {articlePollImpressionTracked = true;var isDesktop = "1";var gaPayload = {"question" : pollData.question,"category": "Baseball","page_url": window.location.href,}if (isDesktop) {gaPayload["device"] = "Desktop";} else {gaPayload["device"] = "Mobile";}gtag("event", "ARTICLE_POLL_IMPRESSION", gaPayload);intersectionObserverForArticlePoll.unobserve(entry.target);}}, 1000);});},{threshold: 0.5});if (pollElement){var isAnswered = pollElement.querySelector(".poll-option-answered");if (!isAnswered) {intersectionObserverForArticlePoll.observe(pollElement);}}}
Quick Links
More from Sportskeeda
Edited by Windy Goodloe
Feedback Thank You!
";modalText += "
";modalText += "
";modalText += "
";modalText += "
";modalText += "
";modalText += "
";modalText += "
"modalText += "
Please select an option.
Please provide your feedback.
"modalText += "
"modalPopup.closeOnEsc = false;modalPopup.setHeader("Why did you not like this content?");modalPopup.setContentText(modalText);modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating);modalPopup.removeCloseModalIcon();modalPopup.disableDismissPopup();modalPopup.open();} else {sendRating(index);}}function sendRating() {var requestPayload = {"post_id": 1265490,"rating_value": ratingValue}if (ratingValue > 3) {requestPayload.rating_feedback_type = null;requestPayload.rating_feedback = null;} else {if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) {showErrorMessage('option');return;}if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) {showErrorMessage('note');return;}var selectedOption = $('input[name="drone"]:checked').value;var feedbackNote = $(".post-rating-feedback-note textarea").value;requestPayload.rating_feedback_type = selectedOption;requestPayload.rating_feedback = feedbackNote;}pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true);}function resetRatingAndFeedbackForm() {var activeStars = Array.from($all('.rating span.rating-star.active'));for (var i=0; i < activeStars.length; i++) {activeStars[i].classList.remove("active");}if ($('input[name="drone"]:checked')) {$('input[name="drone"]:checked').checked = false;}var userNote = document.querySelector(".post-rating-feedback-note textarea");userNote.value = '';modalPopup.close();}function onsaveRatingSuccess() {modalPopup.close();savePostIdInUserRatedPostsCookie();$("#post-rating-layout").classList.add("hidden");$("#post-rating-message").classList.remove("hidden");window.setInterval(function showMessage() {$("#post-rating-widget").classList.add("hidden");}, 3000);}function onsaveRatingFail() {console.error('Saving post rating failed!');modalPopup.close();}function savePostIdInUserRatedPostsCookie() {userRatedPostIds.push(1265490);var expiryTime = new Date();expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 yearsetCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime);}function isPostRatedByUser() {var userRatedPostIds = getCookie('user_rated_post_ids');if (userRatedPostIds) {try {userRatedPostIds = JSON.parse(userRatedPostIds);} catch (err) {console.error(err);return false;}} else {return false;}if(userRatedPostIds.indexOf(1265490) >= 0) {return true;} else {return false;}}function getRatingCountByPostId(postId) {return new Promise(function(resolve, reject) {pureJSAjaxGet(getRatingCountBaseURL + postId + '/rating/count',function(data) {try {data = JSON.parse(data);if (data.meta_value) {resolve(data.meta_value);}reject("Failed to fetch rating count for the post:" + postId);} catch (err) {reject("Failed to fetch rating count for the post:" + postId);}},function(err) {reject("Failed to fetch rating count for the post:" + postId);}, true);});}function showErrorMessage(messageType) {var messageContainerId = '#' + messageType + '-error';$(messageContainerId).classList.remove('hidden');window.setInterval(function () {$(messageContainerId).classList.add("hidden");}, 5000);}if (!isPostRatedByUser()) {getRatingCountByPostId(1265490).then(function(ratingCount) {if (ratingCount < 10) {$("#post-rating-widget").classList.remove("hidden");}}).catch(function(err){console.error(err);})}