Information about plays

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

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

{
    "id": 3549236,
    "uri": "https://api.kexp.org/v2/plays/3549236/?format=api",
    "airdate": "2025-09-05T13:33:47-07:00",
    "show": 64481,
    "show_uri": "https://api.kexp.org/v2/shows/64481/?format=api",
    "image_uri": "https://ia800201.us.archive.org/29/items/mbid-3ed91d02-694d-470b-9914-d07fc4924d25/mbid-3ed91d02-694d-470b-9914-d07fc4924d25-10125016296_thumb500.jpg",
    "thumbnail_uri": "https://ia800201.us.archive.org/29/items/mbid-3ed91d02-694d-470b-9914-d07fc4924d25/mbid-3ed91d02-694d-470b-9914-d07fc4924d25-10125016296_thumb250.jpg",
    "song": "The Flight",
    "track_id": "aa788e22-d5a7-44d1-8b1f-74c767332e7f",
    "recording_id": "fae4d34e-77b0-4ceb-a17f-dc917e213ecd",
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "What For?",
    "release_id": "3ed91d02-694d-470b-9914-d07fc4924d25",
    "release_group_id": "3bb6a0b9-cdef-4238-a986-1e4dd426783b",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2015-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing San Francisco:\n\nSep 12 & 13 \nBimbo's 365 Club\nSan Francisco, CA\n\nTaken from Toro y Moi's fourth studio album \n\nhttps://toroymoi.bandcamp.com/album/what-for",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}