Information about plays

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

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

{
    "id": 382460,
    "uri": "https://api.kexp.org/v2/plays/382460/?format=api",
    "airdate": "2019-09-18T11:37:35-07:00",
    "show": 6365,
    "show_uri": "https://api.kexp.org/v2/shows/6365/?format=api",
    "image_uri": "http://coverartarchive.org/release/43896770-8d09-3a04-8dcc-e4754f2963ac/2992177301-250.jpg",
    "thumbnail_uri": "",
    "song": "Date With the Night",
    "track_id": "8eda1a8d-1812-3023-87e6-f8807d0dc78c",
    "recording_id": null,
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Fever to Tell",
    "release_id": "43896770-8d09-3a04-8dcc-e4754f2963ac",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the mixtape titled \"Night Shift\", submitted by a listener named Andrew during KEXP's Mixtape Week.<br><br>Andrew writes, \"This mix is dedicated to my wife Anya, the aforementioned housemate Christine (who officiated our wedding), my friends from working nights on 8 Medical, all of my friends and family who supported me during that sometimes challenging time, and to all who currently work or have ever worked a night shift job.\"<br><br>Check out more listener submitted mixtapes here: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}