Information about plays

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

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

{
    "id": 342636,
    "uri": "https://api.kexp.org/v2/plays/342636/?format=api",
    "airdate": "2019-06-17T17:08:29-07:00",
    "show": 5714,
    "show_uri": "https://api.kexp.org/v2/shows/5714/?format=api",
    "image_uri": "http://coverartarchive.org/release/f555f63d-19aa-4e8d-b619-8298e6690076/7801308306-250.jpg",
    "thumbnail_uri": "",
    "song": "Lips Like Sugar",
    "track_id": "39d3c089-fa4a-3123-bc89-9b0b49c77b9a",
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "The Very Best Of: More Songs to Learn and Sing",
    "release_id": "f555f63d-19aa-4e8d-b619-8298e6690076",
    "release_group_id": null,
    "labels": [
        "Korova"
    ],
    "label_ids": [
        "5a5e4426-41e4-4fae-b036-c4813b07881a"
    ],
    "release_date": "2006-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Since we can't see this band locally anytime soon, live vicariously through our site archives and check out this live show review from a few years back when they came to town! This and soooo much more at KEXP.org https://www.kexp.org/read/2016/9/30/live-review-echo-the-bunnymen-with-ester-drang-at-moore-theatre-9322016/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}