# FootballPlaySituationView

> One play situation (start/end of the snap): down/distance/normalized distance plus the entrant in possession — on a kickoff the START team is the KICKING side, deliberately distinct from the drive's offense.

One play situation (start/end of the snap): down/distance/normalized
distance plus the entrant in possession — on a kickoff the START team is
the KICKING side, deliberately distinct from the drive's offense.

**Kind:** object

| Field | Type | Required | Description |
|---|---|---|---|
| `distance` | `integer,null<int32>` | no |  |
| `down` | `integer,null<int32>` | no |  |
| `team_entrant` | `null \| EntrantId` | no |  |
| `yards_to_endzone` | `integer,null<int32>` | no |  |

**Used by:** [FootballPlayView](/docs/reference/data-model/stat-lines/FootballPlayView.md), [FootballPlayView](/docs/reference/data-model/stat-lines/FootballPlayView.md)
