Information about plays

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

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

{
    "id": 3616145,
    "uri": "https://api.kexp.org/v2/plays/3616145/?format=api",
    "airdate": "2026-02-11T11:39:17-08:00",
    "show": 65904,
    "show_uri": "https://api.kexp.org/v2/shows/65904/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The National Anthem",
    "track_id": "a2f1129f-002f-4efb-85f8-6efb3dd099fb",
    "recording_id": "112a00e0-7994-4fe3-8cc6-240ce016bd20",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Kid A",
    "release_id": "af94b009-b110-4c50-8f7a-7a122d6a2257",
    "release_group_id": "e75c0549-ad55-39e3-8025-c72c5d4a3c5d",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Radiohead singer Thom Yorke wrote the \"National Anthem\" bassline when he was 16, and played bass on the studio recording. In 1997, Radiohead recorded drums and bass for the song, intending to develop it as a B-side for their third album, OK Computer, but decided to save it for their next album, 2000's Kid A. Watch Radiohead performing \"The National Anthem\" live in Berkeley in 2017: https://youtu.be/NrZ_xK75iRs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}