Information about plays

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

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

{
    "id": 3568809,
    "uri": "https://api.kexp.org/v2/plays/3568809/?format=api",
    "airdate": "2025-10-23T05:54:48-07:00",
    "show": 64909,
    "show_uri": "https://api.kexp.org/v2/shows/64909/?format=api",
    "image_uri": "https://ia802803.us.archive.org/26/items/mbid-1c0c6207-8942-4bea-a1fa-532bb7920cf4/mbid-1c0c6207-8942-4bea-a1fa-532bb7920cf4-20672181626_thumb500.jpg",
    "thumbnail_uri": "https://ia902803.us.archive.org/26/items/mbid-1c0c6207-8942-4bea-a1fa-532bb7920cf4/mbid-1c0c6207-8942-4bea-a1fa-532bb7920cf4-20672181626_thumb250.jpg",
    "song": "That's the Way Love Goes",
    "track_id": "982a154a-ee8d-34c2-b0fa-9d8258a753e3",
    "recording_id": "8ac71ab3-002c-4d92-ac04-aba31c753861",
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "To Lefty From Willie",
    "release_id": "7f3ca49a-d656-4c3b-8790-a3f3d34d61be",
    "release_group_id": "dbb41f9a-7784-4f0f-8697-d7d3e7a29975",
    "labels": [
        "Sony Legacy"
    ],
    "label_ids": [
        "73fe8a7b-eaa3-477a-8719-dfc4823394d2"
    ],
    "release_date": "2003-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Willie Nelson’s twenty-first studio album and his tribute to country singer Lefty Frizzell who passed away in 1975 at the age of 47.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}