Information about plays

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

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

{
    "id": 344220,
    "uri": "https://api.kexp.org/v2/plays/344220/?format=api",
    "airdate": "2019-06-21T02:55:41-07:00",
    "show": 5735,
    "show_uri": "https://api.kexp.org/v2/shows/5735/?format=api",
    "image_uri": "http://coverartarchive.org/release/6a429d90-f95f-4e71-86ce-39eb54afc6ee/11918800168-250.jpg",
    "thumbnail_uri": "",
    "song": "Mire (Grant's Song)",
    "track_id": "a7697b8e-3f23-463f-bc96-1a31c214408b",
    "recording_id": null,
    "artist": "DIIV",
    "artist_ids": [
        "b5ff61dd-0154-4e80-b46b-c733f87db602"
    ],
    "album": "Is the Is Are",
    "release_id": "6a429d90-f95f-4e71-86ce-39eb54afc6ee",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2016-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Have a request? Email dj@kexp.org or text 206-903-5397",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}