Information about plays

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

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

{
    "id": 3641650,
    "uri": "https://api.kexp.org/v2/plays/3641650/?format=api",
    "airdate": "2026-04-13T18:29:30-07:00",
    "show": 66445,
    "show_uri": "https://api.kexp.org/v2/shows/66445/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Have Mercy On Us",
    "track_id": null,
    "recording_id": null,
    "artist": "The James Taylor Quartet | Benenden Chapel Choir",
    "artist_ids": [],
    "album": "Te Deum",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Acid Jazz Records"
    ],
    "label_ids": [
        "083b7440-786c-4553-98f1-52a5b0154ec1"
    ],
    "release_date": "2026-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out 29 May, ‘Te Deum’ sets the ancient, 4th century Christian text to intense jazz, funk, and Latin grooves.\n\nhttps://acidjazz.bandcamp.com/album/te-deum",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}