Information about plays

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

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

{
    "id": 3619550,
    "uri": "https://api.kexp.org/v2/plays/3619550/?format=api",
    "airdate": "2026-02-19T14:50:19-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "https://coverartarchive.org/release/31137e7a-dce1-4066-9c7a-05de177f1163/4254007853-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31137e7a-dce1-4066-9c7a-05de177f1163/4254007853-250.jpg",
    "song": "You’ve Got It Bad Girl",
    "track_id": null,
    "recording_id": "e02d4d8d-523c-42d2-9eed-a2e06fb97c50",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Talking Book",
    "release_id": null,
    "release_group_id": "58c6d809-bfa7-3b25-acf3-a99d53402b08",
    "labels": [],
    "label_ids": [],
    "release_date": "1972-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevie Wonder – lead vocal, background vocal, Fender Rhodes, drums, Moog bass, T.O.N.T.O. synthesizer\n--\nCount Bass D sampled the hook for  \"Music vs. Bulls**t.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}