Information about plays

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

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

{
    "id": 3613249,
    "uri": "https://api.kexp.org/v2/plays/3613249/?format=api",
    "airdate": "2026-02-04T20:16:58-08:00",
    "show": 65841,
    "show_uri": "https://api.kexp.org/v2/shows/65841/?format=api",
    "image_uri": "https://ia800406.us.archive.org/8/items/mbid-ea577038-7ba1-4b49-ac09-6b09fdabc46d/mbid-ea577038-7ba1-4b49-ac09-6b09fdabc46d-17180159628_thumb500.jpg",
    "thumbnail_uri": "https://ia800406.us.archive.org/8/items/mbid-ea577038-7ba1-4b49-ac09-6b09fdabc46d/mbid-ea577038-7ba1-4b49-ac09-6b09fdabc46d-17180159628_thumb250.jpg",
    "song": "Friends and Strangers",
    "track_id": "808bc345-631e-3943-b474-13b838344cb4",
    "recording_id": "f6845527-1515-43d6-84b1-77b78207399a",
    "artist": "Ronnie Laws",
    "artist_ids": [
        "e26aa662-2255-4435-8332-85097f8aba0b"
    ],
    "album": "Blue ’70s: Blue Note Got Soul",
    "release_id": "ea577038-7ba1-4b49-ac09-6b09fdabc46d",
    "release_group_id": "498fa9cf-63f5-3d9a-b3c9-4e9496ef9f42",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2000-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled by M.F. Doom and many others",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}