Information about plays

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

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

{
    "id": 3618245,
    "uri": "https://api.kexp.org/v2/plays/3618245/?format=api",
    "airdate": "2026-02-16T09:52:42-08:00",
    "show": 65949,
    "show_uri": "https://api.kexp.org/v2/shows/65949/?format=api",
    "image_uri": "https://dn711001.ca.archive.org/0/items/mbid-6ca7f4c7-e62c-4bc6-97cd-04b25f90b512/mbid-6ca7f4c7-e62c-4bc6-97cd-04b25f90b512-8250118267_thumb500.jpg",
    "thumbnail_uri": "https://dn711001.ca.archive.org/0/items/mbid-6ca7f4c7-e62c-4bc6-97cd-04b25f90b512/mbid-6ca7f4c7-e62c-4bc6-97cd-04b25f90b512-8250118267_thumb250.jpg",
    "song": "Breathe Me",
    "track_id": "9840f967-9111-34ae-909d-190d9955652c",
    "recording_id": "2fe73d9b-a345-4673-b09f-1a67eca27b94",
    "artist": "Sia",
    "artist_ids": [
        "2f548675-008d-4332-876c-108b0c7ab9c5"
    ],
    "album": "Colour the Small One",
    "release_id": "6ca7f4c7-e62c-4bc6-97cd-04b25f90b512",
    "release_group_id": "2caa6415-bf30-3870-bf7a-0b1db8b16d48",
    "labels": [
        "Astralwerks",
        "Go! Beat"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f",
        "cd275ac6-9af0-4465-895b-462208cb716e"
    ],
    "release_date": "2006-01-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This tale of anxiety and self-harm was very real to Sia. The very night she wrote it, she attempted suicide by taking 22 Valium and downing a bottle of vodka, something she didn't reveal until a series of interviews in 2018. After, a phone call from an old friend convinced her to get sober.\n\nhttps://www.siamusic.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}