Information about plays

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

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

{
    "id": 3589793,
    "uri": "https://api.kexp.org/v2/plays/3589793/?format=api",
    "airdate": "2025-12-11T15:01:56-08:00",
    "show": 65348,
    "show_uri": "https://api.kexp.org/v2/shows/65348/?format=api",
    "image_uri": "https://ia600906.us.archive.org/33/items/mbid-c81566d8-fddf-41a2-9e13-f48a2c6241fa/mbid-c81566d8-fddf-41a2-9e13-f48a2c6241fa-31865922029_thumb500.jpg",
    "thumbnail_uri": "https://ia800906.us.archive.org/33/items/mbid-c81566d8-fddf-41a2-9e13-f48a2c6241fa/mbid-c81566d8-fddf-41a2-9e13-f48a2c6241fa-31865922029_thumb250.jpg",
    "song": "Hound Dog",
    "track_id": "85b28968-101d-4281-b2c5-ddee82b0b84d",
    "recording_id": "c8580aa1-b63b-4c0b-aa4c-bc4e40eb12e6",
    "artist": "Big Mama Thornton",
    "artist_ids": [
        "2993f855-403f-4c6a-bea9-088cd5d354dc"
    ],
    "album": "A Brief History Of The Blues",
    "release_id": "c81566d8-fddf-41a2-9e13-f48a2c6241fa",
    "release_group_id": "c59ed80f-11b3-41bb-a6f3-ffff5e7295d1",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Big Mama Thornton, born on this date in 1926.  She died in 1984 at age of 58. Her 1953 version of \"Hound Dog,\" written by Lieber & Stoller, preceded Elvis Presley's 1956 hit. Did you know that Janis Joplin covered her version of \"\nBall and Chain\" when she sang with Big Brother & The Holding Company?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}