Information about plays

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

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

{
    "id": 3638235,
    "uri": "https://api.kexp.org/v2/plays/3638235/?format=api",
    "airdate": "2026-04-05T15:41:42-07:00",
    "show": 66375,
    "show_uri": "https://api.kexp.org/v2/shows/66375/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rabbit Heart (Raise It Up)",
    "track_id": "970ed729-d8b0-3112-a3c4-23f41314caf0",
    "recording_id": "5377424b-b7e7-4583-b4eb-61b9a370554e",
    "artist": "Florence + the Machine",
    "artist_ids": [
        "5fee3020-513b-48c2-b1f7-4681b01db0c6"
    ],
    "album": "Live at KEXP, Volume Seven",
    "release_id": "12f52ffd-65fb-40f2-bab3-5d990e34ec84",
    "release_group_id": "fc2a8410-ae6c-4dac-972b-165928a78e7e",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2011-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kevin Cole hosted this English indie band Live on KEXP on April 16, 2010 -- here's the video of that performance, which was also featured on LIVE AT KEXP Volume 7: https://youtu.be/k_dH6wp-qvQ\n\nFlorence + the Machine formed in London in 2007, consisting of vocalist Florence Welch, keyboardist Isabella Summers, guitarist Rob Ackroyd, harpist Tom Monger, and a collaboration of other musicians.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}