Information about plays

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

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

{
    "id": 345916,
    "uri": "https://api.kexp.org/v2/plays/345916/?format=api",
    "airdate": "2019-06-25T10:21:38-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "http://coverartarchive.org/release/51860ecf-56cb-4c82-b7f1-dec80ebf5165/10077882211-250.jpg",
    "thumbnail_uri": "",
    "song": "Here Comes the Night Time",
    "track_id": "f9391b48-c5cb-477f-9cfa-152028cf9332",
    "recording_id": null,
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "Reflektor",
    "release_id": "51860ecf-56cb-4c82-b7f1-dec80ebf5165",
    "release_group_id": null,
    "labels": [
        "Sonovox Records"
    ],
    "label_ids": [
        "863f76f2-ada7-432e-8046-bef4e1c11663"
    ],
    "release_date": "2013-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is one of several songs on Reflektor inspired by the band's time spent in Haiti. Frontman Win Butler said: \"We spent a lot of time in Haiti, an island a lot of people don't get to see. So we wanted to bring Haiti to the people. And the Haitians know how to party. We have a lot to learn, that's for sure.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}