Information about plays

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

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

{
    "id": 345164,
    "uri": "https://api.kexp.org/v2/plays/345164/?format=api",
    "airdate": "2019-06-23T12:52:36-07:00",
    "show": 5755,
    "show_uri": "https://api.kexp.org/v2/shows/5755/?format=api",
    "image_uri": "http://coverartarchive.org/release/c27625a2-5429-462a-ae6e-a7f562102a89/4931929101-250.jpg",
    "thumbnail_uri": "",
    "song": "Weekend Wars",
    "track_id": "2b01ae30-f93e-4999-a514-bc32867a0f50",
    "recording_id": null,
    "artist": "Deep Sea Diver",
    "artist_ids": [
        "18a627eb-c6e8-4175-b947-9322d8deb938"
    ],
    "album": "History Speaks",
    "release_id": "c27625a2-5429-462a-ae6e-a7f562102a89",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2012-02-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jessica Dobson stopped in at KEXP for an in-studio during International Women's Day. You can watch the full performance at https://youtu.be/403wSrpN9M8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}