Information about plays

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

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

{
    "id": 3657256,
    "uri": "https://api.kexp.org/v2/plays/3657256/?format=api",
    "airdate": "2026-05-20T13:50:25-07:00",
    "show": 66768,
    "show_uri": "https://api.kexp.org/v2/shows/66768/?format=api",
    "image_uri": "https://coverartarchive.org/release/ee44b272-c509-4ab6-8d6f-956309538c08/42272818764-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ee44b272-c509-4ab6-8d6f-956309538c08/42272818764-250.jpg",
    "song": "El is a Sound of Joy",
    "track_id": null,
    "recording_id": "21e56513-a0c7-4384-95e9-1396ccf2ce0f",
    "artist": "Sun Ra",
    "artist_ids": [
        "c27cac8e-4c4a-48c0-a4ba-41399b9c176d"
    ],
    "album": "Somewhere in Space",
    "release_id": null,
    "release_group_id": "bfbfc979-cd92-48ae-a520-c191f8f6ae20",
    "labels": [
        "Musica Jazz"
    ],
    "label_ids": [
        "4b260337-e4d4-490f-a67e-0f8066c8a7ff"
    ],
    "release_date": "2024-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sun Ra is the subject of a 2026 PBS American Masters documentary,  \"Sun Ra: Do the Impossible.\"  You can watch it here: https://www.pbs.org/wnet/americanmasters/sun-ra-do-the-impossible-documentary/37455/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}