Information about plays

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

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

{
    "id": 3640690,
    "uri": "https://api.kexp.org/v2/plays/3640690/?format=api",
    "airdate": "2026-04-11T10:09:17-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "https://coverartarchive.org/release/409b9329-5ea3-4e64-b343-1c4adf543da3/14323153533-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/409b9329-5ea3-4e64-b343-1c4adf543da3/14323153533-250.jpg",
    "song": "Conversation Dub (My Conversation)",
    "track_id": null,
    "recording_id": "de3d3eb4-8dc0-48e3-80d7-f65b87c01d5d",
    "artist": "King Tubby",
    "artist_ids": [
        "576134a6-9f1f-4bfa-af04-4848195849ca"
    ],
    "album": "King Tubby’s Meets Scientist in a World of Dub",
    "release_id": null,
    "release_group_id": "91188dc4-fed3-4088-a2a9-ecfa0bc8b585",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}