Information about plays

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

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

{
    "id": 3545658,
    "uri": "https://api.kexp.org/v2/plays/3545658/?format=api",
    "airdate": "2025-08-27T23:37:33-07:00",
    "show": 64405,
    "show_uri": "https://api.kexp.org/v2/shows/64405/?format=api",
    "image_uri": "https://dn721502.ca.archive.org/0/items/mbid-df2fe470-b0a0-4f23-80d8-7bf987d38913/mbid-df2fe470-b0a0-4f23-80d8-7bf987d38913-7840225389_thumb500.jpg",
    "thumbnail_uri": "https://dn721502.ca.archive.org/0/items/mbid-df2fe470-b0a0-4f23-80d8-7bf987d38913/mbid-df2fe470-b0a0-4f23-80d8-7bf987d38913-7840225389_thumb250.jpg",
    "song": "We Sing in Time",
    "track_id": "8d1283cd-f906-3719-9532-82b0d8d7a0f3",
    "recording_id": "2ce50d45-55d1-4d5a-a955-219dd858f9fd",
    "artist": "The Lonely Forest",
    "artist_ids": [
        "9029fab6-3c34-4c50-878f-4434ab5a2a4e"
    ],
    "album": "Arrows",
    "release_id": "df2fe470-b0a0-4f23-80d8-7bf987d38913",
    "release_group_id": "dd989c28-2b38-4907-b756-32737bb613c1",
    "labels": [
        "Trans- Records"
    ],
    "label_ids": [
        "d35da0bc-91df-4fee-81c1-f18b0f3a18da"
    ],
    "release_date": "2011-03-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Throw it back to 2014 with The Lonely Forest's last KEXP performance: https://www.youtube.com/watch?v=iyjCUqga8jU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}