NAV
shell

Stattleship API

Everything to get you started using the Stattleship API – The Sports Data Platform you’ve always wanted!

Easy to remember, friendly slugs like “nfl-tom-brady” and “passes-touchdowns”.

Consistent patterns means that a call to get touchdowns looks like the endpoint to get free throws, home our power-play goals.

Use natural language dates like “last sunday” or “1 week ago” to query stats.

But most of all, you shouldn’t need to spend hours writing custom code for each sport, league or set of stats you want to visualize, analyze, or present.

Activate Your Token

When you sign up, there is a 5 day-trial.

The Stattleship API is donation-ware for non-commercial purposes.

Please visit our Patreon site and give what you can. Every contribution helps keep the API up and running.

Donate and we’ll activate your key! Woohoo!

Developer-Friendly.

Sure, we can just give you raw data. But data should be fun and purposeful.

We’ve categorized and quantified player and teams performances into feats that can quickly be compared or contrasted and put into context.

Instantly know if a stat is a commonplace occurrence or a record-tying achievement.

Data Scientists and Hobbyists Rejoice!

From the moment you sign up, you’ll realize we’ve done a lot of hard work for you.

We play very nicely with R Studio!

That’s right, we didn’t make this data available to you so you could stare at it. Go forth and conquer.

Get Started with a Token

Visit api.stattleship.com to Get Your API Token and enjoy!.

What We Ask

Since we launched the Stattleship API earlier this year, we’ve made it easy for well over one thousand developers, data scientists, and hobbyists to fetch sports data.

We are so fortunate to have fans like you!

Our Purpose

Our goal has always been to empower you with the data you need to build apps, data visualizations, learn R, make better fantasy lineups, and more.

As you well know, sports data is tough to get elsewhere, super expensive, and a bear to implement.

We have ideas for new data, endpoints, and products that you could use in so many ways. Your support means the world to us!

Please Donate

The Stattleship API is donation-ware for non-commercial purposes.

Please visit our Patreon site and give what you can. Every contribution helps keep the API up and running.

If you plan to use the API for commerical purposes, please contact us and we can introduce you to our friends at Sportradar, our data partner.

Data Provided By

The derived data offered via the Stattleship API is provided by Sportradar.

Updates

Latest updates as of 05/19/2017.

Latest updates as of 04/30/2017.

Latest updates as of 04/23/2017.

Latest updates as of 03/22/2017.

Latest updates as of 02/26/2017.

Latest updates as of 02/05/2017.

SDKs

Rails developer? Data science guru? Py guy? We got your SDK!

Authentication

To authorize, use this code:

# With shell, you can just pass the correct headers with each request
curl -X "GET" "api_endpoint_here"
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

Make sure to replace YOUR_ACCESS_TOKEN with your API key.

Stattleship uses API keys to allow access to the API. You can register a new Stattleship API key at our developer portal.

Stattleship expects for the API key to be included in all API requests to the server in a header that looks like the following:

Authorization: Token token=YOUR_ACCESS_TOKEN

Content-Type header that looks like the following:

Content-Type: application/json

Accept header that looks like the following:

Accept: application/vnd.stattleship.com; version=1

Data Available per League and Season

We have the following data available:

You can also look at the seasons endpoint to see the stats coverage.

For example, for MLB in:

For NBA:

etc

Interval Types

It is important when using Stattleship API to set the proper interval_type parameter when making certain requests that involve games.

Each game has an “interval_type” like “regularseason”, “preseason”, “week”, or “allstar” that categories it. This is really helpful of you are doing milestones or totals because you can consider (or partition) across these intervals.

When making a call for games or game logs, the Stattleship API will the use most currently active interval for the season and league by default.

When the schedule enters the playoffs,if you want to fetch regular season data, you must now explicitly include: interval_type=regularseason.

This also means that as the schedule advances to the next round, if you want the prior round information, you’ll also have to specify the interval_type you want.

Baseball Interval Types

For the MLB regular season and playoffs, the interval_type values are:

Basketball Interval Types

For the NBA regular season and playoffs, the interval_type values are:

Hockey Interval Types

For the NHL regular season and playoffs, the interval_type values are:

Football Interval Types

For the NFL regular season and playoffs, the interval_type values are:

Player and Team Rankings Options

Baseball Player and Team Rankings

Available rankings for the Ranking endpoint:

Basketball Player and Team Rankings

Available rankings for the Ranking endpoint:

Basketball Play by Play Event Types

Hockey Play by Play Event Types

Hockey Player and Team Rankings

Available rankings for the Ranking endpoint:

Football Play Play Types

Official Roles per League

You may filter the officials endpoint per league by the following official_role.

Note: these are case insensitive.

MLB

or alternatively:

NBA

NHL

NFL

Pagination

The API response is paginated at between 40-100 items per page (depending on the endpoint).

Note: we do check the per_page value for limits.

You can traverse via increasing the page until your fetched items hits the total or you can look at the Link headers to fetch the next set in the resultset.

For example:

Link: <https://api.stattleship.com/baseball/mlb/at_bats?hit_type=GB&hitter_id=mlb-bryce-harper&interval_type=regularseason&page=4&season_id=mlb-2016>; rel="last", <https://api.stattleship.com/baseball/mlb/at_bats?hit_type=GB&hitter_id=mlb-bryce-harper&interval_type=regularseason&page=2&season_id=mlb-2016>; rel="next", <https://api.stattleship.com/baseball/mlb/at_bats?hit_type=GB&hitter_id=mlb-bryce-harper&interval_type=regularseason&page=4&season_id=mlb-2016>; rel="last", <https://api.stattleship.com/baseball/mlb/at_bats?hit_type=GB&hitter_id=mlb-bryce-harper&interval_type=regularseason&page=2&season_id=mlb-2016>; rel="next"
Total: 133
Per-Page: 40

These link headers are great if you want to do things like infinite scroll and pre-fetch items in the next range.

At Bats

Baseball At Bats

curl -X "GET" "https://api.stattleship.com/baseball/mlb/at_bats" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token token=YOUR_ACCESS_TOKEN" \
  -H "Accept: application/vnd.stattleship.com; version=1"

The above command with valid query parameters can return JSON structured like this:

## Hit Types

