Information about plays

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

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

{
    "id": 2670895,
    "uri": "https://api.kexp.org/v2/plays/2670895/?format=api",
    "airdate": "2019-12-09T07:54:35-08:00",
    "show": 46109,
    "show_uri": "https://api.kexp.org/v2/shows/46109/?format=api",
    "image_uri": "https://coverartarchive.org/release/81776221-c3ae-4662-8f2f-7a239cbb24af/13882287556-250.jpg",
    "thumbnail_uri": "",
    "song": "The Cedar Room",
    "track_id": "1f96bd87-4e63-3716-af2b-aa9548a552f7",
    "recording_id": null,
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Lost Souls",
    "release_id": "81776221-c3ae-4662-8f2f-7a239cbb24af",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2000-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band's Andy Williams said this song is \"actually about-it’s quite weird-I wrote the verse lyrics and Jimi [Goodwin, bassist/vocalist] wrote the chorus lyrics. The cedar room was actually a room in a haunted house from when we were kids. The name just got stuck in my head. It’s a very love kind of vibe.\" https://www.dovesmusicblog.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}