Information about plays

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

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

{
    "id": 3627435,
    "uri": "https://api.kexp.org/v2/plays/3627435/?format=api",
    "airdate": "2026-03-10T13:47:40-07:00",
    "show": 66145,
    "show_uri": "https://api.kexp.org/v2/shows/66145/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Figured Me Out",
    "track_id": null,
    "recording_id": "24ef042b-9177-451b-be6b-f6e52d312cfc",
    "artist": "Jamie Lidell",
    "artist_ids": [
        "0daf1c34-212a-442f-905d-c44f2adcc020"
    ],
    "album": "Jim",
    "release_id": null,
    "release_group_id": "7c67e12b-f419-3216-8fc4-abe50f7e29d4",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2008-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jamie Lidell is an British born, now Nashville based musician and soul singer. He was a member of Super Collider w/Cristian Vogel. He's also opened for James Brown, Prince, Bjork, Beck, Elton John and has 2 Grammy nominations for writing and producing.\n---\nhttps://jamielidell.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}