Information about plays

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

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

{
    "id": 3673541,
    "uri": "https://api.kexp.org/v2/plays/3673541/?format=api",
    "airdate": "2026-06-28T10:40:09-07:00",
    "show": 67109,
    "show_uri": "https://api.kexp.org/v2/shows/67109/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Stop Lovin' You Now",
    "track_id": null,
    "recording_id": "36ce723f-e95d-4215-b132-958ae252f730",
    "artist": "Solomon Burke",
    "artist_ids": [
        "d5c79890-36c5-4f1b-bed3-4468eee093f3"
    ],
    "album": "The Very Best Of",
    "release_id": null,
    "release_group_id": "96a4548d-e4e1-440a-9145-7180979983de",
    "labels": [
        "Metro Select"
    ],
    "label_ids": [
        "7f4ffb8c-a5d9-4a21-9719-a7cd5591277f"
    ],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A pioneer of classic soul as well as the many subgenres that originate with soul, Solomon Burke remains immortalized for his larger-than-life personality and his amazing voice.\n\nhttps://www.allmusic.com/artist/solomon-burke-mn0000031067",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}