Information about plays

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

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

{
    "id": 382374,
    "uri": "https://api.kexp.org/v2/plays/382374/?format=api",
    "airdate": "2019-09-18T06:15:09-07:00",
    "show": 6364,
    "show_uri": "https://api.kexp.org/v2/shows/6364/?format=api",
    "image_uri": "http://coverartarchive.org/release/241499cc-ab40-40c6-8847-fdecf293857a/1156190129-250.jpg",
    "thumbnail_uri": "",
    "song": "Stop Whispering",
    "track_id": "8c9507d0-3be3-3703-84eb-53da60f20fc7",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Pablo Honey",
    "release_id": "241499cc-ab40-40c6-8847-fdecf293857a",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1993-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written as a tribute to the Pixies (though Radiohead later said they missed the mark, and landing somewhere in early U2 territory)! Radiohead's Ed Obrien described this song as being “about people not standing up for their rights: Stop whispering and start shouting.” - https://bit.ly/2kGiIkR",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}