Information about plays

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

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

{
    "id": 3524284,
    "uri": "https://api.kexp.org/v2/plays/3524284/?format=api",
    "airdate": "2025-07-08T10:05:56-07:00",
    "show": 63957,
    "show_uri": "https://api.kexp.org/v2/shows/63957/?format=api",
    "image_uri": "https://ia601302.us.archive.org/10/items/mbid-ff313fb1-396a-4ae9-bb44-f1372454f4b4/mbid-ff313fb1-396a-4ae9-bb44-f1372454f4b4-12781028943_thumb500.jpg",
    "thumbnail_uri": "https://ia801302.us.archive.org/10/items/mbid-ff313fb1-396a-4ae9-bb44-f1372454f4b4/mbid-ff313fb1-396a-4ae9-bb44-f1372454f4b4-12781028943_thumb250.jpg",
    "song": "Bowls",
    "track_id": "6c9e4467-4f61-3e76-8308-d50242edb885",
    "recording_id": "d407b6b5-0fe8-43ca-9cd8-15fc0b261cab",
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "Swim",
    "release_id": "ff313fb1-396a-4ae9-bb44-f1372454f4b4",
    "release_group_id": "1e103be2-b071-40da-a88b-8e2f4732a8eb",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2010-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"... the track \"Bowls\" is made up of this percussive sound of these two Tibetan bowls that I got when I spent a month in southwest China last year. I got these two singing bowls and I was just hitting them, like, that's an interesting sound, even though that's not what you're supposed to do with them. And I sampled those two notes in and kind of mapped them out onto a keyboard.\" \n\n Enjoy this interview with Dan Snaith (Caribou): https://pitchfork.com/features/interview/7785-caribou/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}