Information about plays

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

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

{
    "id": 3570209,
    "uri": "https://api.kexp.org/v2/plays/3570209/?format=api",
    "airdate": "2025-10-26T11:40:14-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/17ce4281-0066-4d6c-b2af-f70e287c7f85/26496375465-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17ce4281-0066-4d6c-b2af-f70e287c7f85/26496375465-250.jpg",
    "song": "No Headstone on My Grave",
    "track_id": null,
    "recording_id": "ccf329b3-949c-4ec7-b661-7e217420b0a6",
    "artist": "Esther Phillips",
    "artist_ids": [
        "e261c42a-cbd7-4b97-8b72-218801bdc5b9"
    ],
    "album": "The Country Side of Esther Phillips",
    "release_id": null,
    "release_group_id": "db207826-e26a-4c9e-b562-a09b399085df",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covers the Charlie Rich song. The California-based R&B singer’s brief pivot into country and 4th studio album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}