Information about plays

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

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

{
    "id": 3615815,
    "uri": "https://api.kexp.org/v2/plays/3615815/?format=api",
    "airdate": "2026-02-10T16:20:35-08:00",
    "show": 65898,
    "show_uri": "https://api.kexp.org/v2/shows/65898/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-08d68658-0834-4dea-9914-8146cf4b9907/mbid-08d68658-0834-4dea-9914-8146cf4b9907-15222093874_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-08d68658-0834-4dea-9914-8146cf4b9907/mbid-08d68658-0834-4dea-9914-8146cf4b9907-15222093874_thumb250.jpg",
    "song": "I’m Shakin’",
    "track_id": "e5b3f34f-c215-3255-8f3a-6fcfc2516078",
    "recording_id": "f602e84c-4236-43d4-a1a9-589a12d939ec",
    "artist": "Jack White",
    "artist_ids": [
        "3ae2fb37-8a23-429d-9920-bac811c4fc22"
    ],
    "album": "Blunderbuss",
    "release_id": "08d68658-0834-4dea-9914-8146cf4b9907",
    "release_group_id": "37f48931-e5e6-488f-a531-ad2db311158d",
    "labels": [
        "XL Recordings",
        "Third Man Records"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a",
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2012-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jack White's cover of the song written by Rudy Toombs and originally recorded by Little Willie John in 1960. \n\nhttps://jackwhiteiii.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}