Information about plays

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

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

{
    "id": 351797,
    "uri": "https://api.kexp.org/v2/plays/351797/?format=api",
    "airdate": "2019-07-08T17:57:58-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/89e5badb-7ef2-4d5f-899b-d3a195ce48f5/3605700206-250.jpg",
    "thumbnail_uri": "",
    "song": "Won't You Come Home",
    "track_id": "70b672c3-06b7-307f-b537-cae2d0a8264e",
    "recording_id": null,
    "artist": "Devendra Banhart",
    "artist_ids": [
        "0110e63e-0a9b-4818-af8e-41e180c20b9a"
    ],
    "album": "Mala",
    "release_id": "89e5badb-7ef2-4d5f-899b-d3a195ce48f5",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2013-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}