Information about plays

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

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

{
    "id": 3657068,
    "uri": "https://api.kexp.org/v2/plays/3657068/?format=api",
    "airdate": "2026-05-20T03:02:14-07:00",
    "show": 66764,
    "show_uri": "https://api.kexp.org/v2/shows/66764/?format=api",
    "image_uri": "https://dn710108.ca.archive.org/0/items/mbid-9ac01864-3d84-3e8a-b514-72e578b50447/mbid-9ac01864-3d84-3e8a-b514-72e578b50447-955301193_thumb500.jpg",
    "thumbnail_uri": "https://dn710108.ca.archive.org/0/items/mbid-9ac01864-3d84-3e8a-b514-72e578b50447/mbid-9ac01864-3d84-3e8a-b514-72e578b50447-955301193_thumb250.jpg",
    "song": "Can You Tell",
    "track_id": "702e5c1e-4fe6-34af-a158-3d955d1e5353",
    "recording_id": "804d135b-8c79-43ff-8bbd-f1ae753b825f",
    "artist": "Ra Ra Riot",
    "artist_ids": [
        "d8f63b51-73e0-4f65-8bd3-bcfe6892fb0e"
    ],
    "album": "The Rhumb Line",
    "release_id": "9ac01864-3d84-3e8a-b514-72e578b50447",
    "release_group_id": "d026d09b-53bb-3954-ba82-73ad7243c4e0",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2008-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Go back to 2013 to watch Ra Ra Riot playing live in the KEXP studio (Cheryl was there!): https://www.youtube.com/watch?v=x0ZJa1IS2Vc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}