Information about plays

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

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

{
    "id": 349521,
    "uri": "https://api.kexp.org/v2/plays/349521/?format=api",
    "airdate": "2019-07-03T09:29:35-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/a65bcd4d-a839-44e8-a13a-1fdad77637ff/9030475259-250.jpg",
    "thumbnail_uri": "",
    "song": "Bother",
    "track_id": "e5504bcd-f1c2-4107-a9d8-ec76a712a6ac",
    "recording_id": null,
    "artist": "Les Sins",
    "artist_ids": [
        "11b9a562-1c06-4731-80c9-18c36ad2bfd4"
    ],
    "album": "Michael",
    "release_id": "a65bcd4d-a839-44e8-a13a-1fdad77637ff",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2014-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another project of Chaz Bundick from Toro Y Moi. <br> </br> Check out the video and download the song that's part of KEXP's Song of the Day podcast: https://www.kexp.org/read/2015/03/16/song-of-the-day-les-sins-bother/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}