Scrape play-by-play for single day's games
A day in the format of 'YYYY-MM-DD'; defaults to system date.
A tibble containing all play-by-play data for a given day in
the same format as the output of scrape_game
if (FALSE) {
pbp_day <- scrape_day(day = "2015-01-06")
}