Information about plays

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

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

{
    "id": 3558507,
    "uri": "https://api.kexp.org/v2/plays/3558507/?format=api",
    "airdate": "2025-09-27T19:59:27-07:00",
    "show": 64683,
    "show_uri": "https://api.kexp.org/v2/shows/64683/?format=api",
    "image_uri": "https://coverartarchive.org/release/194735a1-2e00-4388-a929-b958c7eff4eb/26496738990-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/194735a1-2e00-4388-a929-b958c7eff4eb/26496738990-250.jpg",
    "song": "Beat Fall",
    "track_id": null,
    "recording_id": "9be7af83-99cd-4b3f-9976-1a64e511f2a0",
    "artist": "Lithics",
    "artist_ids": [
        "c98690bd-7a66-4104-89e6-46a6237ee1fc"
    ],
    "album": "Tower of Age",
    "release_id": null,
    "release_group_id": "e33c59a8-2d50-4143-9e9b-7cfbcfd7be41",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2020-06-03",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Lithics - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=cwHmeFidLbE\n\nLithics were the subject of a KEXP \"Throwaway Style\" episode last year: https://www.kexp.org/read/2020/6/18/throwaway-style-lithics-build-tower-age-out-serrated-post-punk/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}