Information about plays

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

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

{
    "id": 3638534,
    "uri": "https://api.kexp.org/v2/plays/3638534/?format=api",
    "airdate": "2026-04-06T07:20:50-07:00",
    "show": 66382,
    "show_uri": "https://api.kexp.org/v2/shows/66382/?format=api",
    "image_uri": "https://dn711100.ca.archive.org/0/items/mbid-3d1a7c20-2a4e-3a46-9d5d-f56d6d62d40d/mbid-3d1a7c20-2a4e-3a46-9d5d-f56d6d62d40d-15284686655_thumb500.jpg",
    "thumbnail_uri": "https://dn711100.ca.archive.org/0/items/mbid-3d1a7c20-2a4e-3a46-9d5d-f56d6d62d40d/mbid-3d1a7c20-2a4e-3a46-9d5d-f56d6d62d40d-15284686655_thumb250.jpg",
    "song": "Jetstream",
    "track_id": "c38559d2-8c15-3ea1-9a90-c584088518e1",
    "recording_id": "1aaa54b5-2879-484b-8004-9de582ffc7b0",
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Kingdom of Rust",
    "release_id": "3d1a7c20-2a4e-3a46-9d5d-f56d6d62d40d",
    "release_group_id": "f4c8db87-c444-3232-bea7-0dfba7f663f5",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2009-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2009!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}