Information about plays

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

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

{
    "id": 2675372,
    "uri": "https://api.kexp.org/v2/plays/2675372/?format=api",
    "airdate": "2019-12-19T12:55:13-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/144a69b1-6f03-4854-bd60-bc100160e3a8/8155823617-250.jpg",
    "thumbnail_uri": "",
    "song": "Got Messed Up",
    "track_id": "fafd79c8-abd9-3ab0-aea6-c382f43bfd07",
    "recording_id": null,
    "artist": "R.L. Burnside",
    "artist_ids": [
        "355eed00-6c40-4d33-940a-600b2597407a"
    ],
    "album": "Wish I Was in Heaven Sitting Down",
    "release_id": "144a69b1-6f03-4854-bd60-bc100160e3a8",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2000-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.L. Burnside is very much a late bloomer; the Mississippi bluesman was born in 1926, but it wasn't until the 1990s that he started to enjoy the publicity he deserved. Recorded in 2000, Wish I Was in Heaven Sitting Down finds the veteran singer continuing to be fairly unpredictable at 73. https://bit.ly/2Z6h0bU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}