Information about plays

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

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

{
    "id": 3641437,
    "uri": "https://api.kexp.org/v2/plays/3641437/?format=api",
    "airdate": "2026-04-13T04:52:50-07:00",
    "show": 66440,
    "show_uri": "https://api.kexp.org/v2/shows/66440/?format=api",
    "image_uri": "https://coverartarchive.org/release/651a7eb9-b44b-4274-a289-f8ed9de95661/2935723307-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/651a7eb9-b44b-4274-a289-f8ed9de95661/2935723307-250.jpg",
    "song": "Bad Bad Whiskey (long version)",
    "track_id": null,
    "recording_id": "e8b37d11-0f87-4e5b-b76d-0fd4ef6442d5",
    "artist": "Buddy Guy & Junior Wells",
    "artist_ids": [
        "4336a134-d091-4e54-9967-c7c433db6d4e",
        "5f526374-0e88-4508-a8d6-7f25c16cb2d8"
    ],
    "album": "Play the Blues",
    "release_id": null,
    "release_group_id": "393fa734-a5a2-3362-b664-1e1cdc1466be",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1972-08-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}