Information about plays

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

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

{
    "id": 349465,
    "uri": "https://api.kexp.org/v2/plays/349465/?format=api",
    "airdate": "2019-07-03T06:09:11-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/bb9ae7ba-74dc-49e8-803f-903349ad39e9/15249665016-250.jpg",
    "thumbnail_uri": "",
    "song": "Bum Bum Bum",
    "track_id": "ca79505b-1a74-4ec0-a28a-137419a9f568",
    "recording_id": null,
    "artist": "Cass McCombs",
    "artist_ids": [
        "c213f661-70a8-42aa-b858-62f5bd2d72e9"
    ],
    "album": "Mangy Love",
    "release_id": "bb9ae7ba-74dc-49e8-803f-903349ad39e9",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2016-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Want more Cass McCombs? Download his song \"Opposite House\" from our Song of the Day podcast - https://www.kexp.org/podcasts/song-of-the-day/2016/10/19/cass-mccombs-opposite-house/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}