Information about plays

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

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

{
    "id": 371327,
    "uri": "https://api.kexp.org/v2/plays/371327/?format=api",
    "airdate": "2019-08-23T14:38:06-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "http://coverartarchive.org/release/7ddcbd03-8de2-40b3-932b-d3d32a05c25c/23461670076-250.jpg",
    "thumbnail_uri": "",
    "song": "If I Gave U My Love",
    "track_id": "33df1876-30b8-4ef0-88e2-cab54e4b9cc3",
    "recording_id": null,
    "artist": "Moodymann",
    "artist_ids": [
        "17d69e72-9cf2-496f-aa64-ba238de2087e"
    ],
    "album": "Sinner",
    "release_id": "7ddcbd03-8de2-40b3-932b-d3d32a05c25c",
    "release_group_id": null,
    "labels": [
        "KDJ"
    ],
    "label_ids": [
        "a95dc7cf-d766-43c9-bdbb-fde8361c937d"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kenny Dixon, Jr. AKA Moodymann has proven to be quite elusive over the course of his career, dropping in and out of the private eye. He resurfaced this January by allegedly handing out a few copies of his lost album, which sold online for upwards of $500. That album still hasn't officially surfaced, but he has dropped a new album called Sinner!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}