Information about plays

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

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

{
    "id": 2675840,
    "uri": "https://api.kexp.org/v2/plays/2675840/?format=api",
    "airdate": "2019-12-20T07:54:47-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/da07a173-bf3d-4e7e-995d-ce473ce83030/7142443599-250.jpg",
    "thumbnail_uri": "",
    "song": "Hollywood Forever Cemetery Sings",
    "track_id": "5be1066b-1221-3f37-9c2b-79e4be93999d",
    "recording_id": null,
    "artist": "Father John Misty",
    "artist_ids": [
        "172053e5-a7fb-4548-a64d-c53858b5e775"
    ],
    "album": "Fear Fun",
    "release_id": "da07a173-bf3d-4e7e-995d-ce473ce83030",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-05-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Number 34.  Oh, hello, Josh, from Father John Misty.\"Fear Fun\" was the first album from Josh Tillman under the name Father John Misty.  (It was his eighth album, total.) It was released on April 30th, 2012.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}