Information about plays

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

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

{
    "id": 3607873,
    "uri": "https://api.kexp.org/v2/plays/3607873/?format=api",
    "airdate": "2026-01-23T02:13:15-08:00",
    "show": 65728,
    "show_uri": "https://api.kexp.org/v2/shows/65728/?format=api",
    "image_uri": "https://dn720708.ca.archive.org/0/items/mbid-ed40bfba-f9c9-4676-8bed-0a59f988a216/mbid-ed40bfba-f9c9-4676-8bed-0a59f988a216-23299494911_thumb500.jpg",
    "thumbnail_uri": "https://ia601607.us.archive.org/14/items/mbid-ed40bfba-f9c9-4676-8bed-0a59f988a216/mbid-ed40bfba-f9c9-4676-8bed-0a59f988a216-23299494911_thumb250.jpg",
    "song": "Alone",
    "track_id": "9668e37b-7223-46bc-bd7d-3b53a08b5e61",
    "recording_id": "d2c1d3fa-31ae-4fd1-b0be-daf95ee06d21",
    "artist": "Heart",
    "artist_ids": [
        "bdbd48f5-abf3-4a4f-9a21-4551dbc3fde9"
    ],
    "album": "Bad Animals",
    "release_id": "959d8cbb-7200-4d4e-938f-4fde2e3e8089",
    "release_group_id": "c3cb483f-b0b6-3e3e-9c23-2a773b4a665f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}