Information about plays

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

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

{
    "id": 3539641,
    "uri": "https://api.kexp.org/v2/plays/3539641/?format=api",
    "airdate": "2025-08-13T15:27:02-07:00",
    "show": 64279,
    "show_uri": "https://api.kexp.org/v2/shows/64279/?format=api",
    "image_uri": "https://ia801603.us.archive.org/1/items/mbid-76aee258-6388-45bd-ab24-efdc0b2fd4c9/mbid-76aee258-6388-45bd-ab24-efdc0b2fd4c9-22347669523_thumb500.jpg",
    "thumbnail_uri": "https://ia801603.us.archive.org/1/items/mbid-76aee258-6388-45bd-ab24-efdc0b2fd4c9/mbid-76aee258-6388-45bd-ab24-efdc0b2fd4c9-22347669523_thumb250.jpg",
    "song": "Cuatro Crazy",
    "track_id": "91f296a6-2a96-4e4d-8cc9-8e2d93efe004",
    "recording_id": "7a2e9554-8693-4d11-a4e5-96475cdb61af",
    "artist": "Y La Bamba",
    "artist_ids": [
        "f6157276-5fab-43d5-843c-3e77cd1a12d3"
    ],
    "album": "Mujeres",
    "release_id": "76aee258-6388-45bd-ab24-efdc0b2fd4c9",
    "release_group_id": "adc9f894-026f-497d-ad5c-9970764fa817",
    "labels": [
        "Tender Loving Empire"
    ],
    "label_ids": [
        "6708195c-ef0d-4d2e-a8b3-cba72670f17c"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Y La Bamba is the band name of Luz Elena Mendoza-Ramirez. They’ve been making music since the mid 2000s, starting out like many a great band, playing the open mics around their part time hometown of Portland, Oregon. \n--\nWatch this full performance by Y La Bamba, Live on KEXP, recorded in April, 2023: https://www.youtube.com/watch?v=gvRUqONpJjw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}