Information about plays

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

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

{
    "id": 3638112,
    "uri": "https://api.kexp.org/v2/plays/3638112/?format=api",
    "airdate": "2026-04-05T09:00:28-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-2372cd49-fbcf-4151-ba76-a6a1f0e56e11/mbid-2372cd49-fbcf-4151-ba76-a6a1f0e56e11-28274796850_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-2372cd49-fbcf-4151-ba76-a6a1f0e56e11/mbid-2372cd49-fbcf-4151-ba76-a6a1f0e56e11-28274796850_thumb250.jpg",
    "song": "Jesus Boogie",
    "track_id": "a945d9bc-8f66-4cf3-b3b8-a92468e4ddf5",
    "recording_id": "b9c64342-a87f-4550-aeb8-b7228d911178",
    "artist": "Sturgill Simpson",
    "artist_ids": [
        "f6e61750-a6b7-4d88-979b-052345cd0e4a"
    ],
    "album": "Cuttin' Grass - Vol. 2 (The Cowboy Arms Sessions)",
    "release_id": "2372cd49-fbcf-4151-ba76-a6a1f0e56e11",
    "release_group_id": "d220f33c-b69c-4354-b411-bf6df9e40271",
    "labels": [
        "High Top Mountain Records"
    ],
    "label_ids": [
        "8be3db54-49d4-46c7-a3e7-6cfdfa81c5a6"
    ],
    "release_date": "2020-12-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing September 18th at Climate Pledge Arena in Seattle, it will be pretty different from this song following his Johnny Blue Skies album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}