Information about plays

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

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

{
    "id": 3641293,
    "uri": "https://api.kexp.org/v2/plays/3641293/?format=api",
    "airdate": "2026-04-12T18:45:03-07:00",
    "show": 66436,
    "show_uri": "https://api.kexp.org/v2/shows/66436/?format=api",
    "image_uri": "https://coverartarchive.org/release/01457495-485a-4aeb-bc23-e64ffebfabd4/32696137457-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/01457495-485a-4aeb-bc23-e64ffebfabd4/32696137457-250.jpg",
    "song": "Don’t Give Up",
    "track_id": null,
    "recording_id": "95a2da88-d664-4d01-940b-5b220542a83a",
    "artist": "The Williams Singers",
    "artist_ids": [
        "95deae17-1ad3-4a5a-8dc5-1d3024352edc"
    ],
    "album": "World Spirituality Classics 2 – The Time For Peace Is Now: Gospel Music About Us",
    "release_id": null,
    "release_group_id": "d3b7a3a3-2305-49d2-a72f-a246a87d3871",
    "labels": [
        "Cadet"
    ],
    "label_ids": [],
    "release_date": "2019-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Williams Singers originally released \"Don't Give Up\" to close out their 1973 album He Lifted Me, but you can find the track on the 2019 compilation album World Spirituality Classics 2 – The Time For Peace Is Now: Gospel Music About Us.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}