Information about plays

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

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

{
    "id": 3428628,
    "uri": "https://api.kexp.org/v2/plays/3428628/?format=api",
    "airdate": "2024-11-22T11:05:00-08:00",
    "show": 61915,
    "show_uri": "https://api.kexp.org/v2/shows/61915/?format=api",
    "image_uri": "https://ia601405.us.archive.org/14/items/mbid-4734e706-04d6-4176-b041-2b21395ae760/mbid-4734e706-04d6-4176-b041-2b21395ae760-39500963623_thumb500.jpg",
    "thumbnail_uri": "https://ia801405.us.archive.org/14/items/mbid-4734e706-04d6-4176-b041-2b21395ae760/mbid-4734e706-04d6-4176-b041-2b21395ae760-39500963623_thumb250.jpg",
    "song": "Old Scratch Blues",
    "track_id": "bbf7ed4b-e157-490e-a178-5015586e1624",
    "recording_id": "ed42692a-b970-43e5-9821-9802fa23b6f9",
    "artist": "Jack White",
    "artist_ids": [
        "3ae2fb37-8a23-429d-9920-bac811c4fc22"
    ],
    "album": "No Name",
    "release_id": "4734e706-04d6-4176-b041-2b21395ae760",
    "release_group_id": "5ef2a512-3680-4661-bfea-870cb8bf6507",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2024-08-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jack White will be back on the west coast this spring: \n\nOakland: May 16th at the Fox Theater\n\nSan Francisco: May 17th at The Masonic\n\nSeattle: May 19th and 20th at the Paramount Theatre\n\nHis new album, No Name, came out in August! https://jackwhiteiii.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}