Information about plays

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

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

{
    "id": 3547277,
    "uri": "https://api.kexp.org/v2/plays/3547277/?format=api",
    "airdate": "2025-08-31T18:47:54-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/c438be6e-7574-4cb8-85b8-36d34b3d7f25/33254630604-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c438be6e-7574-4cb8-85b8-36d34b3d7f25/33254630604-250.jpg",
    "song": "Fo Sho",
    "track_id": null,
    "recording_id": "272a92f2-b586-4c08-b9f2-317f3f3ab205",
    "artist": "Delvon Lamarr Organ Trio",
    "artist_ids": [
        "d70f3879-b92c-4948-a430-fc25d2e3c52d"
    ],
    "album": "I Told You So",
    "release_id": null,
    "release_group_id": "10e02ce0-f9bf-47bd-9105-b97e8796a80e",
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2021-01-29",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Delvon Lamarr Organ Trio—or as it is sometimes referred to, DLO3—specialize in the lost art of “feel good music.”  The trio is composed of Delvon Lamarr on keyboards, Jimmy James on guitar, and Dan Weiss on drums. Watch their February 3rd Live at Home on KEXP performance at https://www.youtube.com/watch?v=KCyIfcevExE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}