Information about plays

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

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

{
    "id": 3581872,
    "uri": "https://api.kexp.org/v2/plays/3581872/?format=api",
    "airdate": "2025-11-23T10:25:44-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kassie Jones, Pt. 2",
    "track_id": null,
    "recording_id": null,
    "artist": "Furry Lewis",
    "artist_ids": [
        "56cc74c7-6a8c-42a4-87a1-59d6963b2c1f"
    ],
    "album": "1927-9: The Early Years",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An early recording of the Casey/Kassie Jones folk song.\n\n\"Walter “Furry” Lewis was born in Greenville, Mississippi on March 6 in either 1891 (according to him) or 1899 (according to historians finding based on his 1900 census entry). He was one of the first of the active players from the 1920s to be brought out of retirement during the 1960s Folk Blues Revival.\" - https://vicksburgnews.com/born-with-the-blues-walter-furry-lewis/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}