Information about plays

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

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

{
    "id": 3657525,
    "uri": "https://api.kexp.org/v2/plays/3657525/?format=api",
    "airdate": "2026-05-21T04:49:29-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://coverartarchive.org/release/512145c4-b3fe-4ef1-b2a1-48e7515c6ea8/16118744816-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/512145c4-b3fe-4ef1-b2a1-48e7515c6ea8/16118744816-250.jpg",
    "song": "Didn’t It Rain",
    "track_id": null,
    "recording_id": "1f53d6b1-4ec0-43b9-a9ec-7c2bbedb4a21",
    "artist": "Sister Rosetta Tharpe and Marie Knight with Sam Price Trio",
    "artist_ids": [
        "f5625c87-5a62-4b3b-a375-fe08a71acddc",
        "7fa1292d-7db0-42aa-a88e-eb3bd9d0c7c4",
        "c9ad83de-53cd-489d-b3a6-0b7dc3675e4f"
    ],
    "album": "Didn't It Rain / Stretch Out",
    "release_id": null,
    "release_group_id": "e78485b5-01a2-4447-9636-2729efcaf3a4",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1947-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Godmother of Rock & Roll, Sister Rosetta Tharpe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}