2022 Major League Baseball All-Star Game
The 2022 Major League Baseball All-Star Game will be the 92nd Major League Baseball All-Star Game, held between the American League (AL) and the National League (NL)
Teams | |
---|---|
Date | July 12, 2022 |
Venue | Dodger Stadium |
City | Los Angeles, California |
Television | Fox |
TV announcers | Joe Buck, John Smoltz, Ken Rosenthal and Tom Verducci |
Radio | ESPN Radio |
Radio announcers | Jon Sciambi and Chris Singleton |
The game will be hosted by the Los Angeles Dodgers of the NL at Dodger Stadium, which will be the second All-Star Game held at Dodger Stadium, following the 1980 All-Star Game, and the fourth hosted by the Dodgers.[1]
Host selection
Los Angeles was awarded the 2022 All-Star Game on July 3, 2020 by MLB Commissioner Rob Manfred after the 2020 All-Star Game, which was set to be played at Dodger Stadium, was cancelled due to the COVID-19 pandemic.[1]
gollark: Do I need to patch my kernel to fix this, then?
gollark: This *always* prints a status of 512. It should be not 512.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } exit(0); } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: Please help as my code does not work correctly æææ.
gollark: Palaiologos, *you* can write C, yes?
See also
References
- Matt Johnson (July 3, 2020). "Major League Baseball cancels 2020 All-Star Game". Sportsnaut. Retrieved July 3, 2020.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.