Information about plays

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

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

{
    "id": 3609280,
    "uri": "https://api.kexp.org/v2/plays/3609280/?format=api",
    "airdate": "2026-01-26T06:08:22-08:00",
    "show": 65759,
    "show_uri": "https://api.kexp.org/v2/shows/65759/?format=api",
    "image_uri": "https://ia801306.us.archive.org/4/items/mbid-092166ae-2391-4f66-8b2d-9525edfce085/mbid-092166ae-2391-4f66-8b2d-9525edfce085-5129466574_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/4/items/mbid-092166ae-2391-4f66-8b2d-9525edfce085/mbid-092166ae-2391-4f66-8b2d-9525edfce085-5129466574_thumb250.jpg",
    "song": "Don’t Stop Honey",
    "track_id": "441395ee-dfb5-3103-a239-9a61851ca080",
    "recording_id": "193dd546-c276-4d27-8b3e-e4bce07a138b",
    "artist": "R.L. Burnside",
    "artist_ids": [
        "355eed00-6c40-4d33-940a-600b2597407a"
    ],
    "album": "Come On In",
    "release_id": "092166ae-2391-4f66-8b2d-9525edfce085",
    "release_group_id": "422d0eca-e749-3b96-abe1-ca2ef2cf40b8",
    "labels": [
        "Epitaph",
        "Fat Possum Records"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c",
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "1998-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the remix album by Delta blues guitarist R. L. Burnside, released by Fat Possum in 1998.\n\nhttps://rlburnside.bandcamp.com/album/come-on-in",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}