Information about plays

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

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

{
    "id": 3543374,
    "uri": "https://api.kexp.org/v2/plays/3543374/?format=api",
    "airdate": "2025-08-22T17:06:47-07:00",
    "show": 64357,
    "show_uri": "https://api.kexp.org/v2/shows/64357/?format=api",
    "image_uri": "https://coverartarchive.org/release/08d33f5a-3cfe-4e63-a96a-cc6ecf2fab71/37126871515-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/08d33f5a-3cfe-4e63-a96a-cc6ecf2fab71/37126871515-250.jpg",
    "song": "Mindtrap",
    "track_id": null,
    "recording_id": "612f5b9d-a53e-41d3-91ab-06a107c1edce",
    "artist": "Telehealth",
    "artist_ids": [
        "c94f22ca-0965-4dee-aa71-8e15620a3779"
    ],
    "album": "Mindtrap",
    "release_id": null,
    "release_group_id": "69250705-afc6-48e5-b6aa-60383fb93871",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2023-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Telehealth is the Seattle-based project of Alexander Attitude (Deep Sea Diver, Brian John Appleby) and Kendra Cox (Lemolo) that make Devo-esque synthscapes targeting capitalism and the absurdities of our modern world.\n\nCheck out Telehealth's live in-studio performance at KEXP with Troy Nelson from August 2023! https://tinyurl.com/2smnnfvj",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}