Information about plays

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

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

{
    "id": 3639867,
    "uri": "https://api.kexp.org/v2/plays/3639867/?format=api",
    "airdate": "2026-04-09T12:09:24-07:00",
    "show": 66407,
    "show_uri": "https://api.kexp.org/v2/shows/66407/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain’t No Love in the Heart of the City",
    "track_id": null,
    "recording_id": "8715255e-9bae-43d6-81ab-9c318a671255",
    "artist": "Bobby Bland",
    "artist_ids": [
        "66ebc271-6a26-4fe7-848b-f217da119d92"
    ],
    "album": "Dreamer",
    "release_id": null,
    "release_group_id": "1c31d68c-7ddb-3aff-8961-dc2d27d452ba",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bobby \"Blue\" Bland's \"husky voice was gorgeous from the start, but as a young man he followed BB King – for a while literally, as his valet and chauffeur – and his singing took on a special character only after he began to study the recorded sermons of the Detroit preacher CL Franklin, Aretha's father. 'That's where I got my squall from,' he recalled. That alchemy of blues and gospel cadences would create one of the most affecting voices in black music.\": https://www.theguardian.com/music/2013/jun/24/bobby-blue-bland",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}