Information about plays

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

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

{
    "id": 342948,
    "uri": "https://api.kexp.org/v2/plays/342948/?format=api",
    "airdate": "2019-06-18T12:58:41-07:00",
    "show": 5719,
    "show_uri": "https://api.kexp.org/v2/shows/5719/?format=api",
    "image_uri": "http://coverartarchive.org/release/c283c6e9-570f-418c-ae7d-281bf2e2069b/23297751679-250.jpg",
    "thumbnail_uri": "",
    "song": "Lonesome Valley",
    "track_id": "d0be47f6-167d-49e8-8550-4ef0c57e60dc",
    "recording_id": null,
    "artist": "Bill Callahan",
    "artist_ids": [
        "c309d914-93af-4b3f-8058-d79c75ea89da"
    ],
    "album": "Shepherd in a Sheepskin Vest",
    "release_id": "c283c6e9-570f-418c-ae7d-281bf2e2069b",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bill Callahan performs at the Neptune Theater this Saturday  night, June 22. Tune in to KEXP on Fri. June 28 at 12pm to hear an KEXP in studio session with Bill Callahan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}