Information about plays

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

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

{
    "id": 2675886,
    "uri": "https://api.kexp.org/v2/plays/2675886/?format=api",
    "airdate": "2019-12-20T10:38:15-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/539c942b-4eb8-40b7-bd05-f6d927fcb147/8947007068-250.jpg",
    "thumbnail_uri": "",
    "song": "Trouble",
    "track_id": "a0e5bc90-263e-434c-aa85-7f931a2b09d0",
    "recording_id": null,
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Seeds",
    "release_id": "539c942b-4eb8-40b7-bd05-f6d927fcb147",
    "release_group_id": null,
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "2014-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 3.  \"Seeds\" was TV on the Radio's fifth studio album.  It was released in November of 2014.  It came after a three-year period of mourning for bassist Gerard Smith, who died of lung cancer in 2011.: https://www.youtube.com/watch?v=bunJBFtlt-I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}