Information about plays

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

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

{
    "id": 3629147,
    "uri": "https://api.kexp.org/v2/plays/3629147/?format=api",
    "airdate": "2026-03-15T05:58:07-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://coverartarchive.org/release/deda3965-05e7-4dec-9f81-2879bd61729c/12695370791-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/deda3965-05e7-4dec-9f81-2879bd61729c/12695370791-250.jpg",
    "song": "Just a Gigolo",
    "track_id": null,
    "recording_id": "cafe2a90-1667-43a4-ba18-8823b324f42a",
    "artist": "Thelonious Monk Quartet",
    "artist_ids": [
        "1cbe3eea-4671-452a-9265-7ef1ef9d8d2e"
    ],
    "album": "Monk’s Dream",
    "release_id": null,
    "release_group_id": "e592af5d-94e1-33a5-bc42-2a500a818c92",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}