Information about plays

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

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

{
    "id": 3588412,
    "uri": "https://api.kexp.org/v2/plays/3588412/?format=api",
    "airdate": "2025-12-08T08:06:07-08:00",
    "show": 65322,
    "show_uri": "https://api.kexp.org/v2/shows/65322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spitting Off the Edge of the World (Lush Version)",
    "track_id": "fa3a5814-a558-40e5-a84e-585041859bb7",
    "recording_id": "796fc02a-85a2-4f2b-a328-48f02b4f1a50",
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Spitting Off the Edge of the World (Lush Version)",
    "release_id": "c21648a0-a957-4f35-a65c-479edba5a570",
    "release_group_id": "f39ac57f-4850-4f7e-9aed-06be603f44e0",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2023-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1974, Nick Zinner, guitarist for the Yeah Yeah Yeahs, was born.\n\nThis is the \"Lush\" version of YYY's Spitting Off the Edge of the World. The original version of the track, which features fellow indie rocker Perfume Genius, was released as the first single from the band’s 2022 album Cool It Down. http://www.yeahyeahyeahs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}