Information about plays

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

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

{
    "id": 3655922,
    "uri": "https://api.kexp.org/v2/plays/3655922/?format=api",
    "airdate": "2026-05-17T11:41:20-07:00",
    "show": 66741,
    "show_uri": "https://api.kexp.org/v2/shows/66741/?format=api",
    "image_uri": "https://coverartarchive.org/release/695f1a50-b52f-494b-9150-132c5de0bc5d/22565823499-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/695f1a50-b52f-494b-9150-132c5de0bc5d/22565823499-250.jpg",
    "song": "Georgia Morning Dew",
    "track_id": null,
    "recording_id": "7ed3e45a-7219-49b9-8ea8-2bd787377a17",
    "artist": "Johnny Adams",
    "artist_ids": [
        "ebb042e3-ec96-44de-80fa-65457e9c9560"
    ],
    "album": "Heart & Soul",
    "release_id": null,
    "release_group_id": "655e9afe-45d4-37e2-a3ab-bb2ab8fe7db9",
    "labels": [
        "SSS International"
    ],
    "label_ids": [],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The NOLA singer had nicknames like, “The Tan Canary” and “The Creole Nightingale.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}