Information about plays

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

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

{
    "id": 3656565,
    "uri": "https://api.kexp.org/v2/plays/3656565/?format=api",
    "airdate": "2026-05-18T22:20:27-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/49b39079-0b92-4de7-9f18-c64bd83fb9a8/44451329349-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/49b39079-0b92-4de7-9f18-c64bd83fb9a8/44451329349-250.jpg",
    "song": "Silver Spoon",
    "track_id": null,
    "recording_id": "1739c28a-94ac-47fe-9302-e5bf0eaf097a",
    "artist": "Telehealth",
    "artist_ids": [
        "c94f22ca-0965-4dee-aa71-8e15620a3779"
    ],
    "album": "Green World Image",
    "release_id": null,
    "release_group_id": "d8f78af6-a017-4cc1-be41-539955e5446a",
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [],
    "release_date": "2026-05-15",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Infectious new record from Seattle's Telehealth - https://telehealth.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}