Information about plays

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

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

{
    "id": 3622956,
    "uri": "https://api.kexp.org/v2/plays/3622956/?format=api",
    "airdate": "2026-02-27T10:18:19-08:00",
    "show": 66043,
    "show_uri": "https://api.kexp.org/v2/shows/66043/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heads Will Roll",
    "track_id": "4f747275-1c6d-3040-aad6-6ccc52b97351",
    "recording_id": "493b4b13-f3a3-4ba6-8ae1-7667035dcc16",
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "It's Blitz!",
    "release_id": "e315a8a4-3ac4-4c68-af95-844a1d3d01c0",
    "release_group_id": "08e1a593-cbce-3943-8a90-79c4d8c2b693",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2009-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"For their third studio album, It’s Blitz!, the band called back TV on the Radio guitarist/producer Dave Sitek, who has produced most of the band’s releases, as well as Nick Launay, who produced 2007’s Is Is EP.\"\n\nRead more about this classic 2009 release here: https://tinyurl.com/3pwdbp68",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}