Information about plays

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

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

{
    "id": 3639730,
    "uri": "https://api.kexp.org/v2/plays/3639730/?format=api",
    "airdate": "2026-04-09T04:13:15-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/cb21dede-27ab-48cf-965c-c77de408166c/44102421798-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cb21dede-27ab-48cf-965c-c77de408166c/44102421798-250.jpg",
    "song": "Ol’ Time African Gods",
    "track_id": null,
    "recording_id": "c94639a6-7b07-4218-bdca-03fc843a9d98",
    "artist": "Shabaka",
    "artist_ids": [
        "5b0f26cc-1203-49d8-abe2-90bec87a2e71"
    ],
    "album": "Of the Earth",
    "release_id": null,
    "release_group_id": "8bcf7a5f-0c21-4052-9843-95dbba9a198b",
    "labels": [
        "Shabaka Records"
    ],
    "label_ids": [
        "c6b7943a-c02b-4610-9342-dc713215159d"
    ],
    "release_date": "2026-03-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}