Information about plays

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

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

{
    "id": 3614969,
    "uri": "https://api.kexp.org/v2/plays/3614969/?format=api",
    "airdate": "2026-02-08T19:21:57-08:00",
    "show": 65881,
    "show_uri": "https://api.kexp.org/v2/shows/65881/?format=api",
    "image_uri": "https://coverartarchive.org/release/e973012e-67e3-4196-91f5-6bfba718a834/26407531590-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e973012e-67e3-4196-91f5-6bfba718a834/26407531590-250.jpg",
    "song": "Somebody Watching You",
    "track_id": null,
    "recording_id": "0054c3dd-416d-4dbd-9fa8-234112f3d61e",
    "artist": "Sacred Four",
    "artist_ids": [
        "ab5d1093-0cd6-4f1a-a42a-993297471b29"
    ],
    "album": "Good God! Born Again Funk",
    "release_id": null,
    "release_group_id": "116ee51f-3a0d-4fc1-a3f7-ab8ea0e0746e",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sacred Four originally released \"Somebody Watching You\" and b-side \"Lord I'll Make It Somehow\" in 1975, but you can find the track on the 2010 compilation album Good God! Born Again Funk.\n\nIndianapolis, Indiana gospel group Sacred Four was comprised of Albert \"Junior\" Townsend, Fred Hardy, Paul Carter, and Wesley Bailey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}