Information about plays

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

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

{
    "id": 3652710,
    "uri": "https://api.kexp.org/v2/plays/3652710/?format=api",
    "airdate": "2026-05-09T20:03:50-07:00",
    "show": 66674,
    "show_uri": "https://api.kexp.org/v2/shows/66674/?format=api",
    "image_uri": "https://coverartarchive.org/release/312d2f1d-dcf6-4816-91fc-b3c62fad3f81/29596222651-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/312d2f1d-dcf6-4816-91fc-b3c62fad3f81/29596222651-250.jpg",
    "song": "Can’t Be Sure",
    "track_id": null,
    "recording_id": "10059d5e-42ae-405a-ae98-03a75c7c842a",
    "artist": "Sunbathe",
    "artist_ids": [
        "9bb85c03-30a5-4ae6-b124-dd679389c493"
    ],
    "album": "Somewhere in Between",
    "release_id": null,
    "release_group_id": "9893cefb-736d-4e8f-80bd-7cb3aa0295c9",
    "labels": [
        "Time Release"
    ],
    "label_ids": [
        "05010123-660a-4dd2-ab73-5a9d97d2ca10"
    ],
    "release_date": "2020-05-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sunbathe are a rock band from Portland!\n\nhttps://thisissunbathe.com/album/somewhere-in-between",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}