Information about plays

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

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

{
    "id": 3607917,
    "uri": "https://api.kexp.org/v2/plays/3607917/?format=api",
    "airdate": "2026-01-23T04:46:25-08:00",
    "show": 65728,
    "show_uri": "https://api.kexp.org/v2/shows/65728/?format=api",
    "image_uri": "https://coverartarchive.org/release/25a4c076-3486-4fe3-a875-30b8f07873b0/36791911999-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/25a4c076-3486-4fe3-a875-30b8f07873b0/36791911999-250.jpg",
    "song": "Daylight",
    "track_id": null,
    "recording_id": "f5d6d00c-9bd7-4467-a66e-da854a6eef07",
    "artist": "RAMP",
    "artist_ids": [
        "0faefc2b-eab0-43ea-a118-07de01e2517b"
    ],
    "album": "Come Into Knowledge",
    "release_id": null,
    "release_group_id": "0c0a5c92-2b43-308a-af60-faf44960f4e6",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A 1977 Roy Ayers joint featuring Edwin Birdsong and vocals from Sharon Matthews and Sibel Thrasher. Sampled in \"Come Close Remix (Closer)\" by Common with Erykah Badu, Pharrell Williams and Q-Tip on vocals, and produced by J Dilla.  The lyrics for Common's original \"Come Close\" are a loving marriage proposition to his then girlfriend, Erykah Badu.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}