Information about plays

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

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

{
    "id": 373884,
    "uri": "https://api.kexp.org/v2/plays/373884/?format=api",
    "airdate": "2019-08-29T07:04:26-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/df00c435-0edf-459f-b96a-d4f32443d062/23515664600-250.jpg",
    "thumbnail_uri": "",
    "song": "Uneven Days",
    "track_id": "f3544aa6-a33c-4fab-af56-12b9f212ca86",
    "recording_id": null,
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Uneven Days",
    "release_id": "df00c435-0edf-459f-b96a-d4f32443d062",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2019-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Ben Harper. About this song, he stated - “The only thing more hazardous than oversimplifying relationships is over complicating them. Love and surrender are synonyms. Even if I remove love from the equation, mental health and day-to-day perspective, maintenance is a razors edge. Maybe acknowledging the unavoidable uneven day, or uneven days, helps avoid uneven months or even years.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}