Information about plays

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

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

{
    "id": 342926,
    "uri": "https://api.kexp.org/v2/plays/342926/?format=api",
    "airdate": "2019-06-18T11:27:58-07:00",
    "show": 5719,
    "show_uri": "https://api.kexp.org/v2/shows/5719/?format=api",
    "image_uri": "http://coverartarchive.org/release/4b96bb65-9831-4c26-a3d1-0455a4fa4805/2292051184-250.jpg",
    "thumbnail_uri": "",
    "song": "Hikikomori",
    "track_id": "aebbac28-1e1a-36ac-9881-b8ad2e79339d",
    "recording_id": null,
    "artist": "Zola Jesus",
    "artist_ids": [
        "c35bd778-efb5-424b-ba7b-dae56d01a206"
    ],
    "album": "Conatus",
    "release_id": "4b96bb65-9831-4c26-a3d1-0455a4fa4805",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2011-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zola Jesus' \"Hikikomori\" was selected as a KEXP Song of the Day.  Learn more about the artist and song and download it for yourself here:  https://www.kexp.org/read/2013/9/25/song-of-the-day-zola-jesus-hikikomori/?t=1560882482158",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}