Information about plays

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

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

{
    "id": 3656249,
    "uri": "https://api.kexp.org/v2/plays/3656249/?format=api",
    "airdate": "2026-05-18T04:12:15-07:00",
    "show": 66748,
    "show_uri": "https://api.kexp.org/v2/shows/66748/?format=api",
    "image_uri": "https://coverartarchive.org/release/a219269b-2b2b-4130-a750-97fae2e7d054/7622781787-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a219269b-2b2b-4130-a750-97fae2e7d054/7622781787-250.jpg",
    "song": "In Love With Useless (The Timeless Geometry in the Tradition of Passing)",
    "track_id": null,
    "recording_id": "a26d0020-f08d-4305-ad27-d8714351039a",
    "artist": "A Sunny Day in Glasgow",
    "artist_ids": [
        "73571028-9318-4090-ab36-c111974e195b"
    ],
    "album": "Sea When Absent",
    "release_id": null,
    "release_group_id": "cc514c1c-1b6c-476d-bc93-d96ef0e21757",
    "labels": [
        "Lefse"
    ],
    "label_ids": [],
    "release_date": "2014-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2014 fave",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}