Information about plays

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

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

{
    "id": 3641611,
    "uri": "https://api.kexp.org/v2/plays/3641611/?format=api",
    "airdate": "2026-04-13T15:12:12-07:00",
    "show": 66444,
    "show_uri": "https://api.kexp.org/v2/shows/66444/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Cool Job",
    "track_id": null,
    "recording_id": "41e208f4-487e-42ec-99bb-cde873354ef2",
    "artist": "Telehealth",
    "artist_ids": [
        "c94f22ca-0965-4dee-aa71-8e15620a3779"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2026-04-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Telehealth will have their hometown release show at Neumos in Seattle on May 14 with Coral Grief and Buddy Wynkopp! They'll also be stopping by Thee Stork Club in Oakland, CA on May 26!\n\nhttps://telehealth.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}