Information about plays

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

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

{
    "id": 3624398,
    "uri": "https://api.kexp.org/v2/plays/3624398/?format=api",
    "airdate": "2026-03-02T12:24:26-08:00",
    "show": 66072,
    "show_uri": "https://api.kexp.org/v2/shows/66072/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ti Love",
    "track_id": "f66f0efd-f17b-4dc4-9c11-1198ae379d9b",
    "recording_id": "371685a1-0593-4883-be9e-b6626f89acd6",
    "artist": "David Walters feat. Fatoumata Diawara",
    "artist_ids": [
        "8fdad300-2bf5-48cf-b526-83e4b4eac0cd",
        "6f5064bb-7dbb-4a44-bac5-04c467394817"
    ],
    "album": "Ti Love",
    "release_id": "9e4aae59-55b3-4ea1-8711-90432101b7d5",
    "release_group_id": "910bc1c8-3bc1-42d3-8410-99ffc7bd1918",
    "labels": [
        "Heavenly Sweetness"
    ],
    "label_ids": [
        "8c982ccb-47db-4cc8-b067-b1ca113ee4b9"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Afro Caribbean music for your Soul\" from Marseille, France-based artist David Walters!\n\nThe new album 'Ti Love' came out at the end of January. Listen to it and download here: \n\nhttps://davidwaltersplay.bandcamp.com/album/ti-love-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}