Information about plays

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

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

{
    "id": 3584961,
    "uri": "https://api.kexp.org/v2/plays/3584961/?format=api",
    "airdate": "2025-11-30T10:40:59-08:00",
    "show": 65252,
    "show_uri": "https://api.kexp.org/v2/shows/65252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bull-Doze Blues",
    "track_id": null,
    "recording_id": "2d1118f9-dbcd-457d-b7fe-a99949a48922",
    "artist": "Henry Thomas",
    "artist_ids": [
        "46b6c6e1-81ca-4fa8-b264-8f0fe49dff1a"
    ],
    "album": "Bull Doze Blues / Old Country Stomp",
    "release_id": null,
    "release_group_id": "ddfef512-65e9-4ae3-9093-158f6c3c163f",
    "labels": [
        "Vocalion"
    ],
    "label_ids": [
        "0b7d31cb-b99a-4a79-b730-0d9155988006"
    ],
    "release_date": "1929-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It’s one of the most recognizable songs in American pop culture, but most people don’t know that this tune was originally written in 1927—nearly fifty years before the cover “Going Up the Country” by Canned Heat made it internationally famous.'\" \n-https://escapebrooklyn.com/henry-thomas-bull-doze-blues/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}