Information about plays

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

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

{
    "id": 343786,
    "uri": "https://api.kexp.org/v2/plays/343786/?format=api",
    "airdate": "2019-06-20T05:20:23-07:00",
    "show": 5729,
    "show_uri": "https://api.kexp.org/v2/shows/5729/?format=api",
    "image_uri": "http://coverartarchive.org/release/430826de-7856-412a-a644-3344e0b9d09e/1114878797-250.jpg",
    "thumbnail_uri": "",
    "song": "Ready for the Floor",
    "track_id": "37b956b3-ac78-3d17-a0ea-e6c50e5fdd4b",
    "recording_id": null,
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "Made in the Dark",
    "release_id": "430826de-7856-412a-a644-3344e0b9d09e",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2008-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Double shot of 2008 nostalgia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}