Information about plays

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

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

{
    "id": 3644695,
    "uri": "https://api.kexp.org/v2/plays/3644695/?format=api",
    "airdate": "2026-04-20T23:04:01-07:00",
    "show": 66509,
    "show_uri": "https://api.kexp.org/v2/shows/66509/?format=api",
    "image_uri": "https://coverartarchive.org/release/41b0578e-87df-4165-8f54-3c4be4a11c39/44695444090-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/41b0578e-87df-4165-8f54-3c4be4a11c39/44695444090-250.jpg",
    "song": "Klouds Will Carry Me to Sleep",
    "track_id": null,
    "recording_id": "c859fcba-4b25-460e-9c7d-f9090d2832b1",
    "artist": "Gelli Haha",
    "artist_ids": [
        "1f804ef4-e3b2-430b-9cd1-883f234ea603"
    ],
    "album": "Klouds Will Carry Me to Sleep",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Innovative Leisure"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2026-03-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ultra-catchy single (and super fun music video!) - https://www.youtube.com/watch?v=M7_6fuJdmAE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}