Information about plays

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

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

{
    "id": 3577201,
    "uri": "https://api.kexp.org/v2/plays/3577201/?format=api",
    "airdate": "2025-11-12T10:26:07-08:00",
    "show": 65089,
    "show_uri": "https://api.kexp.org/v2/shows/65089/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Hurt Me, I’m Trying",
    "track_id": "50782538-ff71-425b-8535-fd00963a198d",
    "recording_id": "163c70e4-7c64-458e-938d-f90ce95d219e",
    "artist": "NoSo",
    "artist_ids": [
        "78bde001-49b0-42d1-b62b-32c47e0ce36b"
    ],
    "album": "When Are You Leaving?",
    "release_id": "75e39e6b-8823-4013-a861-adcfdfe5c446",
    "release_group_id": "99423b29-403f-4c12-9984-72a13affcab1",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NoSo just performed live on KEXP last Friday, Nov. 7, at 11 AM. Subscribe to our youtube to watch the performance when it releases!\n\nAnd you can still listen back to the performance via KEXP's two-week streaming archive: https://www.kexp.org/archive/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}