Information about plays

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

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

{
    "id": 3626879,
    "uri": "https://api.kexp.org/v2/plays/3626879/?format=api",
    "airdate": "2026-03-08T20:31:01-07:00",
    "show": 66129,
    "show_uri": "https://api.kexp.org/v2/shows/66129/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Can't Be",
    "track_id": null,
    "recording_id": "11d89ec8-faef-4990-8465-cb33b25a23c4",
    "artist": "Ralph Young",
    "artist_ids": [
        "979e51cd-f34f-40c5-83d4-ae096ad30875"
    ],
    "album": "Cool Off the Floor",
    "release_id": null,
    "release_group_id": "206e2dfa-ddf5-4927-8c87-b6fbf088b411",
    "labels": [
        "Goldband Records"
    ],
    "label_ids": [
        "5436c09c-cdb5-4a2a-b6df-6613b3f1bb61"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soul singer & musician Ralph Young released \"Just Can't Be\" in 1992 on the album Cool Off The Floor.\n\nIt's the KEXP Spring Drive! \nhttps://www.kexp.org/donate/ \n\nWith your $180 one-time or $15 monthly gift--this hour only-- you can get the limited Music Matters Tee. White cotton/poly blend available in adult sizes XS-3XL.\n\nAnd when you donate $240 one-time or $20/mo, you can get the In Bloom MiiR Mug OR the In Bloom Tee PLUS the gray KEXP Baseball Hat.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}