Information about plays

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

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

{
    "id": 3656693,
    "uri": "https://api.kexp.org/v2/plays/3656693/?format=api",
    "airdate": "2026-05-19T04:50:29-07:00",
    "show": 66756,
    "show_uri": "https://api.kexp.org/v2/shows/66756/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d18cb2d-2641-4b06-be16-2d72c199193a/44088746435-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d18cb2d-2641-4b06-be16-2d72c199193a/44088746435-250.jpg",
    "song": "A Plea",
    "track_id": null,
    "recording_id": "9717bdcf-ce7c-45d7-bf42-bf1d5a481009",
    "artist": "Flea",
    "artist_ids": [
        "2dc7a305-7a8c-4fcc-add4-5e9def0a9a0d"
    ],
    "album": "Honora",
    "release_id": null,
    "release_group_id": "72a726f5-5a54-4f32-a5bf-fd63289eed20",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Ref in Indiana -- Thanks for the request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}