Information about plays

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

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

{
    "id": 3523023,
    "uri": "https://api.kexp.org/v2/plays/3523023/?format=api",
    "airdate": "2025-07-05T15:44:39-07:00",
    "show": 63929,
    "show_uri": "https://api.kexp.org/v2/shows/63929/?format=api",
    "image_uri": "https://ia801801.us.archive.org/26/items/mbid-82c06148-49e1-4ea6-b3f0-d82003710407/mbid-82c06148-49e1-4ea6-b3f0-d82003710407-5241081245_thumb500.jpg",
    "thumbnail_uri": "https://ia801801.us.archive.org/26/items/mbid-82c06148-49e1-4ea6-b3f0-d82003710407/mbid-82c06148-49e1-4ea6-b3f0-d82003710407-5241081245_thumb250.jpg",
    "song": "Deceive",
    "track_id": "05e5d902-cfc6-47ce-a910-1363b31557bd",
    "recording_id": "7ec94cdc-b924-485e-9c20-fab2ceb3604d",
    "artist": "Trentemøller feat. Sune Rose Wagner",
    "artist_ids": [
        "cf24a691-3315-4a41-819a-beff52e0b964",
        "95e9aba6-f85c-48a0-9ec9-395d4f0e3875"
    ],
    "album": "Lost",
    "release_id": "ccf26e68-5567-4a67-8b73-654d1a908421",
    "release_group_id": "d1a64406-7359-4c30-a216-fcce4a50d671",
    "labels": [
        "In My Room"
    ],
    "label_ids": [
        "3d6fd228-8e06-4cd8-9951-73afbb2bf66a"
    ],
    "release_date": "2013-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the recent Trentemøller KEXP in-studio here:\nhttps://www.youtube.com/watch?v=o5eFBlOJtBQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}