FB
GB
LD
PU```


## Response

{
  "games": [
    {
      "id": "f0a48b1e-9cdb-4894-b30a-e6514287004b",
      "created_at": "2016-03-18T21:00:55-04:00",
      "updated_at": "2016-08-19T23:30:06-04:00",
      "at_neutral_site": false,
      "attendance": 30292,
      "away_team_outcome": "win",
      "away_team_score": 7,
      "broadcast": "FSSO",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 12960,
      "ended_at": "2016-08-19T23:11:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 6,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Braves",
      "name": "Nationals vs Braves August 19, 2016 at  7:35pm",
      "on": "on August 19, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "7-6",
      "score_differential": 1,
      "scoreline": "Nationals 7 - Braves 6",
      "slug": "mlb-2016-was-atl-2016-08-19-1935",
      "started_at": "2016-08-19T19:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSSO",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1471649700,
      "title": "Nationals vs Braves",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "51f455a5-5315-497d-b8ad-10ea579e9f7e",
      "official_ids": [
        "4099d4e0-b346-410c-8393-c18a7a9a64ed",
        "00099750-4a8a-4d7c-927a-e31933f74b21",
        "679a635f-a48c-46d2-91dd-3745a01ddf34",
        "49dcb375-faf1-4dde-9d7b-55ce08c4263b"
      ]
    },
    {
      "id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "created_at": "2016-03-18T20:58:46-04:00",
      "updated_at": "2016-08-16T06:05:24-04:00",
      "at_neutral_site": false,
      "attendance": 45246,
      "away_team_outcome": "win",
      "away_team_score": 5,
      "broadcast": "FS-M",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 9960,
      "ended_at": "2016-04-29T22:01:00-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 4,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Cardinals",
      "name": "Nationals vs Cardinals April 29, 2016 at  7:15pm",
      "on": "on April 29, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "5-4",
      "score_differential": 1,
      "scoreline": "Nationals 5 - Cardinals 4",
      "slug": "mlb-2016-was-stl-2016-04-29-1915",
      "started_at": "2016-04-29T19:15:00-05:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FS-M",
      "temperature": 63,
      "temperature_unit": "f",
      "timestamp": 1461975300,
      "title": "Nationals vs Cardinals",
      "weather_conditions": "cloudy",
      "wind_direction": "Right to Left",
      "wind_speed": 12,
      "wind_speed_unit": "mph",
      "home_team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "c0a85898-126b-43e1-b3a0-7d4299da5f19",
      "official_ids": [
        "93aa330a-dea1-4f11-954f-b91426d1a4fd",
        "a2a8e6e7-83f8-42b2-8cbc-a8cf98cd2181",
        "f88a2e6b-4779-4d03-8fb8-763cded66a1d",
        "6bcffcbb-b534-4299-b2ea-04c3f7313692",
        "9df08f9b-37ad-467e-9ec4-ec38491f382f"
      ]
    },
    {
      "id": "40058c55-e56d-43ee-a2da-4f5f9a7ba5a1",
      "created_at": "2016-03-18T21:00:20-04:00",
      "updated_at": "2016-08-16T06:05:22-04:00",
      "at_neutral_site": false,
      "attendance": 37569,
      "away_team_outcome": "loss",
      "away_team_score": 7,
      "broadcast": "SNY",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 13140,
      "ended_at": "2016-07-07T22:49:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 9,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Mets",
      "name": "Nationals vs Mets July  7, 2016 at  7:10pm",
      "on": "on July  7, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "7-9",
      "score_differential": 2,
      "scoreline": "Nationals 7 - Mets 9",
      "slug": "mlb-2016-was-nym-2016-07-7-1910",
      "started_at": "2016-07-07T19:10:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "SNY",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1467933000,
      "title": "Nationals vs Mets",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "fc6c7cbf-3173-41ee-b58a-7e98811fa147",
      "official_ids": [
        "109ad720-9190-43d2-a0f5-4e5cc943d5ab",
        "21bd504e-dccc-4315-8b87-d33b10fbb942",
        "51252c1a-4f3e-46e5-b4b8-0e2c725fe1ea",
        "54186c93-b4ea-46e6-97ae-08f63dc12351"
      ]
    },
    {
      "id": "df6ff012-6984-4f29-a500-df8e0131b61f",
      "created_at": "2016-03-18T21:01:41-04:00",
      "updated_at": "2016-09-25T17:44:50-04:00",
      "at_neutral_site": false,
      "attendance": 28924,
      "away_team_outcome": "win",
      "away_team_score": 10,
      "broadcast": "ROOTPIT",
      "clock": ":30",
      "clock_secs": 0,
      "daytime": true,
      "duration": 14460,
      "ended_at": "2016-09-25T17:36:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 7,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Pirates",
      "name": "Nationals vs Pirates September 25, 2016 at  1:35pm",
      "on": "on September 25, 2016",
      "period": 9,
      "period_label": "Inning",
      "score": "10-7",
      "score_differential": 3,
      "scoreline": "Nationals 10 - Pirates 7",
      "slug": "mlb-2016-was-pit-2016-09-25-1335",
      "started_at": "2016-09-25T13:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "ROOTPIT",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1474824900,
      "title": "Nationals vs Pirates",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "6bf566ce-cc6e-43b7-9144-8801a425d77d",
      "official_ids": [
        "0b63d8f8-c8c5-4d23-a4a1-438c5f4f7398",
        "6713d640-7eb3-4e28-a6d1-a0da7e1eb8a5",
        "c5eb5fae-6f41-48f8-bb63-880076b11ada",
        "00b21af9-3e2b-45ed-b01c-37102d1c2af3"
      ]
    },
    {
      "id": "741fbfec-a586-43a0-8779-638bf2a94f47",
      "created_at": "2016-03-18T21:00:07-04:00",
      "updated_at": "2016-08-16T06:06:24-04:00",
      "at_neutral_site": false,
      "attendance": 30085,
      "away_team_outcome": "loss",
      "away_team_score": 5,
      "broadcast": "FSWI",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 11100,
      "ended_at": "2016-06-25T18:15:00-05:00",
      "home_team_outcome": "win",
      "home_team_score": 6,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Brewers",
      "name": "Nationals vs Brewers June 25, 2016 at  3:10pm",
      "on": "on June 25, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "5-6",
      "score_differential": 1,
      "scoreline": "Nationals 5 - Brewers 6",
      "slug": "mlb-2016-was-mil-2016-06-25-1510",
      "started_at": "2016-06-25T15:10:00-05:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSWI",
      "temperature": 85,
      "temperature_unit": "f",
      "timestamp": 1466885400,
      "title": "Nationals vs Brewers",
      "weather_conditions": "sunny",
      "wind_direction": "Out to Right",
      "wind_speed": 16,
      "wind_speed_unit": "mph",
      "home_team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "7d2ca43c-d1cb-4e1c-acf9-1ba656f6d0be",
      "official_ids": [
        "fac1433e-dd61-4359-98ed-bbce7df40398",
        "37aa1b93-dbd9-42c1-bc8f-b76aaa3c1a4e",
        "26f8651f-a863-40f4-bbdb-fbdc2fc7ca41",
        "514ddac0-3d9a-4888-9565-a54d378bb00b"
      ]
    },
    {
      "id": "2400a955-a21e-4a93-b2bc-e68e1e3977c3",
      "created_at": "2016-03-18T21:00:56-04:00",
      "updated_at": "2016-08-20T23:30:10-04:00",
      "at_neutral_site": false,
      "attendance": 42421,
      "away_team_outcome": "win",
      "away_team_score": 11,
      "broadcast": "FSSO",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 12360,
      "ended_at": "2016-08-20T22:36:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 9,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Braves",
      "name": "Nationals vs Braves August 20, 2016 at  7:10pm",
      "on": "on August 20, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "11-9",
      "score_differential": 2,
      "scoreline": "Nationals 11 - Braves 9",
      "slug": "mlb-2016-was-atl-2016-08-20-1910",
      "started_at": "2016-08-20T19:10:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSSO",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1471734600,
      "title": "Nationals vs Braves",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "51f455a5-5315-497d-b8ad-10ea579e9f7e",
      "official_ids": [
        "4099d4e0-b346-410c-8393-c18a7a9a64ed",
        "00099750-4a8a-4d7c-927a-e31933f74b21",
        "679a635f-a48c-46d2-91dd-3745a01ddf34",
        "49dcb375-faf1-4dde-9d7b-55ce08c4263b"
      ]
    },
    {
      "id": "30dffa15-aab3-4047-8edf-ce397cb82921",
      "created_at": "2016-03-18T21:00:09-04:00",
      "updated_at": "2016-08-16T06:04:13-04:00",
      "at_neutral_site": false,
      "attendance": 30215,
      "away_team_outcome": "win",
      "away_team_score": 3,
      "broadcast": "FSWI",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 11640,
      "ended_at": "2016-06-26T16:24:00-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 2,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Brewers",
      "name": "Nationals vs Brewers June 26, 2016 at  1:10pm",
      "on": "on June 26, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "3-2",
      "score_differential": 1,
      "scoreline": "Nationals 3 - Brewers 2",
      "slug": "mlb-2016-was-mil-2016-06-26-1310",
      "started_at": "2016-06-26T13:10:00-05:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSWI",
      "temperature": 84,
      "temperature_unit": "f",
      "timestamp": 1466964600,
      "title": "Nationals vs Brewers",
      "weather_conditions": "cloudy",
      "wind_direction": "In from Left",
      "wind_speed": 8,
      "wind_speed_unit": "mph",
      "home_team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "7d2ca43c-d1cb-4e1c-acf9-1ba656f6d0be",
      "official_ids": [
        "fac1433e-dd61-4359-98ed-bbce7df40398",
        "37aa1b93-dbd9-42c1-bc8f-b76aaa3c1a4e",
        "26f8651f-a863-40f4-bbdb-fbdc2fc7ca41",
        "514ddac0-3d9a-4888-9565-a54d378bb00b"
      ]
    },
    {
      "id": "47bee7f2-0dc5-4dff-969c-2905c32e447f",
      "created_at": "2016-03-18T20:59:59-04:00",
      "updated_at": "2016-08-16T06:00:27-04:00",
      "at_neutral_site": false,
      "attendance": 22648,
      "away_team_outcome": "win",
      "away_team_score": 8,
      "broadcast": "FSSD",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 11880,
      "ended_at": "2016-06-16T22:28:00-07:00",
      "home_team_outcome": "loss",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Padres",
      "name": "Nationals vs Padres June 16, 2016 at  7:10pm",
      "on": "on June 16, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "8-5",
      "score_differential": 3,
      "scoreline": "Nationals 8 - Padres 5",
      "slug": "mlb-2016-was-sd-2016-06-16-1910",
      "started_at": "2016-06-16T19:10:00-07:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSSD",
      "temperature": 72,
      "temperature_unit": "f",
      "timestamp": 1466129400,
      "title": "Nationals vs Padres",
      "weather_conditions": "sunny",
      "wind_direction": "Left to Right",
      "wind_speed": 10,
      "wind_speed_unit": "mph",
      "home_team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "ea92515e-e14b-4c8b-a2f5-65c790e61614",
      "official_ids": [
        "6ee033b9-b1dd-4d84-8e81-4c24b03f8986",
        "5a725a53-630a-4d74-aee6-8e791cd28bf8",
        "22b6711b-8759-4dfd-bf2d-0068e2e95c6f",
        "e5ac4e68-4b3c-483c-8e7a-93a4902d2623"
      ]
    },
    {
      "id": "25175e0c-2e8c-42e7-8938-e92add92d78f",
      "created_at": "2016-03-18T21:00:23-04:00",
      "updated_at": "2016-08-16T06:00:06-04:00",
      "at_neutral_site": false,
      "attendance": 42386,
      "away_team_outcome": "loss",
      "away_team_score": 2,
      "broadcast": "FOX",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 11100,
      "ended_at": "2016-07-12T20:05:00-07:00",
      "home_team_outcome": "win",
      "home_team_score": 4,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "All-Stars vs All-Stars",
      "name": "All-Stars vs All-Stars July 12, 2016 at  5:00pm",
      "on": "on July 12, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-4",
      "score_differential": 2,
      "scoreline": "All-Stars 2 - All-Stars 4",
      "slug": "mlb-2016-nl-al-2016-07-12-1700",
      "started_at": "2016-07-12T17:00:00-07:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FOX",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1468368000,
      "title": "All-Stars vs All-Stars",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "b72f4490-e444-43ec-87c6-eea8f6734dde",
      "away_team_id": "1b0c6ec7-0813-4619-b6f8-a97ff8246c8d",
      "winning_team_id": "b72f4490-e444-43ec-87c6-eea8f6734dde",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "ea92515e-e14b-4c8b-a2f5-65c790e61614",
      "official_ids": [
        "0ba1bd44-fe77-43c3-8a9a-06e62d4c61c9",
        "8b22bf03-39c9-4b5a-923e-992fd48f2d3e",
        "e01323cd-95d7-4dd3-8e47-4de3239273d6",
        "511d6c57-3987-4aca-bb11-7476f970dc03",
        "679a635f-a48c-46d2-91dd-3745a01ddf34",
        "8f399cb8-c317-463a-9979-0186a677708a"
      ]
    },
    {
      "id": "2e16eb83-687a-4305-90ab-89e29c3ac17b",
      "created_at": "2016-03-18T21:01:06-04:00",
      "updated_at": "2016-08-31T22:30:06-04:00",
      "at_neutral_site": false,
      "attendance": 16503,
      "away_team_outcome": "win",
      "away_team_score": 2,
      "broadcast": "CSN-P",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 10200,
      "ended_at": "2016-08-31T21:55:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 1,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Phillies",
      "name": "Nationals vs Phillies August 31, 2016 at  7:05pm",
      "on": "on August 31, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-1",
      "score_differential": 1,
      "scoreline": "Nationals 2 - Phillies 1",
      "slug": "mlb-2016-was-phi-2016-08-31-1905",
      "started_at": "2016-08-31T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "CSN-P",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1472684700,
      "title": "Nationals vs Phillies",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "a1d3f630-b58c-45c3-b48e-03925c5c9bed",
      "official_ids": [
        "743bbe0e-c908-4b73-af15-627d37514726",
        "54256192-017c-49cc-a494-3aec02ca2e1e",
        "0a824d64-e565-40ab-81b2-7dd50155da19",
        "d9434349-37c3-47fb-bf21-07d90f353d91"
      ]
    },
    {
      "id": "d476c691-ebe3-4264-9a74-47a17947db42",
      "created_at": "2016-03-18T21:00:58-04:00",
      "updated_at": "2016-08-26T17:00:47-04:00",
      "at_neutral_site": false,
      "attendance": 26697,
      "away_team_outcome": "loss",
      "away_team_score": 1,
      "broadcast": "MLBN (out-of-market ",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 11520,
      "ended_at": "2016-08-23T22:17:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 8,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Orioles",
      "name": "Nationals vs Orioles August 23, 2016 at  7:05pm",
      "on": "on August 23, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "1-8",
      "score_differential": 7,
      "scoreline": "Nationals 1 - Orioles 8",
      "slug": "mlb-2016-was-bal-2016-08-23-1905",
      "started_at": "2016-08-23T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MLBN (out-of-market ",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1471993500,
      "title": "Nationals vs Orioles",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "4a18fbd6-2261-4494-9fcf-bea65ffe1f92",
      "official_ids": [
        "8abeb74d-6e55-40d7-953f-76ce9244e1d9",
        "8abeb74d-6e55-40d7-953f-76ce9244e1d9",
        "095e4a15-9a70-4382-b564-5a46c3c73b1f",
        "095e4a15-9a70-4382-b564-5a46c3c73b1f",
        "3fe24b54-49d3-4c2f-af53-1145aea02858",
        "3fe24b54-49d3-4c2f-af53-1145aea02858",
        "56ccf33a-3e94-44fb-85df-ce7adcd1b284",
        "56ccf33a-3e94-44fb-85df-ce7adcd1b284"
      ]
    },
    {
      "id": "9a187c85-3f2c-48f9-ab88-fe68c9460688",
      "created_at": "2016-03-18T21:00:02-04:00",
      "updated_at": "2016-08-16T06:03:38-04:00",
      "at_neutral_site": false,
      "attendance": 32285,
      "away_team_outcome": "loss",
      "away_team_score": 3,
      "broadcast": "FSSD",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 10740,
      "ended_at": "2016-06-19T16:39:00-07:00",
      "home_team_outcome": "win",
      "home_team_score": 6,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Padres",
      "name": "Nationals vs Padres June 19, 2016 at  1:40pm",
      "on": "on June 19, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "3-6",
      "score_differential": 3,
      "scoreline": "Nationals 3 - Padres 6",
      "slug": "mlb-2016-was-sd-2016-06-19-1340",
      "started_at": "2016-06-19T13:40:00-07:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSSD",
      "temperature": 84,
      "temperature_unit": "f",
      "timestamp": 1466368800,
      "title": "Nationals vs Padres",
      "weather_conditions": "sunny",
      "wind_direction": "Left to Right",
      "wind_speed": 14,
      "wind_speed_unit": "mph",
      "home_team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "ea92515e-e14b-4c8b-a2f5-65c790e61614",
      "official_ids": [
        "6ee033b9-b1dd-4d84-8e81-4c24b03f8986",
        "5a725a53-630a-4d74-aee6-8e791cd28bf8",
        "22b6711b-8759-4dfd-bf2d-0068e2e95c6f",
        "e5ac4e68-4b3c-483c-8e7a-93a4902d2623"
      ]
    },
    {
      "id": "c9249f5d-b416-46c0-b1eb-47c4a7e3f032",
      "created_at": "2016-03-18T21:01:32-04:00",
      "updated_at": "2016-09-18T19:20:37-04:00",
      "at_neutral_site": false,
      "attendance": 37296,
      "away_team_outcome": "loss",
      "away_team_score": 2,
      "broadcast": "FSSO",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 9360,
      "ended_at": "2016-09-18T16:11:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 6,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Braves",
      "name": "Nationals vs Braves September 18, 2016 at  1:35pm",
      "on": "on September 18, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-6",
      "score_differential": 4,
      "scoreline": "Nationals 2 - Braves 6",
      "slug": "mlb-2016-was-atl-2016-09-18-1335",
      "started_at": "2016-09-18T13:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSSO",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1474220100,
      "title": "Nationals vs Braves",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "51f455a5-5315-497d-b8ad-10ea579e9f7e",
      "official_ids": [
        "bf13f606-2a12-4847-8b79-d96188ef420c",
        "1552a402-90c9-467c-a2e4-3366460d6d3c",
        "0ba1bd44-fe77-43c3-8a9a-06e62d4c61c9",
        "0556efeb-3bf2-4532-993f-cc8e7ee54a44"
      ]
    },
    {
      "id": "87959754-fa98-444e-9303-c3b23fb7df60",
      "created_at": "2016-03-18T21:00:00-04:00",
      "updated_at": "2016-08-16T06:00:57-04:00",
      "at_neutral_site": false,
      "attendance": 31137,
      "away_team_outcome": "win",
      "away_team_score": 7,
      "broadcast": "FSSD",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 11520,
      "ended_at": "2016-06-17T22:52:00-07:00",
      "home_team_outcome": "loss",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Padres",
      "name": "Nationals vs Padres June 17, 2016 at  7:40pm",
      "on": "on June 17, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "7-5",
      "score_differential": 2,
      "scoreline": "Nationals 7 - Padres 5",
      "slug": "mlb-2016-was-sd-2016-06-17-1940",
      "started_at": "2016-06-17T19:40:00-07:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSSD",
      "temperature": 76,
      "temperature_unit": "f",
      "timestamp": 1466217600,
      "title": "Nationals vs Padres",
      "weather_conditions": "sunny",
      "wind_direction": "Left to Right",
      "wind_speed": 13,
      "wind_speed_unit": "mph",
      "home_team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "ea92515e-e14b-4c8b-a2f5-65c790e61614",
      "official_ids": [
        "6ee033b9-b1dd-4d84-8e81-4c24b03f8986",
        "5a725a53-630a-4d74-aee6-8e791cd28bf8",
        "22b6711b-8759-4dfd-bf2d-0068e2e95c6f",
        "e5ac4e68-4b3c-483c-8e7a-93a4902d2623"
      ]
    },
    {
      "id": "8d0eadc2-ce84-495f-bf58-415f393c1f7f",
      "created_at": "2016-03-18T20:59:04-04:00",
      "updated_at": "2016-08-16T06:02:58-04:00",
      "at_neutral_site": false,
      "attendance": 39206,
      "away_team_outcome": "loss",
      "away_team_score": 6,
      "broadcast": "CSN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 9960,
      "ended_at": "2016-05-06T16:06:00-05:00",
      "home_team_outcome": "win",
      "home_team_score": 8,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Cubs",
      "name": "Nationals vs Cubs May  6, 2016 at  1:20pm",
      "on": "on May  6, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "6-8",
      "score_differential": 2,
      "scoreline": "Nationals 6 - Cubs 8",
      "slug": "mlb-2016-was-chc-2016-05-6-1320",
      "started_at": "2016-05-06T13:20:00-05:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "CSN",
      "temperature": 73,
      "temperature_unit": "f",
      "timestamp": 1462558800,
      "title": "Nationals vs Cubs",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Center",
      "wind_speed": 9,
      "wind_speed_unit": "mph",
      "home_team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "3c8118f4-2142-4d3b-9a33-018bc42c382b",
      "official_ids": [
        "f2f699d3-1dd5-46cd-9ca1-5b02ef9b4cb0",
        "a31c86c7-0192-429b-b489-4679e67f084a",
        "042430de-a523-49f4-a324-99a2fa30ccb4",
        "a1025612-22f5-40bf-a610-8d8ff6aa791e",
        "54256192-017c-49cc-a494-3aec02ca2e1e"
      ]
    },
    {
      "id": "deca690e-69e1-4f72-a8ad-5255cc8912b0",
      "created_at": "2016-03-18T20:59:24-04:00",
      "updated_at": "2016-08-16T06:00:58-04:00",
      "at_neutral_site": false,
      "attendance": 36701,
      "away_team_outcome": "loss",
      "away_team_score": 0,
      "broadcast": "SNY",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 9120,
      "ended_at": "2016-05-17T21:42:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 2,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Mets",
      "name": "Nationals vs Mets May 17, 2016 at  7:10pm",
      "on": "on May 17, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "0-2",
      "score_differential": 2,
      "scoreline": "Nationals 0 - Mets 2",
      "slug": "mlb-2016-was-nym-2016-05-17-1910",
      "started_at": "2016-05-17T19:10:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "SNY",
      "temperature": 60,
      "temperature_unit": "f",
      "timestamp": 1463526600,
      "title": "Nationals vs Mets",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Center",
      "wind_speed": 9,
      "wind_speed_unit": "mph",
      "home_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "fc6c7cbf-3173-41ee-b58a-7e98811fa147",
      "official_ids": [
        "109ad720-9190-43d2-a0f5-4e5cc943d5ab",
        "21bd504e-dccc-4315-8b87-d33b10fbb942",
        "51252c1a-4f3e-46e5-b4b8-0e2c725fe1ea",
        "b7ac4c44-21cc-4663-82d0-7176dae989ae"
      ]
    },
    {
      "id": "540ca074-830b-486c-af5c-11299f8f5130",
      "created_at": "2016-03-18T21:00:44-04:00",
      "updated_at": "2016-08-16T06:02:41-04:00",
      "at_neutral_site": false,
      "attendance": 34036,
      "away_team_outcome": "loss",
      "away_team_score": 1,
      "broadcast": "MLBN (out-of-market ",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 8760,
      "ended_at": "2016-08-05T21:31:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Giants vs Nationals",
      "name": "Giants vs Nationals August  5, 2016 at  7:05pm",
      "on": "on August  5, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "1-5",
      "score_differential": 4,
      "scoreline": "Giants 1 - Nationals 5",
      "slug": "mlb-2016-sf-was-2016-08-5-1905",
      "started_at": "2016-08-05T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MLBN (out-of-market ",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1470438300,
      "title": "Giants vs Nationals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "6ee033b9-b1dd-4d84-8e81-4c24b03f8986",
        "22b6711b-8759-4dfd-bf2d-0068e2e95c6f",
        "f48a80c7-9ddc-4ce2-bd32-0524e00fe885",
        "e5ac4e68-4b3c-483c-8e7a-93a4902d2623"
      ]
    },
    {
      "id": "2ebd05ac-f930-4f66-a8cf-94f7f40b87e4",
      "created_at": "2016-03-18T20:59:35-04:00",
      "updated_at": "2016-08-16T06:04:09-04:00",
      "at_neutral_site": false,
      "attendance": 33096,
      "away_team_outcome": "loss",
      "away_team_score": 4,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 10080,
      "ended_at": "2016-05-24T21:53:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 7,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Mets vs Nationals",
      "name": "Mets vs Nationals May 24, 2016 at  7:05pm",
      "on": "on May 24, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "4-7",
      "score_differential": 3,
      "scoreline": "Mets 4 - Nationals 7",
      "slug": "mlb-2016-nym-was-2016-05-24-1905",
      "started_at": "2016-05-24T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": 83,
      "temperature_unit": "f",
      "timestamp": 1464131100,
      "title": "Mets vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "Left to Right",
      "wind_speed": 8,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "f2f699d3-1dd5-46cd-9ca1-5b02ef9b4cb0",
        "a31c86c7-0192-429b-b489-4679e67f084a",
        "e01323cd-95d7-4dd3-8e47-4de3239273d6",
        "042430de-a523-49f4-a324-99a2fa30ccb4",
        "a1025612-22f5-40bf-a610-8d8ff6aa791e"
      ]
    },
    {
      "id": "fa1c9019-81ca-4f2e-b2ae-028c845128be",
      "created_at": "2016-03-18T21:01:26-04:00",
      "updated_at": "2016-09-14T18:49:12-04:00",
      "at_neutral_site": false,
      "attendance": 29669,
      "away_team_outcome": "loss",
      "away_team_score": 0,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 9000,
      "ended_at": "2016-09-14T18:35:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 1,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Mets vs Nationals",
      "name": "Mets vs Nationals September 14, 2016 at  4:05pm",
      "on": "on September 14, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "0-1",
      "score_differential": 1,
      "scoreline": "Mets 0 - Nationals 1",
      "slug": "mlb-2016-nym-was-2016-09-14-1605",
      "started_at": "2016-09-14T16:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1473883500,
      "title": "Mets vs Nationals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "cd9df486-7149-4289-9011-e7fa614b84c7",
        "856dfb44-3e80-46ad-bf2d-f8b0d13fba29",
        "ac95f4c5-143b-446f-bc95-d79fb6a4d7fb",
        "d9ac979a-4ed8-4462-946d-7592ae081d51"
      ]
    },
    {
      "id": "3fade6a2-fe1a-46f6-b46d-be9907c0a77b",
      "created_at": "2016-03-18T21:00:15-04:00",
      "updated_at": "2016-08-16T06:05:12-04:00",
      "at_neutral_site": false,
      "attendance": 37328,
      "away_team_outcome": "loss",
      "away_team_score": 1,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 11280,
      "ended_at": "2016-07-03T16:43:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 12,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Reds vs Nationals",
      "name": "Reds vs Nationals July  3, 2016 at  1:35pm",
      "on": "on July  3, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "1-12",
      "score_differential": 11,
      "scoreline": "Reds 1 - Nationals 12",
      "slug": "mlb-2016-cin-was-2016-07-3-1335",
      "started_at": "2016-07-03T13:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": 75,
      "temperature_unit": "f",
      "timestamp": 1467567300,
      "title": "Reds vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Left",
      "wind_speed": 1,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "a2b05332-6ce0-4ad9-aeeb-a5eb1244fb8c",
        "54b338e5-4f09-4701-9ef0-17a1f00d97da",
        "8b22bf03-39c9-4b5a-923e-992fd48f2d3e",
        "dee7f4e0-1977-4750-977b-1b5b4bbbf1fe"
      ]
    },
    {
      "id": "b8dde21b-22a4-43d3-a76e-5dee5fc164d0",
      "created_at": "2016-03-18T21:00:12-04:00",
      "updated_at": "2016-08-16T06:05:03-04:00",
      "at_neutral_site": false,
      "attendance": 27631,
      "away_team_outcome": "loss",
      "away_team_score": 2,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 16200,
      "ended_at": "2016-07-01T22:35:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 3,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Reds vs Nationals",
      "name": "Reds vs Nationals July  1, 2016 at  6:05pm",
      "on": "on July  1, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-3",
      "score_differential": 1,
      "scoreline": "Reds 2 - Nationals 3",
      "slug": "mlb-2016-cin-was-2016-07-1-1805",
      "started_at": "2016-07-01T18:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": 78,
      "temperature_unit": "f",
      "timestamp": 1467410700,
      "title": "Reds vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Center",
      "wind_speed": 8,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "a2b05332-6ce0-4ad9-aeeb-a5eb1244fb8c",
        "54b338e5-4f09-4701-9ef0-17a1f00d97da",
        "8b22bf03-39c9-4b5a-923e-992fd48f2d3e",
        "dee7f4e0-1977-4750-977b-1b5b4bbbf1fe"
      ]
    },
    {
      "id": "2b0cd19b-65a5-4ef1-abf6-674cd6d8f6f9",
      "created_at": "2016-03-18T21:01:46-04:00",
      "updated_at": "2016-10-01T19:12:56-04:00",
      "at_neutral_site": false,
      "attendance": 31635,
      "away_team_outcome": "loss",
      "away_team_score": 1,
      "broadcast": "MASN 2",
      "clock": ":00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 10980,
      "ended_at": "2016-10-01T19:08:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 2,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Marlins vs Nationals",
      "name": "Marlins vs Nationals October  1, 2016 at  4:05pm",
      "on": "on October  1, 2016",
      "period": 9,
      "period_label": "Inning",
      "score": "1-2",
      "score_differential": 1,
      "scoreline": "Marlins 1 - Nationals 2",
      "slug": "mlb-2016-mia-was-2016-10-1-1605",
      "started_at": "2016-10-01T16:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN 2",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1475352300,
      "title": "Marlins vs Nationals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "4b88dffe-8ac6-40ff-bb34-36ab8ecf1fde",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "e71469eb-f250-454a-8e09-3172e028f013",
        "0915151d-bb03-4fd9-bcf4-3c4d498119ba",
        "99047693-b449-42d8-bc99-7cffc3ef0fb8",
        "54f9a50b-ed79-4ceb-9aef-e3d515f3ff13"
      ]
    },
    {
      "id": "4576424c-83c7-4f39-a68a-56744cafb62f",
      "created_at": "2016-03-18T20:59:10-04:00",
      "updated_at": "2016-08-16T06:00:47-04:00",
      "at_neutral_site": false,
      "attendance": 27153,
      "away_team_outcome": "loss",
      "away_team_score": 4,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 10620,
      "ended_at": "2016-05-09T22:02:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Tigers vs Nationals",
      "name": "Tigers vs Nationals May  9, 2016 at  7:05pm",
      "on": "on May  9, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "4-5",
      "score_differential": 1,
      "scoreline": "Tigers 4 - Nationals 5",
      "slug": "mlb-2016-det-was-2016-05-9-1905",
      "started_at": "2016-05-09T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": 63,
      "temperature_unit": "f",
      "timestamp": 1462835100,
      "title": "Tigers vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Right",
      "wind_speed": 6,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "9ab4bef1-ea26-456b-a018-bf2bde1f6599",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "5a725a53-630a-4d74-aee6-8e791cd28bf8",
        "1c7e5381-254b-48c1-b5ac-d6b8a54ef8c1",
        "d96c07f0-f617-4137-8cf4-d4e24bf390bc",
        "da7cd35d-a453-4796-bb7b-a0ec3248433f"
      ]
    },
    {
      "id": "825c608c-3466-408d-9cc1-a6ce16a26799",
      "created_at": "2016-03-18T21:00:25-04:00",
      "updated_at": "2016-08-16T06:02:03-04:00",
      "at_neutral_site": false,
      "attendance": 32775,
      "away_team_outcome": "win",
      "away_team_score": 2,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 20880,
      "ended_at": "2016-07-17T19:23:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 1,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Pirates vs Nationals",
      "name": "Pirates vs Nationals July 17, 2016 at  1:35pm",
      "on": "on July 17, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-1",
      "score_differential": 1,
      "scoreline": "Pirates 2 - Nationals 1",
      "slug": "mlb-2016-pit-was-2016-07-17-1335",
      "started_at": "2016-07-17T13:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1468776900,
      "title": "Pirates vs Nationals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "winning_team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "ea44a346-7791-4f4e-9a72-e353e6f1c224",
        "e3ad4293-d5d2-4312-b0a0-7f3facce987d",
        "f132d483-29be-4fc4-9363-4ddb3e45a2da",
        "914ca1f9-c608-4a4a-862b-07919bb7b9e6"
      ]
    },
    {
      "id": "9a58381f-a289-4648-8f61-b438358ac90d",
      "created_at": "2016-03-18T20:59:43-04:00",
      "updated_at": "2016-08-16T06:03:17-04:00",
      "at_neutral_site": false,
      "attendance": 38898,
      "away_team_outcome": "loss",
      "away_team_score": 2,
      "broadcast": "WUSA 9",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 11520,
      "ended_at": "2016-05-29T16:47:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 10,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Cardinals vs Nationals",
      "name": "Cardinals vs Nationals May 29, 2016 at  1:35pm",
      "on": "on May 29, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-10",
      "score_differential": 8,
      "scoreline": "Cardinals 2 - Nationals 10",
      "slug": "mlb-2016-stl-was-2016-05-29-1335",
      "started_at": "2016-05-29T13:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "WUSA 9",
      "temperature": 84,
      "temperature_unit": "f",
      "timestamp": 1464543300,
      "title": "Cardinals vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Left",
      "wind_speed": 6,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "0915151d-bb03-4fd9-bcf4-3c4d498119ba",
        "743bbe0e-c908-4b73-af15-627d37514726",
        "99047693-b449-42d8-bc99-7cffc3ef0fb8",
        "54f9a50b-ed79-4ceb-9aef-e3d515f3ff13"
      ]
    },
    {
      "id": "98f58b2c-a764-43ad-b220-393204757b93",
      "created_at": "2016-03-18T21:00:10-04:00",
      "updated_at": "2016-08-16T06:04:22-04:00",
      "at_neutral_site": false,
      "attendance": 29918,
      "away_team_outcome": "loss",
      "away_team_score": 0,
      "broadcast": "MLBN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 10020,
      "ended_at": "2016-06-28T21:52:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Mets vs Nationals",
      "name": "Mets vs Nationals June 28, 2016 at  7:05pm",
      "on": "on June 28, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "0-5",
      "score_differential": 5,
      "scoreline": "Mets 0 - Nationals 5",
      "slug": "mlb-2016-nym-was-2016-06-28-1905",
      "started_at": "2016-06-28T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MLBN",
      "temperature": 74,
      "temperature_unit": "f",
      "timestamp": 1467155100,
      "title": "Mets vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "In from Right",
      "wind_speed": 7,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "6271c1b6-9424-4f56-8daa-615ccd4f212f",
        "790d295c-33c4-43d2-8a42-44cef75d802c",
        "cb592037-47be-4529-a854-a527e6824281",
        "85f3966c-82a3-4011-b0c7-999e7083450f",
        "8d5e63cc-f6be-40b5-bf5b-5bd251147fa1"
      ]
    },
    {
      "id": "8693393c-1c22-4415-b995-8b492476c481",
      "created_at": "2016-03-18T20:59:42-04:00",
      "updated_at": "2016-08-16T06:00:12-04:00",
      "at_neutral_site": false,
      "attendance": 38274,
      "away_team_outcome": "win",
      "away_team_score": 9,
      "broadcast": "FOX",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 10800,
      "ended_at": "2016-05-28T22:15:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 4,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Cardinals vs Nationals",
      "name": "Cardinals vs Nationals May 28, 2016 at  7:15pm",
      "on": "on May 28, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "9-4",
      "score_differential": 5,
      "scoreline": "Cardinals 9 - Nationals 4",
      "slug": "mlb-2016-stl-was-2016-05-28-1915",
      "started_at": "2016-05-28T19:15:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FOX",
      "temperature": 87,
      "temperature_unit": "f",
      "timestamp": 1464477300,
      "title": "Cardinals vs Nationals",
      "weather_conditions": "sunny",
      "wind_direction": "Out to Center",
      "wind_speed": 6,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "winning_team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "0915151d-bb03-4fd9-bcf4-3c4d498119ba",
        "743bbe0e-c908-4b73-af15-627d37514726",
        "99047693-b449-42d8-bc99-7cffc3ef0fb8",
        "54f9a50b-ed79-4ceb-9aef-e3d515f3ff13"
      ]
    },
    {
      "id": "626a580f-23de-412b-b24e-3f2e6f5ae988",
      "created_at": "2016-03-18T20:59:57-04:00",
      "updated_at": "2016-08-16T06:03:02-04:00",
      "at_neutral_site": false,
      "attendance": 42000,
      "away_team_outcome": "loss",
      "away_team_score": 4,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 15420,
      "ended_at": "2016-06-15T20:22:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Cubs vs Nationals",
      "name": "Cubs vs Nationals June 15, 2016 at  4:05pm",
      "on": "on June 15, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "4-5",
      "score_differential": 1,
      "scoreline": "Cubs 4 - Nationals 5",
      "slug": "mlb-2016-chc-was-2016-06-15-1605",
      "started_at": "2016-06-15T16:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": 80,
      "temperature_unit": "f",
      "timestamp": 1466021100,
      "title": "Cubs vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "Out to Right",
      "wind_speed": 8,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "a5c2d0e5-6cdc-489d-b414-470365663a82",
        "2ac2416a-efd8-4fa7-aeb2-4e69971aa5b5",
        "bd05ba79-0836-4951-9921-94cd6b95bb35",
        "00c31a1d-d988-448a-a7f6-ce7f0d103720"
      ]
    },
    {
      "id": "d0580f5e-8b98-4dc1-b5a3-ff1613f8da96",
      "created_at": "2016-03-18T21:00:11-04:00",
      "updated_at": "2016-08-16T06:02:11-04:00",
      "at_neutral_site": false,
      "attendance": 33386,
      "away_team_outcome": "loss",
      "away_team_score": 2,
      "broadcast": "MASN 2",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 10860,
      "ended_at": "2016-06-29T22:06:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 4,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Mets vs Nationals",
      "name": "Mets vs Nationals June 29, 2016 at  7:05pm",
      "on": "on June 29, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-4",
      "score_differential": 2,
      "scoreline": "Mets 2 - Nationals 4",
      "slug": "mlb-2016-nym-was-2016-06-29-1905",
      "started_at": "2016-06-29T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN 2",
      "temperature": 80,
      "temperature_unit": "f",
      "timestamp": 1467241500,
      "title": "Mets vs Nationals",
      "weather_conditions": "sunny",
      "wind_direction": "Left to Right",
      "wind_speed": 7,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "6271c1b6-9424-4f56-8daa-615ccd4f212f",
        "790d295c-33c4-43d2-8a42-44cef75d802c",
        "cb592037-47be-4529-a854-a527e6824281",
        "85f3966c-82a3-4011-b0c7-999e7083450f",
        "8d5e63cc-f6be-40b5-bf5b-5bd251147fa1"
      ]
    },
    {
      "id": "5507a658-3e5f-4233-a353-cdde321ec236",
      "created_at": "2016-03-18T21:00:14-04:00",
      "updated_at": "2016-08-16T06:02:37-04:00",
      "at_neutral_site": false,
      "attendance": 35195,
      "away_team_outcome": "win",
      "away_team_score": 9,
      "broadcast": "FOX",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 12900,
      "ended_at": "2016-07-02T22:50:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 4,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Reds vs Nationals",
      "name": "Reds vs Nationals July  2, 2016 at  7:15pm",
      "on": "on July  2, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "9-4",
      "score_differential": 5,
      "scoreline": "Reds 9 - Nationals 4",
      "slug": "mlb-2016-cin-was-2016-07-2-1915",
      "started_at": "2016-07-02T19:15:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FOX",
      "temperature": 80,
      "temperature_unit": "f",
      "timestamp": 1467501300,
      "title": "Reds vs Nationals",
      "weather_conditions": "cloudy",
      "wind_direction": "In from Left",
      "wind_speed": 8,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "winning_team_id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "a2b05332-6ce0-4ad9-aeeb-a5eb1244fb8c",
        "54b338e5-4f09-4701-9ef0-17a1f00d97da",
        "8b22bf03-39c9-4b5a-923e-992fd48f2d3e",
        "dee7f4e0-1977-4750-977b-1b5b4bbbf1fe"
      ]
    },
    {
      "id": "0082fb22-7d87-4028-b1e3-6ddb35786b22",
      "created_at": "2016-03-18T20:58:25-04:00",
      "updated_at": "2016-08-16T06:03:41-04:00",
      "at_neutral_site": false,
      "attendance": 21144,
      "away_team_outcome": "loss",
      "away_team_score": 2,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 8940,
      "ended_at": "2016-04-14T18:34:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 6,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Braves vs Nationals",
      "name": "Braves vs Nationals April 14, 2016 at  4:05pm",
      "on": "on April 14, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "2-6",
      "score_differential": 4,
      "scoreline": "Braves 2 - Nationals 6",
      "slug": "mlb-2016-atl-was-2016-04-14-1605",
      "started_at": "2016-04-14T16:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": 63,
      "temperature_unit": "f",
      "timestamp": 1460664300,
      "title": "Braves vs Nationals",
      "weather_conditions": "sunny",
      "wind_direction": "In from Left",
      "wind_speed": 1,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "a5c2d0e5-6cdc-489d-b414-470365663a82",
        "2ac2416a-efd8-4fa7-aeb2-4e69971aa5b5",
        "bd05ba79-0836-4951-9921-94cd6b95bb35",
        "00c31a1d-d988-448a-a7f6-ce7f0d103720"
      ]
    },
    {
      "id": "74b75823-6205-42de-8d2d-a2ed78ca7afd",
      "created_at": "2016-03-18T21:01:03-04:00",
      "updated_at": "2016-08-28T17:30:12-04:00",
      "at_neutral_site": false,
      "attendance": 28124,
      "away_team_outcome": "win",
      "away_team_score": 5,
      "broadcast": "MASN 2",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 10320,
      "ended_at": "2016-08-28T16:27:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 3,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Rockies vs Nationals",
      "name": "Rockies vs Nationals August 28, 2016 at  1:35pm",
      "on": "on August 28, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "5-3",
      "score_differential": 2,
      "scoreline": "Rockies 5 - Nationals 3",
      "slug": "mlb-2016-col-was-2016-08-28-1335",
      "started_at": "2016-08-28T13:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN 2",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1472405700,
      "title": "Rockies vs Nationals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "winning_team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "511d6c57-3987-4aca-bb11-7476f970dc03",
        "d1d3cc19-fb3f-479b-bc85-ed00405b6a9f",
        "8f399cb8-c317-463a-9979-0186a677708a",
        "00b21af9-3e2b-45ed-b01c-37102d1c2af3"
      ]
    },
    {
      "id": "30570836-c1ce-410c-91eb-376cc9587e45",
      "created_at": "2016-03-18T21:00:18-04:00",
      "updated_at": "2016-08-16T06:06:20-04:00",
      "at_neutral_site": false,
      "attendance": 25138,
      "away_team_outcome": "win",
      "away_team_score": 5,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 10320,
      "ended_at": "2016-07-05T21:57:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 2,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Brewers vs Nationals",
      "name": "Brewers vs Nationals July  5, 2016 at  7:05pm",
      "on": "on July  5, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "5-2",
      "score_differential": 3,
      "scoreline": "Brewers 5 - Nationals 2",
      "slug": "mlb-2016-mil-was-2016-07-5-1905",
      "started_at": "2016-07-05T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1467759900,
      "title": "Brewers vs Nationals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "winning_team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "ee0e5350-bc15-4b0f-80f2-79e793f18d68",
        "f88a2e6b-4779-4d03-8fb8-763cded66a1d",
        "f5e3185f-6cc0-4c78-875e-63d7ab44989c",
        "514ddac0-3d9a-4888-9565-a54d378bb00b"
      ]
    },
    {
      "id": "1610f903-08b1-4c4b-ba7e-ee8f4e244f2d",
      "created_at": "2016-03-18T21:01:40-04:00",
      "updated_at": "2016-09-24T22:40:23-04:00",
      "at_neutral_site": false,
      "attendance": 30137,
      "away_team_outcome": "win",
      "away_team_score": 6,
      "broadcast": "ROOTPIT",
      "clock": ":30",
      "clock_secs": 0,
      "daytime": false,
      "duration": 12480,
      "ended_at": "2016-09-24T22:33:00-04:00",
      "home_team_outcome": "loss",
      "home_team_score": 1,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Pirates",
      "name": "Nationals vs Pirates September 24, 2016 at  7:05pm",
      "on": "on September 24, 2016",
      "period": 9,
      "period_label": "Inning",
      "score": "6-1",
      "score_differential": 5,
      "scoreline": "Nationals 6 - Pirates 1",
      "slug": "mlb-2016-was-pit-2016-09-24-1905",
      "started_at": "2016-09-24T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "ROOTPIT",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1474758300,
      "title": "Nationals vs Pirates",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "6bf566ce-cc6e-43b7-9144-8801a425d77d",
      "official_ids": [
        "0b63d8f8-c8c5-4d23-a4a1-438c5f4f7398",
        "6713d640-7eb3-4e28-a6d1-a0da7e1eb8a5",
        "c5eb5fae-6f41-48f8-bb63-880076b11ada",
        "00b21af9-3e2b-45ed-b01c-37102d1c2af3"
      ]
    },
    {
      "id": "e6bed5df-d764-4692-ae2b-f2e5988f7be5",
      "created_at": "2016-03-18T21:00:42-04:00",
      "updated_at": "2016-08-16T06:02:41-04:00",
      "at_neutral_site": false,
      "attendance": 17518,
      "away_team_outcome": "win",
      "away_team_score": 14,
      "broadcast": "FS-A",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 12180,
      "ended_at": "2016-08-01T22:03:00-07:00",
      "home_team_outcome": "loss",
      "home_team_score": 1,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Diamondbacks",
      "name": "Nationals vs Diamondbacks August  1, 2016 at  6:40pm",
      "on": "on August  1, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "14-1",
      "score_differential": 13,
      "scoreline": "Nationals 14 - Diamondbacks 1",
      "slug": "mlb-2016-was-ari-2016-08-1-1840",
      "started_at": "2016-08-01T18:40:00-07:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FS-A",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1470102000,
      "title": "Nationals vs Diamondbacks",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "09dc1f54-cf05-4486-8135-80bb0090fde1",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "3f8eb1e0-c5d3-4c14-9b11-a38fdb57c256",
      "official_ids": [
        "bf13f606-2a12-4847-8b79-d96188ef420c",
        "1552a402-90c9-467c-a2e4-3366460d6d3c",
        "0ba1bd44-fe77-43c3-8a9a-06e62d4c61c9",
        "0556efeb-3bf2-4532-993f-cc8e7ee54a44"
      ]
    },
    {
      "id": "88795533-5577-4259-a7d0-d54d990dccab",
      "created_at": "2016-03-18T21:00:56-04:00",
      "updated_at": "2016-08-21T18:30:00-04:00",
      "at_neutral_site": false,
      "attendance": 25341,
      "away_team_outcome": "loss",
      "away_team_score": 6,
      "broadcast": "FSSO",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 12960,
      "ended_at": "2016-08-21T17:11:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 7,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Braves",
      "name": "Nationals vs Braves August 21, 2016 at  1:35pm",
      "on": "on August 21, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "6-7",
      "score_differential": 1,
      "scoreline": "Nationals 6 - Braves 7",
      "slug": "mlb-2016-was-atl-2016-08-21-1335",
      "started_at": "2016-08-21T13:35:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSSO",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1471800900,
      "title": "Nationals vs Braves",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "51f455a5-5315-497d-b8ad-10ea579e9f7e",
      "official_ids": [
        "4099d4e0-b346-410c-8393-c18a7a9a64ed",
        "00099750-4a8a-4d7c-927a-e31933f74b21",
        "679a635f-a48c-46d2-91dd-3745a01ddf34",
        "49dcb375-faf1-4dde-9d7b-55ce08c4263b"
      ]
    },
    {
      "id": "1815e151-c1de-4556-af46-d02b121d883c",
      "created_at": "2016-03-18T20:59:00-04:00",
      "updated_at": "2016-08-16T06:03:31-04:00",
      "at_neutral_site": false,
      "attendance": 38610,
      "away_team_outcome": "win",
      "away_team_score": 13,
      "broadcast": "FSKC",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 10380,
      "ended_at": "2016-05-04T16:08:00-05:00",
      "home_team_outcome": "loss",
      "home_team_score": 2,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Royals",
      "name": "Nationals vs Royals May  4, 2016 at  1:15pm",
      "on": "on May  4, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "13-2",
      "score_differential": 11,
      "scoreline": "Nationals 13 - Royals 2",
      "slug": "mlb-2016-was-kc-2016-05-4-1315",
      "started_at": "2016-05-04T13:15:00-05:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "FSKC",
      "temperature": 68,
      "temperature_unit": "f",
      "timestamp": 1462385700,
      "title": "Nationals vs Royals",
      "weather_conditions": "sunny",
      "wind_direction": "Left to Right",
      "wind_speed": 16,
      "wind_speed_unit": "mph",
      "home_team_id": "8a72ea07-afce-4907-9e6a-13b3f4e9d378",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "4c2372c9-3ea0-4422-8022-c1cc0156faf3",
      "official_ids": [
        "2f592778-41f8-4f2a-a084-22a6e6340aad",
        "cd9df486-7149-4289-9011-e7fa614b84c7",
        "1edfa778-cbf5-4588-8cd4-eecdb5155628",
        "4713fbb0-f3a6-4e22-9660-17f5034da466",
        "d910220c-f4ff-4d31-b488-95c4fd48276f"
      ]
    },
    {
      "id": "9ae67cad-309d-4b84-9827-5f142f5cb423",
      "created_at": "2016-03-18T21:00:53-04:00",
      "updated_at": "2016-08-18T00:45:41-04:00",
      "at_neutral_site": false,
      "attendance": 25308,
      "away_team_outcome": "loss",
      "away_team_score": 10,
      "broadcast": "MLBN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": true,
      "duration": 13920,
      "ended_at": "2016-08-17T17:02:00-06:00",
      "home_team_outcome": "win",
      "home_team_score": 12,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Nationals vs Rockies",
      "name": "Nationals vs Rockies August 17, 2016 at  1:10pm",
      "on": "on August 17, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "10-12",
      "score_differential": 2,
      "scoreline": "Nationals 10 - Rockies 12",
      "slug": "mlb-2016-was-col-2016-08-17-1310",
      "started_at": "2016-08-17T13:10:00-06:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MLBN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1471461000,
      "title": "Nationals vs Rockies",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "away_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "winning_team_id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "a2f2df84-ef09-4094-960c-e5d69e8f4fb6",
      "official_ids": [
        "743bbe0e-c908-4b73-af15-627d37514726",
        "54256192-017c-49cc-a494-3aec02ca2e1e",
        "0a824d64-e565-40ab-81b2-7dd50155da19",
        "d9434349-37c3-47fb-bf21-07d90f353d91"
      ]
    },
    {
      "id": "3f41910f-0ee8-4e45-b6ca-94f9362a6e3a",
      "created_at": "2016-03-18T20:58:20-04:00",
      "updated_at": "2016-08-16T06:00:27-04:00",
      "at_neutral_site": false,
      "attendance": 18119,
      "away_team_outcome": "loss",
      "away_team_score": 4,
      "broadcast": "MASN 2",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 11100,
      "ended_at": "2016-04-11T22:10:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 6,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Braves vs Nationals",
      "name": "Braves vs Nationals April 11, 2016 at  7:05pm",
      "on": "on April 11, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "4-6",
      "score_differential": 2,
      "scoreline": "Braves 4 - Nationals 6",
      "slug": "mlb-2016-atl-was-2016-04-11-1905",
      "started_at": "2016-04-11T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN 2",
      "temperature": 72,
      "temperature_unit": "f",
      "timestamp": 1460415900,
      "title": "Braves vs Nationals",
      "weather_conditions": "sunny",
      "wind_direction": "Out to Center",
      "wind_speed": 10,
      "wind_speed_unit": "mph",
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "a5c2d0e5-6cdc-489d-b414-470365663a82",
        "2ac2416a-efd8-4fa7-aeb2-4e69971aa5b5",
        "bd05ba79-0836-4951-9921-94cd6b95bb35",
        "00c31a1d-d988-448a-a7f6-ce7f0d103720"
      ]
    },
    {
      "id": "b990dc10-b9a3-4c5e-bfe4-c15dde47b67e",
      "created_at": "2016-03-18T21:00:23-04:00",
      "updated_at": "2016-08-16T06:01:59-04:00",
      "at_neutral_site": false,
      "attendance": 36982,
      "away_team_outcome": "loss",
      "away_team_score": 1,
      "broadcast": "MASN",
      "clock": "0:00",
      "clock_secs": 0,
      "daytime": false,
      "duration": 9780,
      "ended_at": "2016-07-15T21:48:00-04:00",
      "home_team_outcome": "win",
      "home_team_score": 5,
      "humidity": null,
      "interval": "Regular Season",
      "interval_number": 1,
      "interval_type": "regularseason",
      "label": "Pirates vs Nationals",
      "name": "Pirates vs Nationals July 15, 2016 at  7:05pm",
      "on": "on July 15, 2016",
      "period": 0,
      "period_label": "Inning",
      "score": "1-5",
      "score_differential": 4,
      "scoreline": "Pirates 1 - Nationals 5",
      "slug": "mlb-2016-pit-was-2016-07-15-1905",
      "started_at": "2016-07-15T19:05:00-04:00",
      "status": "closed",
      "internet_coverage": null,
      "satellite_coverage": null,
      "television_coverage": "MASN",
      "temperature": null,
      "temperature_unit": null,
      "timestamp": 1468623900,
      "title": "Pirates vs Nationals",
      "weather_conditions": null,
      "wind_direction": null,
      "wind_speed": null,
      "wind_speed_unit": null,
      "home_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "away_team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "winning_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "season_id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "venue_id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "official_ids": [
        "ea44a346-7791-4f4e-9a72-e353e6f1c224",
        "e3ad4293-d5d2-4312-b0a0-7f3facce987d",
        "f132d483-29be-4fc4-9363-4ddb3e45a2da",
        "914ca1f9-c608-4a4a-862b-07919bb7b9e6"
      ]
    }
  ],
  "home_teams": [
    {
      "id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "CE1141",
      "colors": [
        "CE1141",
        "13274F"
      ],
      "hashtag": "Braves",
      "hashtags": [
        "Braves"
      ],
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Braves",
      "latitude": 33.7005971,
      "longitude": -84.354916,
      "slug": "mlb-atl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "FF5910",
      "colors": [
        "FF5910",
        "002D72"
      ],
      "hashtag": "Mets",
      "hashtags": [
        "Mets"
      ],
      "location": "New York",
      "name": "NY Mets",
      "nickname": "Mets",
      "latitude": 40.7573032,
      "longitude": -73.8501765,
      "slug": "mlb-nym",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FDB827",
      "colors": [
        "FDB827",
        "000000"
      ],
      "hashtag": "Pirates",
      "hashtags": [
        "Pirates"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Pirates",
      "latitude": 40.4469874,
      "longitude": -79.9485413,
      "slug": "mlb-pit",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "0A2351",
      "colors": [
        "0A2351",
        "B6922E"
      ],
      "hashtag": "Brewers",
      "hashtags": [
        "Brewers"
      ],
      "location": "Milwaukee",
      "name": "Milwaukee",
      "nickname": "Brewers",
      "latitude": 43.0205692,
      "longitude": -87.97012,
      "slug": "mlb-mil",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "05143F",
      "colors": [
        "05143F"
      ],
      "hashtag": "Padres",
      "hashtags": [
        "Padres"
      ],
      "location": "San Diego",
      "name": "San Diego",
      "nickname": "Padres",
      "latitude": 32.7075053,
      "longitude": -117.1550698,
      "slug": "mlb-sd",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "b72f4490-e444-43ec-87c6-eea8f6734dde",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-18T20:56:45-04:00",
      "color": null,
      "colors": [],
      "hashtag": null,
      "hashtags": [],
      "location": "American League",
      "name": "American League",
      "nickname": "All-Stars",
      "latitude": null,
      "longitude": null,
      "slug": "mlb-al",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "284898",
      "colors": [
        "284898",
        "E81828"
      ],
      "hashtag": "Phillies",
      "hashtags": [
        "Phillies"
      ],
      "location": "Philadelphia",
      "name": "Philadelphia",
      "nickname": "Phillies",
      "latitude": 39.9080104,
      "longitude": -75.1678599,
      "slug": "mlb-phi",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "DF4601",
      "colors": [
        "DF4601",
        "000000"
      ],
      "hashtag": "Orioles",
      "hashtags": [
        "Orioles"
      ],
      "location": "Baltimore",
      "name": "Baltimore",
      "nickname": "Orioles",
      "latitude": 39.2828878,
      "longitude": -76.6206139,
      "slug": "mlb-bal",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "AB0003",
      "colors": [
        "AB0003",
        "11225B"
      ],
      "hashtag": "Nats",
      "hashtags": [
        "Nats",
        "Nationals"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Nationals",
      "latitude": 38.8787421,
      "longitude": -77.0074421,
      "slug": "mlb-was",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "09dc1f54-cf05-4486-8135-80bb0090fde1",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "A71930",
      "colors": [
        "A71930",
        "000000",
        "E3D4AD"
      ],
      "hashtag": "DBacks",
      "hashtags": [
        "DBacks",
        "Diamondbacks"
      ],
      "location": "Arizona",
      "name": "Arizona",
      "nickname": "Diamondbacks",
      "latitude": 33.4463502,
      "longitude": -112.0746942,
      "slug": "mlb-ari",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "8a72ea07-afce-4907-9e6a-13b3f4e9d378",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "004687",
      "colors": [
        "004687",
        "C09A5B"
      ],
      "hashtag": "Royals",
      "hashtags": [
        "Royals"
      ],
      "location": "Kansas City",
      "name": "Kansas City",
      "nickname": "Royals",
      "latitude": 39.0997265,
      "longitude": -94.5785667,
      "slug": "mlb-kc",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "333366",
      "colors": [
        "333366",
        "231F20",
        "C4CED4"
      ],
      "hashtag": "Rockies",
      "hashtags": [
        "Rockies"
      ],
      "location": "Colorado",
      "name": "Colorado",
      "nickname": "Rockies",
      "latitude": 39.7578942,
      "longitude": -104.9935598,
      "slug": "mlb-col",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "leagues": [
    {
      "id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2016-07-12T19:34:12-04:00",
      "abbreviation": "MLB",
      "color": null,
      "minutes_per_period": null,
      "name": "Major League Baseball",
      "periods": null,
      "slug": "mlb",
      "sport": "baseball"
    }
  ],
  "away_teams": [
    {
      "id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "AB0003",
      "colors": [
        "AB0003",
        "11225B"
      ],
      "hashtag": "Nats",
      "hashtags": [
        "Nats",
        "Nationals"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Nationals",
      "latitude": 38.8787421,
      "longitude": -77.0074421,
      "slug": "mlb-was",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "1b0c6ec7-0813-4619-b6f8-a97ff8246c8d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-18T20:56:45-04:00",
      "color": null,
      "colors": [],
      "hashtag": null,
      "hashtags": [],
      "location": "National League",
      "name": "National League",
      "nickname": "All-Stars",
      "latitude": null,
      "longitude": null,
      "slug": "mlb-nl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "6c498284-84e6-4e74-9f56-b934be3384d5",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FD5A1E",
      "colors": [
        "FD5A1E",
        "000000",
        "8B6F4E"
      ],
      "hashtag": "SFGiants",
      "hashtags": [
        "SFGiants"
      ],
      "location": "San Francisco",
      "name": "San Francisco",
      "nickname": "Giants",
      "latitude": 37.9385723,
      "longitude": -122.3401953,
      "slug": "mlb-sf",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "FF5910",
      "colors": [
        "FF5910",
        "002D72"
      ],
      "hashtag": "Mets",
      "hashtags": [
        "Mets"
      ],
      "location": "New York",
      "name": "NY Mets",
      "nickname": "Mets",
      "latitude": 40.7573032,
      "longitude": -73.8501765,
      "slug": "mlb-nym",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C6011F",
      "colors": [
        "C6011F",
        "000000"
      ],
      "hashtag": "Reds",
      "hashtags": [
        "Reds"
      ],
      "location": "Cincinnati",
      "name": "Cincinnati",
      "nickname": "Reds",
      "latitude": 39.1031182,
      "longitude": -84.5120196,
      "slug": "mlb-cin",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "4b88dffe-8ac6-40ff-bb34-36ab8ecf1fde",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "FF6600",
      "colors": [
        "FF6600",
        "0077C8",
        "FFD100",
        "000000"
      ],
      "hashtag": "Marlins",
      "hashtags": [
        "Marlins"
      ],
      "location": "Miami",
      "name": "Miami",
      "nickname": "Marlins",
      "latitude": 25.7781319,
      "longitude": -80.2214982,
      "slug": "mlb-mia",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "9ab4bef1-ea26-456b-a018-bf2bde1f6599",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "0C2C56",
      "colors": [
        "0C2C56"
      ],
      "hashtag": "Tigers",
      "hashtags": [
        "Tigers"
      ],
      "location": "Detroit",
      "name": "Detroit",
      "nickname": "Tigers",
      "latitude": 42.3300676,
      "longitude": -83.0449362,
      "slug": "mlb-det",
      "division_id": "ca580e37-ee8b-44d3-94ac-6eb2bf35d094",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FDB827",
      "colors": [
        "FDB827",
        "000000"
      ],
      "hashtag": "Pirates",
      "hashtags": [
        "Pirates"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Pirates",
      "latitude": 40.4469874,
      "longitude": -79.9485413,
      "slug": "mlb-pit",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "CE1141",
      "colors": [
        "CE1141",
        "13274F"
      ],
      "hashtag": "Braves",
      "hashtags": [
        "Braves"
      ],
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Braves",
      "latitude": 33.7005971,
      "longitude": -84.354916,
      "slug": "mlb-atl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "333366",
      "colors": [
        "333366",
        "231F20",
        "C4CED4"
      ],
      "hashtag": "Rockies",
      "hashtags": [
        "Rockies"
      ],
      "location": "Colorado",
      "name": "Colorado",
      "nickname": "Rockies",
      "latitude": 39.7578942,
      "longitude": -104.9935598,
      "slug": "mlb-col",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "0A2351",
      "colors": [
        "0A2351",
        "B6922E"
      ],
      "hashtag": "Brewers",
      "hashtags": [
        "Brewers"
      ],
      "location": "Milwaukee",
      "name": "Milwaukee",
      "nickname": "Brewers",
      "latitude": 43.0205692,
      "longitude": -87.97012,
      "slug": "mlb-mil",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "winning_teams": [
    {
      "id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "AB0003",
      "colors": [
        "AB0003",
        "11225B"
      ],
      "hashtag": "Nats",
      "hashtags": [
        "Nats",
        "Nationals"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Nationals",
      "latitude": 38.8787421,
      "longitude": -77.0074421,
      "slug": "mlb-was",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "FF5910",
      "colors": [
        "FF5910",
        "002D72"
      ],
      "hashtag": "Mets",
      "hashtags": [
        "Mets"
      ],
      "location": "New York",
      "name": "NY Mets",
      "nickname": "Mets",
      "latitude": 40.7573032,
      "longitude": -73.8501765,
      "slug": "mlb-nym",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "0A2351",
      "colors": [
        "0A2351",
        "B6922E"
      ],
      "hashtag": "Brewers",
      "hashtags": [
        "Brewers"
      ],
      "location": "Milwaukee",
      "name": "Milwaukee",
      "nickname": "Brewers",
      "latitude": 43.0205692,
      "longitude": -87.97012,
      "slug": "mlb-mil",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "b72f4490-e444-43ec-87c6-eea8f6734dde",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-03-18T20:56:45-04:00",
      "color": null,
      "colors": [],
      "hashtag": null,
      "hashtags": [],
      "location": "American League",
      "name": "American League",
      "nickname": "All-Stars",
      "latitude": null,
      "longitude": null,
      "slug": "mlb-al",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "DF4601",
      "colors": [
        "DF4601",
        "000000"
      ],
      "hashtag": "Orioles",
      "hashtags": [
        "Orioles"
      ],
      "location": "Baltimore",
      "name": "Baltimore",
      "nickname": "Orioles",
      "latitude": 39.2828878,
      "longitude": -76.6206139,
      "slug": "mlb-bal",
      "division_id": "d4f9e9e2-18fb-4e61-8bfd-32d0e8502e09",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "05143F",
      "colors": [
        "05143F"
      ],
      "hashtag": "Padres",
      "hashtags": [
        "Padres"
      ],
      "location": "San Diego",
      "name": "San Diego",
      "nickname": "Padres",
      "latitude": 32.7075053,
      "longitude": -117.1550698,
      "slug": "mlb-sd",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "CE1141",
      "colors": [
        "CE1141",
        "13274F"
      ],
      "hashtag": "Braves",
      "hashtags": [
        "Braves"
      ],
      "location": "Atlanta",
      "name": "Atlanta",
      "nickname": "Braves",
      "latitude": 33.7005971,
      "longitude": -84.354916,
      "slug": "mlb-atl",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "CC3433",
      "colors": [
        "CC3433",
        "0E3386"
      ],
      "hashtag": "Cubs",
      "hashtags": [
        "Cubs"
      ],
      "location": "Chicago",
      "name": "Chi. Cubs",
      "nickname": "Cubs",
      "latitude": 41.8781136,
      "longitude": -87.6297982,
      "slug": "mlb-chc",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "FDB827",
      "colors": [
        "FDB827",
        "000000"
      ],
      "hashtag": "Pirates",
      "hashtags": [
        "Pirates"
      ],
      "location": "Pittsburgh",
      "name": "Pittsburgh",
      "nickname": "Pirates",
      "latitude": 40.4469874,
      "longitude": -79.9485413,
      "slug": "mlb-pit",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "26345a1d-a856-48be-a53b-262367b5437e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C41E3A",
      "colors": [
        "C41E3A",
        "000066",
        "FEDB00"
      ],
      "hashtag": "STLCards",
      "hashtags": [
        "STLCards",
        "Cardinals"
      ],
      "location": "St. Louis",
      "name": "St. Louis",
      "nickname": "Cardinals",
      "latitude": 38.6270025,
      "longitude": -90.1994042,
      "slug": "mlb-stl",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "84e287b3-8aa1-4cb5-bcce-6a0e8ba97f91",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "C6011F",
      "colors": [
        "C6011F",
        "000000"
      ],
      "hashtag": "Reds",
      "hashtags": [
        "Reds"
      ],
      "location": "Cincinnati",
      "name": "Cincinnati",
      "nickname": "Reds",
      "latitude": 39.1031182,
      "longitude": -84.5120196,
      "slug": "mlb-cin",
      "division_id": "920b37d3-9fd8-45c6-a1fb-047748240732",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    },
    {
      "id": "0220ab72-3a17-4a65-8872-72454aeb828d",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-12T19:34:14-04:00",
      "color": "333366",
      "colors": [
        "333366",
        "231F20",
        "C4CED4"
      ],
      "hashtag": "Rockies",
      "hashtags": [
        "Rockies"
      ],
      "location": "Colorado",
      "name": "Colorado",
      "nickname": "Rockies",
      "latitude": 39.7578942,
      "longitude": -104.9935598,
      "slug": "mlb-col",
      "division_id": "ca26ef7a-9025-4848-93ce-237c79aa2079",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "seasons": [
    {
      "id": "508f7fd8-a4a0-4047-a60d-3e9e7f1eebb0",
      "created_at": "2016-03-18T20:56:43-04:00",
      "updated_at": "2017-03-07T09:02:50-05:00",
      "name": "2016",
      "current_interval_type": "postseason",
      "starts_on": "2016-01-02",
      "ends_on": "2016-11-30",
      "stats_coverage": "season_stat_and_boxscore_play_by_play",
      "slug": "mlb-2016",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "venues": [
    {
      "id": "51f455a5-5315-497d-b8ad-10ea579e9f7e",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "Turner Field",
      "capacity": 49586,
      "city": "Atlanta",
      "country": "USA",
      "field_type": "grass",
      "name": "Turner Field",
      "slug": "tf",
      "state": "GA",
      "stadium_type": null,
      "time_zone": "US/Eastern",
      "latitude": 33.7005971,
      "longitude": -84.354916
    },
    {
      "id": "c0a85898-126b-43e1-b3a0-7d4299da5f19",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Busch Stadium",
      "capacity": 43975,
      "city": "St. Louis",
      "country": "USA",
      "field_type": "grass",
      "name": "Busch Stadium",
      "slug": "busch",
      "state": "MO",
      "stadium_type": null,
      "time_zone": "US/Central",
      "latitude": 38.6270025,
      "longitude": -90.1994042
    },
    {
      "id": "fc6c7cbf-3173-41ee-b58a-7e98811fa147",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2017-03-10T06:13:09-05:00",
      "abbreviation": "Citi Field",
      "capacity": 41922,
      "city": "Flushing, Queens",
      "country": "USA",
      "field_type": "grass",
      "name": "Citi Field",
      "slug": "citi",
      "state": "NY",
      "stadium_type": null,
      "time_zone": "US/Eastern",
      "latitude": 40.7573032,
      "longitude": -73.8501765
    },
    {
      "id": "6bf566ce-cc6e-43b7-9144-8801a425d77d",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "PNC Park",
      "capacity": 38362,
      "city": "Pittsburgh",
      "country": "USA",
      "field_type": "grass",
      "name": "PNC Park",
      "slug": "pnc",
      "state": "PA",
      "stadium_type": null,
      "time_zone": "US/Eastern",
      "latitude": 40.4469874,
      "longitude": -79.9485413
    },
    {
      "id": "7d2ca43c-d1cb-4e1c-acf9-1ba656f6d0be",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "Miller Park",
      "capacity": 41900,
      "city": "Milwaukee",
      "country": "USA",
      "field_type": "grass",
      "name": "Miller Park",
      "slug": "mp",
      "state": "WI",
      "stadium_type": null,
      "time_zone": "US/Central",
      "latitude": 43.0205692,
      "longitude": -87.97012
    },
    {
      "id": "ea92515e-e14b-4c8b-a2f5-65c790e61614",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "PETCO Park",
      "capacity": 42302,
      "city": "San Diego",
      "country": "USA",
      "field_type": "grass",
      "name": "PETCO Park",
      "slug": "pet",
      "state": "CA",
      "stadium_type": null,
      "time_zone": "US/Pacific",
      "latitude": 32.7075053,
      "longitude": -117.1550698
    },
    {
      "id": "a1d3f630-b58c-45c3-b48e-03925c5c9bed",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Citizens Bank Park",
      "capacity": 43651,
      "city": "Philadelphia",
      "country": "USA",
      "field_type": "grass",
      "name": "Citizens Bank Park",
      "slug": "cbb",
      "state": "PA",
      "stadium_type": null,
      "time_zone": "US/Eastern",
      "latitude": 39.9080104,
      "longitude": -75.1678599
    },
    {
      "id": "4a18fbd6-2261-4494-9fcf-bea65ffe1f92",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "Oriole Park at Camden Yards",
      "capacity": 45971,
      "city": "Baltimore",
      "country": "USA",
      "field_type": "grass",
      "name": "Oriole Park at Camden Yards",
      "slug": "op",
      "state": "MD",
      "stadium_type": null,
      "time_zone": "US/Eastern",
      "latitude": 39.2828878,
      "longitude": -76.6206139
    },
    {
      "id": "3c8118f4-2142-4d3b-9a33-018bc42c382b",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:00-04:00",
      "abbreviation": "Wrigley Field",
      "capacity": 41072,
      "city": "Chicago",
      "country": "USA",
      "field_type": "grass",
      "name": "Wrigley Field",
      "slug": "wf",
      "state": "IL",
      "stadium_type": null,
      "time_zone": "US/Central",
      "latitude": 41.8781136,
      "longitude": -87.6297982
    },
    {
      "id": "8339f35b-c30b-4f56-87b8-c4f7afb1e8e3",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Nationals Park",
      "capacity": 41418,
      "city": "Washington",
      "country": "USA",
      "field_type": "grass",
      "name": "Nationals Park",
      "slug": "np",
      "state": "DC",
      "stadium_type": null,
      "time_zone": "US/Eastern",
      "latitude": 38.8787421,
      "longitude": -77.0074421
    },
    {
      "id": "3f8eb1e0-c5d3-4c14-9b11-a38fdb57c256",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Chase Field",
      "capacity": 48633,
      "city": "Phoenix",
      "country": "USA",
      "field_type": "grass",
      "name": "Chase Field",
      "slug": "chase",
      "state": "AZ",
      "stadium_type": null,
      "time_zone": "US/Arizona",
      "latitude": 33.4463502,
      "longitude": -112.0746942
    },
    {
      "id": "4c2372c9-3ea0-4422-8022-c1cc0156faf3",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Kauffman Stadium",
      "capacity": 37903,
      "city": "Kansas City",
      "country": "USA",
      "field_type": "grass",
      "name": "Kauffman Stadium",
      "slug": "ks",
      "state": "MO",
      "stadium_type": null,
      "time_zone": "US/Central",
      "latitude": 39.0997265,
      "longitude": -94.5785667
    },
    {
      "id": "a2f2df84-ef09-4094-960c-e5d69e8f4fb6",
      "created_at": "2016-03-18T20:56:44-04:00",
      "updated_at": "2016-07-13T06:37:01-04:00",
      "abbreviation": "Coors Field",
      "capacity": 50398,
      "city": "Denver",
      "country": "USA",
      "field_type": "grass",
      "name": "Coors Field",
      "slug": "cf",
      "state": "CO",
      "stadium_type": null,
      "time_zone": "US/Mountain",
      "latitude": 39.7578942,
      "longitude": -104.9935598
    }
  ],
  "officials": [
    {
      "id": "4099d4e0-b346-410c-8393-c18a7a9a64ed",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-27T04:28:04-05:00",
      "first_name": "Tom",
      "last_name": "Hallion",
      "name": "Tom Hallion",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "20"
    },
    {
      "id": "00099750-4a8a-4d7c-927a-e31933f74b21",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-12T13:05:17-04:00",
      "first_name": "Phil",
      "last_name": "Cuzzi",
      "name": "Phil Cuzzi",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "10"
    },
    {
      "id": "679a635f-a48c-46d2-91dd-3745a01ddf34",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-27T19:40:27-05:00",
      "first_name": "Dan",
      "last_name": "Bellino",
      "name": "Dan Bellino",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "2"
    },
    {
      "id": "49dcb375-faf1-4dde-9d7b-55ce08c4263b",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-19T16:12:57-04:00",
      "first_name": "Adam",
      "last_name": "Hamari",
      "name": "Adam Hamari",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "78"
    },
    {
      "id": "93aa330a-dea1-4f11-954f-b91426d1a4fd",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2016-07-03T13:04:00-04:00",
      "first_name": "Lazaro",
      "last_name": "Diaz",
      "name": "Lazaro Diaz",
      "role": "Third Base",
      "role_label": "3rd",
      "uniform_number": "63"
    },
    {
      "id": "a2a8e6e7-83f8-42b2-8cbc-a8cf98cd2181",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-08T15:05:28-05:00",
      "first_name": "Ben",
      "last_name": "May",
      "name": "Ben May",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "97"
    },
    {
      "id": "f88a2e6b-4779-4d03-8fb8-763cded66a1d",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-02T18:53:16-05:00",
      "first_name": "Jeff",
      "last_name": "Nelson",
      "name": "Jeff Nelson",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "45"
    },
    {
      "id": "6bcffcbb-b534-4299-b2ea-04c3f7313692",
      "created_at": "2016-07-13T06:04:24-04:00",
      "updated_at": "2017-03-17T13:05:22-04:00",
      "first_name": "Laz",
      "last_name": "Diaz",
      "name": "Laz Diaz",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": null
    },
    {
      "id": "9df08f9b-37ad-467e-9ec4-ec38491f382f",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-19T16:05:32-04:00",
      "first_name": "Doug",
      "last_name": "Eddings",
      "name": "Doug Eddings",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "88"
    },
    {
      "id": "109ad720-9190-43d2-a0f5-4e5cc943d5ab",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-19T13:05:39-04:00",
      "first_name": "Marvin",
      "last_name": "Hudson",
      "name": "Marvin Hudson",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "51"
    },
    {
      "id": "21bd504e-dccc-4315-8b87-d33b10fbb942",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:27:46-05:00",
      "first_name": "Jim",
      "last_name": "Joyce",
      "name": "Jim Joyce",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "66"
    },
    {
      "id": "51252c1a-4f3e-46e5-b4b8-0e2c725fe1ea",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-21T14:58:32-04:00",
      "first_name": "Chad",
      "last_name": "Fairchild",
      "name": "Chad Fairchild",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "75"
    },
    {
      "id": "54186c93-b4ea-46e6-97ae-08f63dc12351",
      "created_at": "2016-04-03T02:35:25-04:00",
      "updated_at": "2017-03-04T15:10:28-05:00",
      "first_name": "Toby",
      "last_name": "Basner",
      "name": "Toby Basner",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "99"
    },
    {
      "id": "0b63d8f8-c8c5-4d23-a4a1-438c5f4f7398",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-18T14:20:07-04:00",
      "first_name": "Tim",
      "last_name": "Timmons",
      "name": "Tim Timmons",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "95"
    },
    {
      "id": "6713d640-7eb3-4e28-a6d1-a0da7e1eb8a5",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-03T19:28:16-05:00",
      "first_name": "Jordan",
      "last_name": "Baker",
      "name": "Jordan Baker",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "71"
    },
    {
      "id": "c5eb5fae-6f41-48f8-bb63-880076b11ada",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-19T16:12:57-04:00",
      "first_name": "Mike",
      "last_name": "Everitt",
      "name": "Mike Everitt",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "57"
    },
    {
      "id": "00b21af9-3e2b-45ed-b01c-37102d1c2af3",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-17T13:05:22-04:00",
      "first_name": "Mark",
      "last_name": "Wegner",
      "name": "Mark Wegner",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "47"
    },
    {
      "id": "fac1433e-dd61-4359-98ed-bbce7df40398",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-15T16:05:27-04:00",
      "first_name": "Dana",
      "last_name": "DeMuth",
      "name": "Dana DeMuth",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "32"
    },
    {
      "id": "37aa1b93-dbd9-42c1-bc8f-b76aaa3c1a4e",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-04T15:10:28-05:00",
      "first_name": "Ed",
      "last_name": "Hickox",
      "name": "Ed Hickox",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "64"
    },
    {
      "id": "26f8651f-a863-40f4-bbdb-fbdc2fc7ca41",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:27:47-05:00",
      "first_name": "Mike",
      "last_name": "Estabrook",
      "name": "Mike Estabrook",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "83"
    },
    {
      "id": "514ddac0-3d9a-4888-9565-a54d378bb00b",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-13T13:05:10-04:00",
      "first_name": "Greg",
      "last_name": "Gibson",
      "name": "Greg Gibson",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "53"
    },
    {
      "id": "6ee033b9-b1dd-4d84-8e81-4c24b03f8986",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-01T19:24:49-05:00",
      "first_name": "Gerry",
      "last_name": "Davis",
      "name": "Gerry Davis",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "12"
    },
    {
      "id": "5a725a53-630a-4d74-aee6-8e791cd28bf8",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-01T19:24:48-05:00",
      "first_name": "Brian",
      "last_name": "Knight",
      "name": "Brian Knight",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "91"
    },
    {
      "id": "22b6711b-8759-4dfd-bf2d-0068e2e95c6f",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-02-27T04:28:07-05:00",
      "first_name": "Carlos",
      "last_name": "Torres",
      "name": "Carlos Torres",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "37"
    },
    {
      "id": "e5ac4e68-4b3c-483c-8e7a-93a4902d2623",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-19T13:05:39-04:00",
      "first_name": "Sam",
      "last_name": "Holbrook",
      "name": "Sam Holbrook",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "34"
    },
    {
      "id": "0ba1bd44-fe77-43c3-8a9a-06e62d4c61c9",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-02T18:53:16-05:00",
      "first_name": "Kerwin",
      "last_name": "Danley",
      "name": "Kerwin Danley",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "44"
    },
    {
      "id": "8b22bf03-39c9-4b5a-923e-992fd48f2d3e",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-10T15:10:27-05:00",
      "first_name": "Adrian",
      "last_name": "Johnson",
      "name": "Adrian Johnson",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "80"
    },
    {
      "id": "e01323cd-95d7-4dd3-8e47-4de3239273d6",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-05T13:23:20-05:00",
      "first_name": "Bill",
      "last_name": "Welke",
      "name": "Bill Welke",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "52"
    },
    {
      "id": "511d6c57-3987-4aca-bb11-7476f970dc03",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-27T04:28:02-05:00",
      "first_name": "Marty",
      "last_name": "Foster",
      "name": "Marty Foster",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "60"
    },
    {
      "id": "8f399cb8-c317-463a-9979-0186a677708a",
      "created_at": "2016-04-03T02:35:24-04:00",
      "updated_at": "2017-03-14T16:05:03-04:00",
      "first_name": "Mike",
      "last_name": "Winters",
      "name": "Mike Winters",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "33"
    },
    {
      "id": "743bbe0e-c908-4b73-af15-627d37514726",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-18T16:16:09-04:00",
      "first_name": "Mark",
      "last_name": "Carlson",
      "name": "Mark Carlson",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "48"
    },
    {
      "id": "54256192-017c-49cc-a494-3aec02ca2e1e",
      "created_at": "2016-04-03T02:35:24-04:00",
      "updated_at": "2017-03-12T13:05:17-04:00",
      "first_name": "Clint",
      "last_name": "Fagan",
      "name": "Clint Fagan",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "82"
    },
    {
      "id": "0a824d64-e565-40ab-81b2-7dd50155da19",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:28:20-05:00",
      "first_name": "Quinn",
      "last_name": "Wolcott",
      "name": "Quinn Wolcott",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "81"
    },
    {
      "id": "d9434349-37c3-47fb-bf21-07d90f353d91",
      "created_at": "2016-04-03T02:35:27-04:00",
      "updated_at": "2017-03-17T16:05:13-04:00",
      "first_name": "Brian",
      "last_name": "Gorman",
      "name": "Brian Gorman",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "9"
    },
    {
      "id": "8abeb74d-6e55-40d7-953f-76ce9244e1d9",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-27T04:28:25-05:00",
      "first_name": "Will",
      "last_name": "Little",
      "name": "Will Little",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "93"
    },
    {
      "id": "095e4a15-9a70-4382-b564-5a46c3c73b1f",
      "created_at": "2016-04-03T02:35:24-04:00",
      "updated_at": "2017-03-16T13:05:37-04:00",
      "first_name": "Lance",
      "last_name": "Barksdale",
      "name": "Lance Barksdale",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "23"
    },
    {
      "id": "3fe24b54-49d3-4c2f-af53-1145aea02858",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:28:25-05:00",
      "first_name": "Ted",
      "last_name": "Barrett",
      "name": "Ted Barrett",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "65"
    },
    {
      "id": "56ccf33a-3e94-44fb-85df-ce7adcd1b284",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-16T13:05:38-04:00",
      "first_name": "Angel",
      "last_name": "Hernandez",
      "name": "Angel Hernandez",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "55"
    },
    {
      "id": "bf13f606-2a12-4847-8b79-d96188ef420c",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-01T19:24:41-05:00",
      "first_name": "Andy",
      "last_name": "Fletcher",
      "name": "Andy Fletcher",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "49"
    },
    {
      "id": "1552a402-90c9-467c-a2e4-3366460d6d3c",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-08T21:12:02-05:00",
      "first_name": "Mark",
      "last_name": "Ripperger",
      "name": "Mark Ripperger",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "90"
    },
    {
      "id": "0556efeb-3bf2-4532-993f-cc8e7ee54a44",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-17T13:05:22-04:00",
      "first_name": "Joe",
      "last_name": "West",
      "name": "Joe West",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "22"
    },
    {
      "id": "f2f699d3-1dd5-46cd-9ca1-5b02ef9b4cb0",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2016-07-03T13:03:51-04:00",
      "first_name": "Victor",
      "last_name": "Carapazza",
      "name": "Victor Carapazza",
      "role": "Second Base",
      "role_label": "2nd",
      "uniform_number": "19"
    },
    {
      "id": "a31c86c7-0192-429b-b489-4679e67f084a",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-14T13:05:10-04:00",
      "first_name": "D.J.",
      "last_name": "Reyburn",
      "name": "D.J. Reyburn",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "70"
    },
    {
      "id": "042430de-a523-49f4-a324-99a2fa30ccb4",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:28:08-05:00",
      "first_name": "John",
      "last_name": "Hirschbeck",
      "name": "John Hirschbeck",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "17"
    },
    {
      "id": "a1025612-22f5-40bf-a610-8d8ff6aa791e",
      "created_at": "2016-07-12T19:46:10-04:00",
      "updated_at": "2017-02-27T04:28:28-05:00",
      "first_name": "Vic",
      "last_name": "Carapazza",
      "name": "Vic Carapazza",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": null
    },
    {
      "id": "b7ac4c44-21cc-4663-82d0-7176dae989ae",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-22T13:05:12-04:00",
      "first_name": "James",
      "last_name": "Hoye",
      "name": "James Hoye",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "92"
    },
    {
      "id": "f48a80c7-9ddc-4ce2-bd32-0524e00fe885",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-18T16:16:09-04:00",
      "first_name": "Rob",
      "last_name": "Drake",
      "name": "Rob Drake",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "82"
    },
    {
      "id": "cd9df486-7149-4289-9011-e7fa614b84c7",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-20T12:45:04-04:00",
      "first_name": "CB",
      "last_name": "Bucknor",
      "name": "CB Bucknor",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "54"
    },
    {
      "id": "856dfb44-3e80-46ad-bf2d-f8b0d13fba29",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-27T04:28:15-05:00",
      "first_name": "Hunter",
      "last_name": "Wendelstedt",
      "name": "Hunter Wendelstedt",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "21"
    },
    {
      "id": "ac95f4c5-143b-446f-bc95-d79fb6a4d7fb",
      "created_at": "2016-04-03T02:35:25-04:00",
      "updated_at": "2017-03-17T13:05:22-04:00",
      "first_name": "Jerry",
      "last_name": "Layne",
      "name": "Jerry Layne",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "24"
    },
    {
      "id": "d9ac979a-4ed8-4462-946d-7592ae081d51",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:26:46-05:00",
      "first_name": "Scott",
      "last_name": "Barry",
      "name": "Scott Barry",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "87"
    },
    {
      "id": "a2b05332-6ce0-4ad9-aeeb-a5eb1244fb8c",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-10T13:05:41-05:00",
      "first_name": "Eric",
      "last_name": "Cooper",
      "name": "Eric Cooper",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "56"
    },
    {
      "id": "54b338e5-4f09-4701-9ef0-17a1f00d97da",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-09T13:05:10-05:00",
      "first_name": "Gary",
      "last_name": "Cederstrom",
      "name": "Gary Cederstrom",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "38"
    },
    {
      "id": "dee7f4e0-1977-4750-977b-1b5b4bbbf1fe",
      "created_at": "2016-04-03T02:35:27-04:00",
      "updated_at": "2017-03-16T16:05:31-04:00",
      "first_name": "Ramon",
      "last_name": "De Jesus",
      "name": "Ramon De Jesus",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "18"
    },
    {
      "id": "e71469eb-f250-454a-8e09-3172e028f013",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-18T14:20:07-04:00",
      "first_name": "Brian",
      "last_name": "O'Nora",
      "name": "Brian O'Nora",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "7"
    },
    {
      "id": "0915151d-bb03-4fd9-bcf4-3c4d498119ba",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-04T12:45:03-05:00",
      "first_name": "Jeff",
      "last_name": "Kellogg",
      "name": "Jeff Kellogg",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "8"
    },
    {
      "id": "99047693-b449-42d8-bc99-7cffc3ef0fb8",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-16T16:05:31-04:00",
      "first_name": "John",
      "last_name": "Tumpane",
      "name": "John Tumpane",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "74"
    },
    {
      "id": "54f9a50b-ed79-4ceb-9aef-e3d515f3ff13",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-21T16:05:05-04:00",
      "first_name": "Alan",
      "last_name": "Porter",
      "name": "Alan Porter",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "64"
    },
    {
      "id": "1c7e5381-254b-48c1-b5ac-d6b8a54ef8c1",
      "created_at": "2016-04-03T02:35:24-04:00",
      "updated_at": "2017-03-02T18:53:16-05:00",
      "first_name": "Todd",
      "last_name": "Tichenor",
      "name": "Todd Tichenor",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "97"
    },
    {
      "id": "d96c07f0-f617-4137-8cf4-d4e24bf390bc",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-15T17:08:33-04:00",
      "first_name": "Bill",
      "last_name": "Miller",
      "name": "Bill Miller",
      "role": "3B",
      "role_label": "Third Base",
      "uniform_number": "26"
    },
    {
      "id": "da7cd35d-a453-4796-bb7b-a0ec3248433f",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-19T16:12:58-04:00",
      "first_name": "Pat",
      "last_name": "Hoberg",
      "name": "Pat Hoberg",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "31"
    },
    {
      "id": "ea44a346-7791-4f4e-9a72-e353e6f1c224",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:28:08-05:00",
      "first_name": "Chris",
      "last_name": "Conroy",
      "name": "Chris Conroy",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "98"
    },
    {
      "id": "e3ad4293-d5d2-4312-b0a0-7f3facce987d",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-03-12T16:10:09-04:00",
      "first_name": "Ron",
      "last_name": "Kulpa",
      "name": "Ron Kulpa",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "46"
    },
    {
      "id": "f132d483-29be-4fc4-9363-4ddb3e45a2da",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-03-20T12:45:04-04:00",
      "first_name": "Paul",
      "last_name": "Nauert",
      "name": "Paul Nauert",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "96"
    },
    {
      "id": "914ca1f9-c608-4a4a-862b-07919bb7b9e6",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-09T13:05:10-05:00",
      "first_name": "Jerry",
      "last_name": "Meals",
      "name": "Jerry Meals",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "41"
    },
    {
      "id": "6271c1b6-9424-4f56-8daa-615ccd4f212f",
      "created_at": "2016-04-03T02:35:21-04:00",
      "updated_at": "2017-02-27T04:28:13-05:00",
      "first_name": "Alfonso",
      "last_name": "Marquez",
      "name": "Alfonso Marquez",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": "72"
    },
    {
      "id": "790d295c-33c4-43d2-8a42-44cef75d802c",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2016-07-04T20:22:46-04:00",
      "first_name": "David",
      "last_name": "Rackley",
      "name": "David Rackley",
      "role": "First Base",
      "role_label": "1st",
      "uniform_number": "86"
    },
    {
      "id": "cb592037-47be-4529-a854-a527e6824281",
      "created_at": "2016-07-12T19:43:35-04:00",
      "updated_at": "2017-02-27T04:28:13-05:00",
      "first_name": "Dave",
      "last_name": "Rackley",
      "name": "Dave Rackley",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": null
    },
    {
      "id": "85f3966c-82a3-4011-b0c7-999e7083450f",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2017-02-27T04:28:13-05:00",
      "first_name": "Larry",
      "last_name": "Vanover",
      "name": "Larry Vanover",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "27"
    },
    {
      "id": "8d5e63cc-f6be-40b5-bf5b-5bd251147fa1",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-18T16:16:09-04:00",
      "first_name": "Chris",
      "last_name": "Guccione",
      "name": "Chris Guccione",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "68"
    },
    {
      "id": "a5c2d0e5-6cdc-489d-b414-470365663a82",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-16T16:05:31-04:00",
      "first_name": "Lance",
      "last_name": "Barrett",
      "name": "Lance Barrett",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "94"
    },
    {
      "id": "2ac2416a-efd8-4fa7-aeb2-4e69971aa5b5",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-27T04:28:28-05:00",
      "first_name": "Dan",
      "last_name": "Iassogna",
      "name": "Dan Iassogna",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "58"
    },
    {
      "id": "bd05ba79-0836-4951-9921-94cd6b95bb35",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-02T18:53:16-05:00",
      "first_name": "Dale",
      "last_name": "Scott",
      "name": "Dale Scott",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "5"
    },
    {
      "id": "00c31a1d-d988-448a-a7f6-ce7f0d103720",
      "created_at": "2016-04-03T02:35:24-04:00",
      "updated_at": "2017-02-27T04:28:28-05:00",
      "first_name": "Bob",
      "last_name": "Davidson",
      "name": "Bob Davidson",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "61"
    },
    {
      "id": "d1d3cc19-fb3f-479b-bc85-ed00405b6a9f",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-08T15:05:28-05:00",
      "first_name": "Mike",
      "last_name": "Muchlinski",
      "name": "Mike Muchlinski",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "76"
    },
    {
      "id": "ee0e5350-bc15-4b0f-80f2-79e793f18d68",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-03-10T13:05:41-05:00",
      "first_name": "Nic",
      "last_name": "Lentz",
      "name": "Nic Lentz",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "59"
    },
    {
      "id": "f5e3185f-6cc0-4c78-875e-63d7ab44989c",
      "created_at": "2016-04-03T02:35:22-04:00",
      "updated_at": "2017-02-27T04:27:37-05:00",
      "first_name": "Cory",
      "last_name": "Blaser",
      "name": "Cory Blaser",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "89"
    },
    {
      "id": "2f592778-41f8-4f2a-a084-22a6e6340aad",
      "created_at": "2016-04-03T02:35:23-04:00",
      "updated_at": "2016-07-04T13:56:16-04:00",
      "first_name": "Manny ",
      "last_name": "Gonzalez",
      "name": "Manny  Gonzalez",
      "role": "Homeplate",
      "role_label": "Home",
      "uniform_number": "79"
    },
    {
      "id": "1edfa778-cbf5-4588-8cd4-eecdb5155628",
      "created_at": "2016-04-03T02:35:24-04:00",
      "updated_at": "2017-03-11T13:22:07-05:00",
      "first_name": "Fieldin",
      "last_name": "Culbreth",
      "name": "Fieldin Culbreth",
      "role": "1B",
      "role_label": "First Base",
      "uniform_number": "25"
    },
    {
      "id": "4713fbb0-f3a6-4e22-9660-17f5034da466",
      "created_at": "2016-07-12T19:43:47-04:00",
      "updated_at": "2017-02-27T04:27:21-05:00",
      "first_name": "Manny",
      "last_name": "Gonzalez",
      "name": "Manny Gonzalez",
      "role": "2B",
      "role_label": "Second Base",
      "uniform_number": null
    },
    {
      "id": "d910220c-f4ff-4d31-b488-95c4fd48276f",
      "created_at": "2016-04-03T02:35:25-04:00",
      "updated_at": "2017-03-08T15:05:28-05:00",
      "first_name": "Jim",
      "last_name": "Reynolds",
      "name": "Jim Reynolds",
      "role": "HP",
      "role_label": "Home",
      "uniform_number": "77"
    }
  ],
  "hitters": [
    {
      "id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "created_at": "2016-03-18T21:10:01-04:00",
      "updated_at": "2017-03-22T17:19:22-04:00",
      "active": true,
      "bats": "bats_left",
      "birth_date": "1992-10-16",
      "captain": null,
      "city": "Las Vegas",
      "country": "USA",
      "draft_overall_pick": 1,
      "draft_round": 1,
      "draft_season": "2010",
      "draft_team_name": null,
      "first_name": "Bryce",
      "handedness": "right",
      "height": 75,
      "high_school": "Las Vegas, NV",
      "humanized_salary": "5,000,000",
      "last_name": "Harper",
      "mlbam_id": 547180,
      "name": "Bryce Harper",
      "nickname": "Bryce",
      "position_abbreviation": "RF",
      "position_name": "Right Outfield",
      "pro_debut": "2012-04-28",
      "salary": 5000000,
      "salary_currency": "USD",
      "school": "College of Southern Nevada JC",
      "slug": "mlb-bryce-harper",
      "sport": "baseball",
      "state": "NV",
      "uniform_number": "34",
      "unit_of_height": "inches",
      "unit_of_weight": "pounds",
      "weight": 215,
      "years_of_experience": 3,
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f",
      "playing_position_id": "77303dac-3e19-4c49-802c-eef8719d26cf",
      "team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    }
  ],
  "hitter_teams": [
    {
      "id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71",
      "created_at": "2016-03-18T20:56:45-04:00",
      "updated_at": "2016-07-12T19:34:15-04:00",
      "color": "AB0003",
      "colors": [
        "AB0003",
        "11225B"
      ],
      "hashtag": "Nats",
      "hashtags": [
        "Nats",
        "Nationals"
      ],
      "location": "Washington",
      "name": "Washington",
      "nickname": "Nationals",
      "latitude": 38.8787421,
      "longitude": -77.0074421,
      "slug": "mlb-was",
      "division_id": "cbf6f7d2-4f6f-4fe9-b838-cf35bf9385b2",
      "league_id": "cb399a17-e581-4f1a-9535-ea3bcb09fa1f"
    }
  ],
  "baseball_pitches": [
    {
      "id": "d8e3d3be-6e5d-4a35-bcb6-c623e115638d",
      "created_at": "2016-08-19T19:40:42-04:00",
      "updated_at": "2016-08-19T19:40:42-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "4bb77a3e-708a-4fe4-a8ac-b4d8c2b9f127",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 5,
      "pitch_name": "Curveball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 71.0,
      "pitch_type": "CU",
      "pitch_zone": "3",
      "pitched_at": "2016-08-19T19:39:04-04:00",
      "sequence": 1,
      "game_id": "f0a48b1e-9cdb-4894-b30a-e6514287004b",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4a1384f8-5489-4638-8480-061465508071",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "1814321b-1e24-49da-877e-ca5694db13a4",
      "created_at": "2016-08-19T19:40:42-04:00",
      "updated_at": "2016-08-19T19:40:42-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "545eab51-876e-44bc-a41a-0afc7ea181cc",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 6,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 90.0,
      "pitch_type": "FA",
      "pitch_zone": "10",
      "pitched_at": "2016-08-19T19:39:34-04:00",
      "sequence": 1,
      "game_id": "f0a48b1e-9cdb-4894-b30a-e6514287004b",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4a1384f8-5489-4638-8480-061465508071",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d03d4b48-8155-49d8-b6e9-12323b5cce09",
      "created_at": "2016-08-19T19:40:42-04:00",
      "updated_at": "2016-08-19T19:40:42-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 2,
      "event_id": "d435ad7d-78d7-43ed-ad57-4b608346b877",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 7,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 90.0,
      "pitch_type": "FA",
      "pitch_zone": "10",
      "pitched_at": "2016-08-19T19:40:04-04:00",
      "sequence": 1,
      "game_id": "f0a48b1e-9cdb-4894-b30a-e6514287004b",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4a1384f8-5489-4638-8480-061465508071",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "eb9017d2-bc41-44cc-b82d-5927419e10d3",
      "created_at": "2016-08-19T19:44:02-04:00",
      "updated_at": "2016-08-19T19:44:02-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 2,
      "event_id": "ab6b75e5-7110-4fc0-9c56-c0b1f825f199",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 8,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "13",
      "pitched_at": "2016-08-19T19:40:41-04:00",
      "sequence": 1,
      "game_id": "f0a48b1e-9cdb-4894-b30a-e6514287004b",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4a1384f8-5489-4638-8480-061465508071",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "7241e4a7-98d9-4f84-a485-c15b58d8b67a",
      "created_at": "2016-08-19T19:44:02-04:00",
      "updated_at": "2016-08-19T19:44:02-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 5,
      "at_bat_strikes": 2,
      "event_id": "47ffcbfd-7091-4798-854e-a457fecc58fe",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "20",
      "hit_type": "GB",
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Slider",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 80.0,
      "pitch_type": "SL",
      "pitch_zone": "4",
      "pitched_at": "2016-08-19T19:41:15-04:00",
      "sequence": 1,
      "game_id": "f0a48b1e-9cdb-4894-b30a-e6514287004b",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4a1384f8-5489-4638-8480-061465508071",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "b4ee1b42-b7b2-4c28-bdd6-aa12f3aac18e",
      "created_at": "2016-07-15T16:28:25-04:00",
      "updated_at": "2016-07-15T16:28:25-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "d7fa038a-0cef-48bf-a481-8218c7fcc05a",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 8,
      "pitch_name": "Sinker",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 92.0,
      "pitch_type": "SI",
      "pitch_zone": "11",
      "pitched_at": "2016-04-29T20:17:56-04:00",
      "sequence": 1,
      "game_id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "e53d9970-1c9c-45fd-9c09-b7e4ea971c4b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "6221bb08-21dc-4b43-9346-d846f5b89fef",
      "created_at": "2016-07-15T16:28:25-04:00",
      "updated_at": "2016-07-15T16:28:25-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 2,
      "event_id": "2aeb24f0-553f-4900-9135-34dfe369dd55",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Cutter",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 90.0,
      "pitch_type": "CT",
      "pitch_zone": "4",
      "pitched_at": "2016-04-29T20:18:15-04:00",
      "sequence": 1,
      "game_id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "e53d9970-1c9c-45fd-9c09-b7e4ea971c4b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "30f642e8-1015-4478-8e00-abda7cef5654",
      "created_at": "2016-07-15T16:28:25-04:00",
      "updated_at": "2016-07-15T16:28:25-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 2,
      "event_id": "747db091-bcfc-4078-9b95-d5c6f0e3932e",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Sinker",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 90.0,
      "pitch_type": "SI",
      "pitch_zone": "13",
      "pitched_at": "2016-04-29T20:18:37-04:00",
      "sequence": 1,
      "game_id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "e53d9970-1c9c-45fd-9c09-b7e4ea971c4b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "a20988e2-9bc3-4cd2-a80e-8b5e9d8e7675",
      "created_at": "2016-07-15T16:28:25-04:00",
      "updated_at": "2016-07-15T16:28:25-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 2,
      "event_id": "7ca48670-0c2f-41a5-9e6e-01e07bc251f6",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Changeup",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 85.0,
      "pitch_type": "CH",
      "pitch_zone": "12",
      "pitched_at": "2016-04-29T20:19:05-04:00",
      "sequence": 1,
      "game_id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "e53d9970-1c9c-45fd-9c09-b7e4ea971c4b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "aca22f22-4a93-4456-9071-57a9f89964a6",
      "created_at": "2016-07-15T16:28:25-04:00",
      "updated_at": "2016-07-15T16:28:25-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 5,
      "at_bat_strikes": 2,
      "event_id": "2a0dcafb-776e-4ab6-b50b-b348bb5e13b1",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Sinker",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 91.0,
      "pitch_type": "SI",
      "pitch_zone": "9",
      "pitched_at": "2016-04-29T20:19:23-04:00",
      "sequence": 1,
      "game_id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "e53d9970-1c9c-45fd-9c09-b7e4ea971c4b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "dd682450-f714-4f6d-a30b-cb80c7233a10",
      "created_at": "2016-07-15T16:28:25-04:00",
      "updated_at": "2016-07-15T16:28:25-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 6,
      "at_bat_strikes": 2,
      "event_id": "c3bed0f4-0726-4500-ba94-6353911e75c6",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 13,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-04-29T20:19:47-04:00",
      "sequence": 1,
      "game_id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "e53d9970-1c9c-45fd-9c09-b7e4ea971c4b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "c92bde73-d462-4be3-be3e-35fb6d503fa1",
      "created_at": "2016-07-15T16:28:25-04:00",
      "updated_at": "2016-07-15T16:28:25-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 7,
      "at_bat_strikes": 2,
      "event_id": "f6432b22-a9b9-48d0-acc1-6b0399cf29a4",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "22",
      "hit_type": "GB",
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 14,
      "pitch_name": "Changeup",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 86.0,
      "pitch_type": "CH",
      "pitch_zone": "8",
      "pitched_at": "2016-04-29T20:20:10-04:00",
      "sequence": 1,
      "game_id": "eb433fe1-b74a-4b22-8289-e153f3b1af2f",
      "team_id": "26345a1d-a856-48be-a53b-262367b5437e",
      "pitcher_id": "e53d9970-1c9c-45fd-9c09-b7e4ea971c4b",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "a69d25fa-170b-44e5-877e-8dc12cec3e72",
      "created_at": "2016-07-15T15:24:39-04:00",
      "updated_at": "2016-07-15T15:24:39-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "111ea9b8-08a5-4cc0-bed8-b1007adffb08",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "0-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": true,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 86.0,
      "pitch_type": "FA",
      "pitch_zone": "6",
      "pitched_at": "2016-07-07T19:15:42-04:00",
      "sequence": 1,
      "game_id": "40058c55-e56d-43ee-a2da-4f5f9a7ba5a1",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "80906ddf-c1af-410d-9532-3c3aa8e8e9ac",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "39cca45f-3347-4b3f-bfb1-d276a7174be8",
      "created_at": "2016-09-25T13:46:45-04:00",
      "updated_at": "2016-09-25T13:48:56-04:00",
      "at_bat_balls": 3,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 5,
      "at_bat_strikes": 1,
      "event_id": "8a9b4ebf-bd22-406c-889d-239249b2b1bb",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "3-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 15,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-09-25T13:46:31-04:00",
      "sequence": 1,
      "game_id": "df6ff012-6984-4f29-a500-df8e0131b61f",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "52ffed02-e42b-49c7-8ef3-08d31a2da46a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "3e1d59dd-42fb-4300-968e-d5f8d2a6ba79",
      "created_at": "2016-09-25T13:44:33-04:00",
      "updated_at": "2016-09-25T13:44:33-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "2d24e5f2-67ce-4ad9-b25f-f329b4202d7b",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Curveball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 78.0,
      "pitch_type": "CU",
      "pitch_zone": "13",
      "pitched_at": "2016-09-25T13:43:29-04:00",
      "sequence": 1,
      "game_id": "df6ff012-6984-4f29-a500-df8e0131b61f",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "52ffed02-e42b-49c7-8ef3-08d31a2da46a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "41116211-76eb-4bef-b5b6-bbc63c44cf04",
      "created_at": "2016-09-25T13:44:33-04:00",
      "updated_at": "2016-09-25T13:44:33-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 0,
      "event_id": "02145ae0-cbb9-42eb-ad37-0ca9d9f11c55",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 95.0,
      "pitch_type": "FA",
      "pitch_zone": "13",
      "pitched_at": "2016-09-25T13:44:02-04:00",
      "sequence": 1,
      "game_id": "df6ff012-6984-4f29-a500-df8e0131b61f",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "52ffed02-e42b-49c7-8ef3-08d31a2da46a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "bea4b956-4152-4bf1-a5af-a7bf575715c3",
      "created_at": "2016-09-25T13:46:45-04:00",
      "updated_at": "2016-09-25T13:46:45-04:00",
      "at_bat_balls": 3,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 0,
      "event_id": "1e09e151-4d97-476b-b357-ad3652a7ddb6",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "3-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 13,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-09-25T13:45:04-04:00",
      "sequence": 1,
      "game_id": "df6ff012-6984-4f29-a500-df8e0131b61f",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "52ffed02-e42b-49c7-8ef3-08d31a2da46a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "7d602b28-d165-459f-917c-4be95375c62e",
      "created_at": "2016-09-25T13:46:45-04:00",
      "updated_at": "2016-09-25T13:46:45-04:00",
      "at_bat_balls": 3,
      "at_bat_outs": 0,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 1,
      "event_id": "01839887-5f3f-4e63-ab23-897bb3ea86fa",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "3-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 14,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "9",
      "pitched_at": "2016-09-25T13:45:40-04:00",
      "sequence": 1,
      "game_id": "df6ff012-6984-4f29-a500-df8e0131b61f",
      "team_id": "0644a90f-96ca-4d20-b83a-a6008462f89c",
      "pitcher_id": "52ffed02-e42b-49c7-8ef3-08d31a2da46a",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "e9f60eaf-b4ae-4b58-9daf-d8a3d6be1b30",
      "created_at": "2016-07-15T15:43:50-04:00",
      "updated_at": "2016-07-15T15:43:50-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "01ee52c2-b856-4f73-accb-9839d815b387",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 7,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 94.0,
      "pitch_type": "FA",
      "pitch_zone": "13",
      "pitched_at": "2016-06-25T16:13:52-04:00",
      "sequence": 1,
      "game_id": "741fbfec-a586-43a0-8779-638bf2a94f47",
      "team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "pitcher_id": "97674af9-92b6-4038-bae4-ceff9bf654bb",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "ae6cde7b-70fe-4ea4-8fa9-0083533c6396",
      "created_at": "2016-07-15T15:43:50-04:00",
      "updated_at": "2016-07-15T15:43:50-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 0,
      "event_id": "ad222483-d594-4336-9c7f-014041500e8f",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 8,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "4",
      "pitched_at": "2016-06-25T16:14:13-04:00",
      "sequence": 1,
      "game_id": "741fbfec-a586-43a0-8779-638bf2a94f47",
      "team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "pitcher_id": "97674af9-92b6-4038-bae4-ceff9bf654bb",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "a9eff134-d2c0-4d1e-99a1-53a9d9e60029",
      "created_at": "2016-08-20T19:21:14-04:00",
      "updated_at": "2016-08-20T19:21:14-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "19923eca-a2fd-49b2-86b2-9ea24e448bcb",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 17,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-08-20T19:17:26-04:00",
      "sequence": 1,
      "game_id": "2400a955-a21e-4a93-b2bc-e68e1e3977c3",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "c6b5fd33-94a9-422e-aa45-0134187de7ac",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "564837a5-3c28-4565-890f-e6a804b0169f",
      "created_at": "2016-08-20T19:21:14-04:00",
      "updated_at": "2016-08-20T19:21:14-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "77acab02-f412-4fd2-86d2-d32003202b0f",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 18,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "6",
      "pitched_at": "2016-08-20T19:17:49-04:00",
      "sequence": 1,
      "game_id": "2400a955-a21e-4a93-b2bc-e68e1e3977c3",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "c6b5fd33-94a9-422e-aa45-0134187de7ac",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "efcfe578-19de-4132-bf13-2941461f039e",
      "created_at": "2016-08-20T19:21:14-04:00",
      "updated_at": "2016-08-20T19:21:14-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "0e527aa4-95a5-4ab1-83c6-77272f40f0a7",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 19,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "12",
      "pitched_at": "2016-08-20T19:18:19-04:00",
      "sequence": 1,
      "game_id": "2400a955-a21e-4a93-b2bc-e68e1e3977c3",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "c6b5fd33-94a9-422e-aa45-0134187de7ac",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "c9ca9180-dc3e-4223-bcd6-533279e351b0",
      "created_at": "2016-07-15T15:19:11-04:00",
      "updated_at": "2016-07-15T15:19:11-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "6b94f943-ac7e-4209-b3be-593993733c79",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 14,
      "pitch_name": "Sinker",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 94.0,
      "pitch_type": "SI",
      "pitch_zone": "7",
      "pitched_at": "2016-06-26T14:16:30-04:00",
      "sequence": 1,
      "game_id": "30dffa15-aab3-4047-8edf-ce397cb82921",
      "team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "pitcher_id": "cac9906a-07c4-4daf-9be8-f02546f51e3e",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d8a3b9ed-e6b4-4c28-a180-7f66d23aa691",
      "created_at": "2016-07-15T15:19:11-04:00",
      "updated_at": "2016-07-15T15:19:11-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "40ff45b6-c0d0-43ca-9e1e-6724038eb519",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 15,
      "pitch_name": "Sinker",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 95.0,
      "pitch_type": "SI",
      "pitch_zone": "9",
      "pitched_at": "2016-06-26T14:17:16-04:00",
      "sequence": 1,
      "game_id": "30dffa15-aab3-4047-8edf-ce397cb82921",
      "team_id": "d6c517b0-78de-4834-8d36-b6e63b3224ee",
      "pitcher_id": "cac9906a-07c4-4daf-9be8-f02546f51e3e",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "6f2781e2-0564-4de7-a5a8-20aeff87730e",
      "created_at": "2016-07-15T15:27:33-04:00",
      "updated_at": "2016-07-15T15:27:33-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "72091225-1aed-4b44-b91a-3afd928f9396",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-06-16T22:13:36-04:00",
      "sequence": 1,
      "game_id": "47bee7f2-0dc5-4dff-969c-2905c32e447f",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "18bd00ba-1d92-427e-9ab2-55487519ffe8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "15f9bf0f-a613-46ab-a97b-a9a4ab6e906d",
      "created_at": "2016-07-15T15:27:33-04:00",
      "updated_at": "2016-07-15T15:27:33-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 0,
      "event_id": "085c5790-6de8-4d8d-80a4-f2841e7df48a",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-06-16T22:13:50-04:00",
      "sequence": 1,
      "game_id": "47bee7f2-0dc5-4dff-969c-2905c32e447f",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "18bd00ba-1d92-427e-9ab2-55487519ffe8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "fd552b91-94b8-4e89-96cd-f9417aabe924",
      "created_at": "2016-07-15T15:27:33-04:00",
      "updated_at": "2016-07-15T15:27:33-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "cc00949a-c1f6-49c1-a59e-ab171e7aab50",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 13,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "6",
      "pitched_at": "2016-06-16T22:14:05-04:00",
      "sequence": 1,
      "game_id": "47bee7f2-0dc5-4dff-969c-2905c32e447f",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "18bd00ba-1d92-427e-9ab2-55487519ffe8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d0b1d775-458e-4d64-9367-668af643e414",
      "created_at": "2016-07-15T15:27:33-04:00",
      "updated_at": "2016-07-15T15:27:33-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 1,
      "event_id": "f1325b08-9311-4b08-b9df-e8ab7afa682a",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "2-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 14,
      "pitch_name": "Slider",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 86.0,
      "pitch_type": "SL",
      "pitch_zone": "12",
      "pitched_at": "2016-06-16T22:14:27-04:00",
      "sequence": 1,
      "game_id": "47bee7f2-0dc5-4dff-969c-2905c32e447f",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "18bd00ba-1d92-427e-9ab2-55487519ffe8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "4caa5ddc-b92c-4656-b0a0-59b4a7ba929b",
      "created_at": "2016-07-15T15:14:05-04:00",
      "updated_at": "2016-07-15T15:14:05-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "76d34f7f-8465-4bef-a953-845a76c7c53b",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "0-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 3,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 96.0,
      "pitch_type": "FA",
      "pitch_zone": "13",
      "pitched_at": "2016-07-12T20:22:57-04:00",
      "sequence": 1,
      "game_id": "25175e0c-2e8c-42e7-8938-e92add92d78f",
      "team_id": "8572e355-63b6-440c-8cb0-8ef52144b993",
      "pitcher_id": "aa604da0-b23c-4e7c-bd5b-6d8a508e9300",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "c42a6d0c-9bf5-461c-b180-df6efff96b61",
      "created_at": "2016-08-31T19:14:47-04:00",
      "updated_at": "2016-08-31T19:14:47-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "174c2b77-1f27-4a46-a331-3ad5b1370a8e",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 15,
      "pitch_name": "Slider",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 84.0,
      "pitch_type": "SL",
      "pitch_zone": "9",
      "pitched_at": "2016-08-31T19:14:12-04:00",
      "sequence": 1,
      "game_id": "2e16eb83-687a-4305-90ab-89e29c3ac17b",
      "team_id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7",
      "pitcher_id": "2f59f0a6-d25d-42be-9782-eb6e4e5db226",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "745475b2-15d8-4586-8e11-4cdeaffc4bd0",
      "created_at": "2016-08-31T19:14:47-04:00",
      "updated_at": "2016-08-31T19:14:47-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "e72ef792-8278-4624-a5ab-8a5a4ec79282",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 16,
      "pitch_name": "Slider",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 85.0,
      "pitch_type": "SL",
      "pitch_zone": "11",
      "pitched_at": "2016-08-31T19:14:29-04:00",
      "sequence": 1,
      "game_id": "2e16eb83-687a-4305-90ab-89e29c3ac17b",
      "team_id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7",
      "pitcher_id": "2f59f0a6-d25d-42be-9782-eb6e4e5db226",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "9445b94b-9430-4613-950b-2d023295806e",
      "created_at": "2016-08-31T19:18:22-04:00",
      "updated_at": "2016-08-31T19:18:22-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "ca9801a9-61c7-4565-b517-3f7983bd5454",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "22",
      "hit_type": "GB",
      "hitter_pitch_count": "1-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 17,
      "pitch_name": "Slider",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 84.0,
      "pitch_type": "SL",
      "pitch_zone": "11",
      "pitched_at": "2016-08-31T19:14:54-04:00",
      "sequence": 1,
      "game_id": "2e16eb83-687a-4305-90ab-89e29c3ac17b",
      "team_id": "94acb560-6d9c-4b89-a32c-7fb817ad7aa7",
      "pitcher_id": "2f59f0a6-d25d-42be-9782-eb6e4e5db226",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "ac7babb8-f9f5-4cd4-8485-01df5e77da2d",
      "created_at": "2016-08-23T19:18:15-04:00",
      "updated_at": "2016-08-23T19:18:15-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "2e894d02-d2aa-4a2a-b590-990e3d0a4e9c",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 15,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Tip",
      "pitch_outcome_type": "kFT",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "6",
      "pitched_at": "2016-08-23T19:16:46-04:00",
      "sequence": 1,
      "game_id": "d476c691-ebe3-4264-9a74-47a17947db42",
      "team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "pitcher_id": "d4ddb5ec-ed0f-4ea4-89b3-8d0820aba4ef",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "90ecd054-69f8-43ae-bddb-8cfb2f593b14",
      "created_at": "2016-08-23T19:18:15-04:00",
      "updated_at": "2016-08-23T19:18:15-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 2,
      "event_id": "c76b0bdc-a149-4954-80af-f6cbe93172bb",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 16,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 94.0,
      "pitch_type": "FA",
      "pitch_zone": "2",
      "pitched_at": "2016-08-23T19:17:11-04:00",
      "sequence": 1,
      "game_id": "d476c691-ebe3-4264-9a74-47a17947db42",
      "team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "pitcher_id": "d4ddb5ec-ed0f-4ea4-89b3-8d0820aba4ef",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "118b466a-7996-4f2d-b6c2-626e65c0de52",
      "created_at": "2016-08-23T19:18:15-04:00",
      "updated_at": "2016-08-23T19:21:48-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 2,
      "event_id": "1b6331b7-e411-4797-9b22-96b2ccaee4b5",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 17,
      "pitch_name": "Splitter",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 84.0,
      "pitch_type": "SP",
      "pitch_zone": "12",
      "pitched_at": "2016-08-23T19:17:59-04:00",
      "sequence": 1,
      "game_id": "d476c691-ebe3-4264-9a74-47a17947db42",
      "team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "pitcher_id": "d4ddb5ec-ed0f-4ea4-89b3-8d0820aba4ef",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d88678b7-9e24-45dc-8ea8-0067d200026f",
      "created_at": "2016-08-23T19:21:48-04:00",
      "updated_at": "2016-08-23T19:21:48-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 2,
      "event_id": "dbbad321-85cb-4132-ac8c-3942b2e1f72a",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 18,
      "pitch_name": "Splitter",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 85.0,
      "pitch_type": "SP",
      "pitch_zone": "11",
      "pitched_at": "2016-08-23T19:18:20-04:00",
      "sequence": 1,
      "game_id": "d476c691-ebe3-4264-9a74-47a17947db42",
      "team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "pitcher_id": "d4ddb5ec-ed0f-4ea4-89b3-8d0820aba4ef",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "00a59b4e-b50f-4df8-aa4b-7e00ccc973d0",
      "created_at": "2016-08-23T19:21:48-04:00",
      "updated_at": "2016-08-23T19:21:48-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 5,
      "at_bat_strikes": 2,
      "event_id": "ae437061-2ec4-4223-a109-622a3f155c23",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "14",
      "hit_type": "GB",
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": true,
      "is_on_base": true,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 19,
      "pitch_name": "Fastball",
      "pitch_outcome": "Single",
      "pitch_outcome_type": "aS",
      "pitch_speed": 94.0,
      "pitch_type": "FA",
      "pitch_zone": "3",
      "pitched_at": "2016-08-23T19:18:54-04:00",
      "sequence": 1,
      "game_id": "d476c691-ebe3-4264-9a74-47a17947db42",
      "team_id": "4745e78b-83e2-4296-ae11-d1330e665667",
      "pitcher_id": "d4ddb5ec-ed0f-4ea4-89b3-8d0820aba4ef",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "af8ad648-8d4c-4b0f-98c0-893c0fe20dbd",
      "created_at": "2016-07-15T15:59:42-04:00",
      "updated_at": "2016-07-15T15:59:42-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "7d30d9f0-115c-4c12-9272-94011a20b172",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 5,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 92.0,
      "pitch_type": "FA",
      "pitch_zone": "10",
      "pitched_at": "2016-06-19T16:43:57-04:00",
      "sequence": 1,
      "game_id": "9a187c85-3f2c-48f9-ab88-fe68c9460688",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "7045f002-4574-4d0f-9138-94d63e40dd57",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "77f1c2a9-4687-4e37-a321-74e53b2b38cb",
      "created_at": "2016-07-15T15:59:42-04:00",
      "updated_at": "2016-07-15T15:59:42-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 1,
      "event_id": "f89a2573-6f2f-459c-90a3-57b8c9bfdf2a",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "21",
      "hit_type": "GB",
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": true,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": true,
      "is_on_base": true,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 6,
      "pitch_name": "Fastball",
      "pitch_outcome": "Single",
      "pitch_outcome_type": "aS",
      "pitch_speed": 88.0,
      "pitch_type": "FA",
      "pitch_zone": "3",
      "pitched_at": "2016-06-19T16:44:50-04:00",
      "sequence": 1,
      "game_id": "9a187c85-3f2c-48f9-ab88-fe68c9460688",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "7045f002-4574-4d0f-9138-94d63e40dd57",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "9797202b-2194-4bd0-ba15-9920c1df09d3",
      "created_at": "2016-09-18T13:39:50-04:00",
      "updated_at": "2016-09-18T13:39:50-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "d251c0fc-7bba-4b90-827c-7797ed3866aa",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 6,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-09-18T13:39:18-04:00",
      "sequence": 1,
      "game_id": "c9249f5d-b416-46c0-b1eb-47c4a7e3f032",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4f630f83-084e-4d5f-a41b-4a6f2ad4295d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "d6911cfe-d09e-44f0-84ee-2f04387bc07a",
      "created_at": "2016-09-18T13:39:50-04:00",
      "updated_at": "2016-09-18T13:39:50-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 0,
      "event_id": "0399e726-8385-4948-b0b9-657672bfefbf",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 7,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-09-18T13:39:36-04:00",
      "sequence": 1,
      "game_id": "c9249f5d-b416-46c0-b1eb-47c4a7e3f032",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4f630f83-084e-4d5f-a41b-4a6f2ad4295d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "71ad508f-dbab-4b1e-be39-7e9107ad4b9d",
      "created_at": "2016-09-18T13:41:08-04:00",
      "updated_at": "2016-09-18T13:41:08-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 1,
      "event_id": "b77150f5-f1d5-413c-a87c-4029fc6ce5fd",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 8,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 94.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-09-18T13:39:56-04:00",
      "sequence": 1,
      "game_id": "c9249f5d-b416-46c0-b1eb-47c4a7e3f032",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4f630f83-084e-4d5f-a41b-4a6f2ad4295d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "2a8583a6-2dc4-4170-bbb6-84d74153eaf4",
      "created_at": "2016-09-18T13:41:08-04:00",
      "updated_at": "2016-09-18T13:41:08-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 4,
      "at_bat_strikes": 2,
      "event_id": "17d382e2-e243-42a6-b63a-21c6884b8f58",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Changeup",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 88.0,
      "pitch_type": "CH",
      "pitch_zone": "3",
      "pitched_at": "2016-09-18T13:40:15-04:00",
      "sequence": 1,
      "game_id": "c9249f5d-b416-46c0-b1eb-47c4a7e3f032",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4f630f83-084e-4d5f-a41b-4a6f2ad4295d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "7841c166-88ff-4c94-80d4-9f81c1cf0315",
      "created_at": "2016-09-18T13:41:08-04:00",
      "updated_at": "2016-09-18T13:42:02-04:00",
      "at_bat_balls": 2,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 5,
      "at_bat_strikes": 2,
      "event_id": "4f854678-8563-4f14-84b8-f0cc738b84ab",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "22",
      "hit_type": "GB",
      "hitter_pitch_count": "2-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 95.0,
      "pitch_type": "FA",
      "pitch_zone": "11",
      "pitched_at": "2016-09-18T13:40:51-04:00",
      "sequence": 1,
      "game_id": "c9249f5d-b416-46c0-b1eb-47c4a7e3f032",
      "team_id": "e0aa8528-46d5-41a4-95fe-50f0a2e3a761",
      "pitcher_id": "4f630f83-084e-4d5f-a41b-4a6f2ad4295d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "28982eaf-6f83-4d0b-918f-6e4e417b8036",
      "created_at": "2016-07-15T15:51:59-04:00",
      "updated_at": "2016-07-15T15:51:59-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "9394a9bf-1156-4aa6-9e33-aab1ddbd7bb8",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 8,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "3",
      "pitched_at": "2016-06-17T22:44:41-04:00",
      "sequence": 1,
      "game_id": "87959754-fa98-444e-9303-c3b23fb7df60",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "a27194da-84f2-4fa4-b3db-0c08bee37bf8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "682eed45-3ae5-498d-921b-0caed9a81a61",
      "created_at": "2016-07-15T15:51:59-04:00",
      "updated_at": "2016-07-15T15:51:59-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 2,
      "event_id": "0e4f3e29-307a-4cda-8ab1-a5d05760898e",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Fastball",
      "pitch_outcome": "Foul Ball",
      "pitch_outcome_type": "kF",
      "pitch_speed": 91.0,
      "pitch_type": "FA",
      "pitch_zone": "12",
      "pitched_at": "2016-06-17T22:45:00-04:00",
      "sequence": 1,
      "game_id": "87959754-fa98-444e-9303-c3b23fb7df60",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "a27194da-84f2-4fa4-b3db-0c08bee37bf8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "9c97b896-5b81-4f25-8a81-4ab0b44b8573",
      "created_at": "2016-07-15T15:51:59-04:00",
      "updated_at": "2016-07-15T15:51:59-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 3,
      "at_bat_strikes": 2,
      "event_id": "b3a27ced-68da-46be-9581-d014fc7d6ff2",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "27",
      "hit_type": "GB",
      "hitter_pitch_count": "0-2",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 10,
      "pitch_name": "Slider",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 85.0,
      "pitch_type": "SL",
      "pitch_zone": "6",
      "pitched_at": "2016-06-17T22:45:31-04:00",
      "sequence": 1,
      "game_id": "87959754-fa98-444e-9303-c3b23fb7df60",
      "team_id": "418391e8-4725-420d-9303-bd1736c59d7a",
      "pitcher_id": "a27194da-84f2-4fa4-b3db-0c08bee37bf8",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "992fa5ae-83e5-43a5-9bdb-103c1d992e30",
      "created_at": "2016-07-15T15:53:43-04:00",
      "updated_at": "2016-07-15T15:53:43-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "517a4c51-66fc-444d-a653-37d87163ba7e",
      "even_count": true,
      "full_count": false,
      "half": "T",
      "hit_location": "23",
      "hit_type": "GB",
      "hitter_pitch_count": "0-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 93.0,
      "pitch_type": "FA",
      "pitch_zone": "5",
      "pitched_at": "2016-05-06T14:26:30-04:00",
      "sequence": 1,
      "game_id": "8d0eadc2-ce84-495f-bf58-415f393c1f7f",
      "team_id": "fdbaa7e1-bfd6-4b94-a0b2-323884d54a11",
      "pitcher_id": "b57088d0-ab45-4a77-a33d-dde983cf64d3",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "946d04f7-65c1-4ba5-81ff-c44acf1adc48",
      "created_at": "2016-07-15T16:23:51-04:00",
      "updated_at": "2016-07-15T16:23:51-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 2,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 0,
      "event_id": "58a11c6f-958b-4709-a637-2cf21a1e1aac",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 11,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ball",
      "pitch_outcome_type": "bB",
      "pitch_speed": 100.0,
      "pitch_type": "FA",
      "pitch_zone": "13",
      "pitched_at": "2016-05-17T19:14:56-04:00",
      "sequence": 1,
      "game_id": "deca690e-69e1-4f72-a8ad-5255cc8912b0",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "e72c3261-673f-43f4-8d6a-79c2d892b69d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "3fa464b2-65c9-4a0a-a171-b006815fab7b",
      "created_at": "2016-07-15T16:23:51-04:00",
      "updated_at": "2016-07-15T16:23:51-04:00",
      "at_bat_balls": 1,
      "at_bat_outs": 3,
      "at_bat_pitch_count": 2,
      "at_bat_strikes": 0,
      "event_id": "43ebbd66-851c-42e9-918a-43c4b6ff6444",
      "even_count": false,
      "full_count": false,
      "half": "T",
      "hit_location": "30",
      "hit_type": "GB",
      "hitter_pitch_count": "1-0",
      "inning": 1,
      "inning_label": "Top of 1st",
      "is_at_bat": true,
      "is_at_bat_over": true,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 12,
      "pitch_name": "Fastball",
      "pitch_outcome": "Ground Out",
      "pitch_outcome_type": "oGO",
      "pitch_speed": 100.0,
      "pitch_type": "FA",
      "pitch_zone": "4",
      "pitched_at": "2016-05-17T19:15:17-04:00",
      "sequence": 1,
      "game_id": "deca690e-69e1-4f72-a8ad-5255cc8912b0",
      "team_id": "fb65f6d2-6de5-4596-981b-6d9bcb5d9e7d",
      "pitcher_id": "e72c3261-673f-43f4-8d6a-79c2d892b69d",
      "hitter_id": "b99c5361-4aa6-48fa-966a-285dcc3e822b",
      "hitter_team_id": "9ebc3cf3-9559-4b74-b8ad-f15f2c5eae71"
    },
    {
      "id": "0c502e78-b0d4-477f-a191-e0f406d57ba3",
      "created_at": "2016-08-05T19:19:37-04:00",
      "updated_at": "2016-08-05T19:19:37-04:00",
      "at_bat_balls": 0,
      "at_bat_outs": 1,
      "at_bat_pitch_count": 1,
      "at_bat_strikes": 1,
      "event_id": "54e83553-647a-4c59-89fe-02b9961e9264",
      "even_count": false,
      "full_count": false,
      "half": "B",
      "hit_location": null,
      "hit_type": null,
      "hitter_pitch_count": "0-1",
      "inning": 1,
      "inning_label": "Bottom of 1st",
      "is_at_bat": false,
      "is_at_bat_over": false,
      "is_bunt": false,
      "is_bunt_shown": false,
      "is_double_play": false,
      "is_hit": false,
      "is_on_base": false,
      "is_passed_ball": false,
      "is_triple_play": false,
      "is_wild_pitch": false,
      "pitch_count": 9,
      "pitch_name": "Fastball",
      "pitch_outcome": "Strike Looking",
      "pitch_outcome_type": "kKL",
      "pitch_speed": 94.0,
      "pitch_type": "FA",
      "pitch_zone": "9",