Information about plays

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

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

{
    "id": 3608615,
    "uri": "https://api.kexp.org/v2/plays/3608615/?format=api",
    "airdate": "2026-01-24T18:54:32-08:00",
    "show": 65746,
    "show_uri": "https://api.kexp.org/v2/shows/65746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wanna Believe",
    "track_id": "d3e87df1-4107-4950-926f-ec8926596d98",
    "recording_id": "187ea4ad-f3b3-403e-be06-b7c3849bf62e",
    "artist": "Summer Cannibals",
    "artist_ids": [
        "eae09e20-597c-4347-9349-906b6538ae00"
    ],
    "album": "Full Of It",
    "release_id": "863ef8a5-7db0-4a19-b581-748ad3ae9e20",
    "release_group_id": "4616e734-6e2b-4eed-8136-ed3971828428",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2016-05-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Summer Cannibals perform \"I Wanna Believe\" live on KEXP t Little London Plane during Upstream Music Fest, back in 2017:\n\nhttps://www.youtube.com/watch?v=x5smpUrvLLI",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}