Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/344354/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 344354,
    "uri": "https://api.kexp.org/v2/plays/344354/?format=api",
    "airdate": "2019-06-21T15:05:00-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dead Eyes Opened",
    "track_id": "9b498171-38fd-4388-9fc9-cad20d877b00",
    "recording_id": null,
    "artist": "Severed Heads",
    "artist_ids": [
        "4976edcf-58c3-49b6-b6f1-2d8277e60d26"
    ],
    "album": "Since The Accident",
    "release_id": "fce600fc-9594-4548-af6a-c9e4dc387e62",
    "release_group_id": null,
    "labels": [
        "Ink Records"
    ],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Initially this album was a cassette tape recorded between 1982 and 1983, and \"Dead Eyes Opened\" was only left on the tape to help fill up the blank space.The song features a spoken word sample from Edgar Lustgarten in the episode \"Death on the Crumbles\", which is from a BBC radio series of the same name. The show was based on the 1924 murder of Emily Kaye.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}