# FootballPlayByPlay

> The football play-by-play response (spec §6): drives in source order with nested plays.

The football play-by-play response (spec §6): drives in source order with
nested plays.

**Kind:** object

| Field | Type | Required | Description |
|---|---|---|---|
| `contest` | `MatchSummary` | yes |  |
| `detail` | `Detail` | yes |  |
| `drives` | `FootballDriveView[]` | yes |  |
| `filters` | `FootballPbpFilters` | yes |  |
| `totals` | `FootballPbpTotals` | yes |  |

**Used by:** [PlayByPlayResponse](/docs/reference/data-model/shared/PlayByPlayResponse.md)
