Information about plays

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

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

{
    "id": 354327,
    "uri": "https://api.kexp.org/v2/plays/354327/?format=api",
    "airdate": "2019-07-14T14:41:49-07:00",
    "show": 5906,
    "show_uri": "https://api.kexp.org/v2/shows/5906/?format=api",
    "image_uri": "http://coverartarchive.org/release/cb2b4cb6-643d-4582-b04f-f62fbe05909c/22172319762-250.jpg",
    "thumbnail_uri": "",
    "song": "This Land",
    "track_id": "ef44f7d4-d487-40ca-896a-f84b9871b585",
    "recording_id": null,
    "artist": "Gary Clark Jr.",
    "artist_ids": [
        "c733c4e6-22a2-499d-ace7-17b832356aff"
    ],
    "album": "This Land",
    "release_id": "cb2b4cb6-643d-4582-b04f-f62fbe05909c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-01-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In This Land, the guitarist Gary Clark Jr. details his emotional experiences growing up black in the South. Clark will be at the Chateau Ste. Michelle Winery on Sep 11.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}