Information about plays

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

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

{
    "id": 3615864,
    "uri": "https://api.kexp.org/v2/plays/3615864/?format=api",
    "airdate": "2026-02-10T19:01:01-08:00",
    "show": 65899,
    "show_uri": "https://api.kexp.org/v2/shows/65899/?format=api",
    "image_uri": "https://coverartarchive.org/release/42ca4e59-f902-415a-8e66-d7705022b896/10275781076-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/42ca4e59-f902-415a-8e66-d7705022b896/10275781076-250.jpg",
    "song": "Heaven",
    "track_id": null,
    "recording_id": "aaa30daf-8203-42af-89bb-5f0dcca3f26f",
    "artist": "Ebo Taylor",
    "artist_ids": [
        "8b034085-b06d-4c42-9be3-d709be169d79"
    ],
    "album": "Ghana Soundz: Afro-Beat, Funk and Fusion in 70's Ghana",
    "release_id": null,
    "release_group_id": "0797845f-45be-34c7-815b-cf3619d58fbb",
    "labels": [
        "Soundway"
    ],
    "label_ids": [
        "f430383a-3137-4ffd-8720-5e50bf8e8a27"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rest in peace to Ebo Taylor who passed away at 90 years-old a few days ago on February 7th.\n\nRead and learn more about Taylor's life, music and legacy here: https://tinyurl.com/y4mvbpyz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}