Information about plays

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

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

{
    "id": 3629424,
    "uri": "https://api.kexp.org/v2/plays/3629424/?format=api",
    "airdate": "2026-03-15T18:15:09-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "https://coverartarchive.org/release/59cbd839-1443-43e6-a44c-731029c9242e/44428104619-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/59cbd839-1443-43e6-a44c-731029c9242e/44428104619-250.jpg",
    "song": "Strange Things Are Happening",
    "track_id": null,
    "recording_id": "6001e03b-ebde-42dc-b55f-fbe2bceb9c31",
    "artist": "Sister Rosetta Tharpe",
    "artist_ids": [
        "f5625c87-5a62-4b3b-a375-fe08a71acddc"
    ],
    "album": "Singing In My Soul",
    "release_id": null,
    "release_group_id": "17c010b7-e661-4c0c-bead-b999e4250637",
    "labels": [
        "Savoy Records"
    ],
    "label_ids": [
        "afca1966-d675-4754-8baf-5822644d3a96"
    ],
    "release_date": "1969-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Strange Things Happening Every Day\" is an African American spiritual that was most famously, and influentially, recorded by Sister Rosetta Tharpe in 1944. Released as a single by Decca Records, Tharpe's version featured her vocals and electric guitar, with Sammy Price (piano), bass and drums. It was the first gospel record to cross over and become a hit on the \"race records\" chart, the term then used for what later became the R&B chart, and reached #2 on the Billboard \"race\" chart in April 1945.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}