Get NBA Play-by-Play Data from data.nba.com API
Source:R/nba_play_by_play.R
nba_data_play_by_play.Rd
This function gets play-by-play data for a vector of game IDs and returns a combined tibble.
Creates batches of game_ids
and pauses between batches to avoid timeout issues.