Information about plays

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

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

{
    "id": 3625630,
    "uri": "https://api.kexp.org/v2/plays/3625630/?format=api",
    "airdate": "2026-03-05T13:32:20-08:00",
    "show": 66099,
    "show_uri": "https://api.kexp.org/v2/shows/66099/?format=api",
    "image_uri": "https://coverartarchive.org/release/961b8512-7e2b-477a-92eb-b3852d201243/3590877101-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/961b8512-7e2b-477a-92eb-b3852d201243/3590877101-250.jpg",
    "song": "The Watcher",
    "track_id": null,
    "recording_id": "9d6073d6-ceda-44c9-87ba-ae3cdb6b88ea",
    "artist": "Rodney Franklin",
    "artist_ids": [
        "142cc4f5-396e-45f5-b142-97a375351aa1"
    ],
    "album": "You'll Never Know",
    "release_id": null,
    "release_group_id": "dab6112e-e816-3adf-9038-ea4e33ca618e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rodney Franklin is a soul-jazz piano player: https://www.allmusic.com/artist/rodney-franklin-mn0000294144\n--\nThis song was sampled by ATCQ in the previous track, Word Play.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}