Information about plays

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

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

{
    "id": 3613357,
    "uri": "https://api.kexp.org/v2/plays/3613357/?format=api",
    "airdate": "2026-02-05T02:38:40-08:00",
    "show": 65843,
    "show_uri": "https://api.kexp.org/v2/shows/65843/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd775778-a390-4ab6-a96b-cb5119f4ac03/35079123277-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cd775778-a390-4ab6-a96b-cb5119f4ac03/35079123277-250.jpg",
    "song": "Long as You Come Home",
    "track_id": null,
    "recording_id": "9e25a453-d3b1-43e9-8ac4-5bfef1b5daaf",
    "artist": "Brooke Valentine",
    "artist_ids": [
        "99d4a7bd-198c-4561-b87b-0cc162a43669"
    ],
    "album": "Chain Letter",
    "release_id": null,
    "release_group_id": "37ae7d9d-dce2-3d4d-a10c-9fd52444b7f9",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2005-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}