Information about plays

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

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

{
    "id": 3521860,
    "uri": "https://api.kexp.org/v2/plays/3521860/?format=api",
    "airdate": "2025-07-02T23:08:54-07:00",
    "show": 63903,
    "show_uri": "https://api.kexp.org/v2/shows/63903/?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": "Turn Off This Song and Go Outside",
    "track_id": "be0ac2ee-19cc-321b-a9a3-efeea64e0672",
    "recording_id": "9431dc89-f080-4f77-9a78-d6614ace303e",
    "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": false,
    "is_live": false,
    "comment": "Local band out of Anacortes, WA, The Lonely Forest released two EP's and four studio album's together. They have been on hiatus since 2014, however they came through KEXP just before their break to do a Live on KEXP session, check it out!\nhttps://www.youtube.com/watch?v=sZ3C9JtTDmg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}