Information about plays

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

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

{
    "id": 3640281,
    "uri": "https://api.kexp.org/v2/plays/3640281/?format=api",
    "airdate": "2026-04-10T12:29:45-07:00",
    "show": 66415,
    "show_uri": "https://api.kexp.org/v2/shows/66415/?format=api",
    "image_uri": "https://dn711109.ca.archive.org/0/items/mbid-eabe4574-f277-470e-a3bc-a50ffd2d9384/mbid-eabe4574-f277-470e-a3bc-a50ffd2d9384-3852282266_thumb500.jpg",
    "thumbnail_uri": "https://dn711109.ca.archive.org/0/items/mbid-eabe4574-f277-470e-a3bc-a50ffd2d9384/mbid-eabe4574-f277-470e-a3bc-a50ffd2d9384-3852282266_thumb250.jpg",
    "song": "Rhthm & Soul",
    "track_id": "e2db73dd-8fc3-3db6-8370-a21648e952c5",
    "recording_id": "068b3c0f-6dd4-4bf1-b82c-8ca0b520b3a3",
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Ga Ga Ga Ga Ga",
    "release_id": "eabe4574-f277-470e-a3bc-a50ffd2d9384",
    "release_group_id": "9fe3ccc2-9649-3ac3-bc7f-a82d9b6ee815",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2007-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That sweet double shot of Spoon on the Midday Show!\n\nHere's Spoon playing this tune for us way back in 2014. https://www.youtube.com/watch?v=-ipJOwXhUR0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}