Information about plays

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

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

{
    "id": 3603085,
    "uri": "https://api.kexp.org/v2/plays/3603085/?format=api",
    "airdate": "2026-01-11T13:42:18-08:00",
    "show": 65623,
    "show_uri": "https://api.kexp.org/v2/shows/65623/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How Many X?",
    "track_id": "a496dc65-cc46-48c6-8d83-43e4c084435c",
    "recording_id": "b72dd253-126a-413e-948e-092edc700771",
    "artist": "Saba ft. Ogi",
    "artist_ids": [
        "057d211a-fba8-42d7-ad14-41f41d6f762f",
        "af6c3d0d-e438-486c-bbd2-b2396e503216"
    ],
    "album": "C0FFEE!",
    "release_id": "34ce402a-d398-4fcb-a879-19646f901005",
    "release_group_id": "a56f5348-2f01-42b2-8995-5c5c07951cab",
    "labels": [
        "Saba Pivot LLC"
    ],
    "label_ids": [
        "de484e0d-021e-431e-833a-ed1a75cac592"
    ],
    "release_date": "2025-10-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.sabapivot.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}