Information about plays

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

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

{
    "id": 3545751,
    "uri": "https://api.kexp.org/v2/plays/3545751/?format=api",
    "airdate": "2025-08-28T05:13:01-07:00",
    "show": 64407,
    "show_uri": "https://api.kexp.org/v2/shows/64407/?format=api",
    "image_uri": "https://ia903107.us.archive.org/2/items/mbid-0e8a1994-f0a7-481d-9be2-6c2f80e14de5/mbid-0e8a1994-f0a7-481d-9be2-6c2f80e14de5-29475045164_thumb500.jpg",
    "thumbnail_uri": "https://ia803107.us.archive.org/2/items/mbid-0e8a1994-f0a7-481d-9be2-6c2f80e14de5/mbid-0e8a1994-f0a7-481d-9be2-6c2f80e14de5-29475045164_thumb250.jpg",
    "song": "Everything in Its Right Place",
    "track_id": "afa998ee-4817-4b11-b141-4b002396423c",
    "recording_id": "15cb1242-f0ab-4c11-9670-26ba13fd2ea4",
    "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": "Lead singer Thom Yorke wrote \"Everything in Its Right Place\" about how he felt after a show on their 1997 OK Computer tour. The show was in Birmingham, England, and when Yorke got off stage he went to the dressing room and felt completely burned out. The band was becoming famous, but Yorke was feeling helpless and victimized...The line, \"Yesterday I woke up sucking a lemon,\" refers to the face you make because of a lemon's taste. During the OK Computer tour, Yorke walked around with a sour face a lot. https://www.songfacts.com/facts/radiohead/everything-in-its-right-place\n\nhttps://www.wasteheadquarters.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}