Information about plays

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

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

{
    "id": 372945,
    "uri": "https://api.kexp.org/v2/plays/372945/?format=api",
    "airdate": "2019-08-27T10:22:00-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twist and Crawl",
    "track_id": null,
    "recording_id": null,
    "artist": "English Beat",
    "artist_ids": [],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jason entitled his mix \"The feel good tape of the year!\" Dave Wakeling of The English Beat said of this song, \"It was about somebody wanting to be in the Twist And Shout kind of casual '60s confidence, but found that it was more like twist and crawl. Just social discomfort to the point of pitiful pain of always feeling you're in the wrong place at the wrong time and saying the wrong thing to the wrong person. Never getting anywhere with it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}