Information about plays

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

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

{
    "id": 3639638,
    "uri": "https://api.kexp.org/v2/plays/3639638/?format=api",
    "airdate": "2026-04-08T23:22:28-07:00",
    "show": 66403,
    "show_uri": "https://api.kexp.org/v2/shows/66403/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4ae122c-ada6-39a8-9f1a-77c991b15acb/14999515110-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4ae122c-ada6-39a8-9f1a-77c991b15acb/14999515110-250.jpg",
    "song": "Handle With Care",
    "track_id": null,
    "recording_id": "ea5d3599-55ef-49d4-9244-731f1f9a3ec2",
    "artist": "Traveling Wilburys",
    "artist_ids": [
        "4387b544-e4d0-4f18-b74e-d4a5ba1582ab"
    ],
    "album": "Traveling Wilburys, Vol. 1",
    "release_id": null,
    "release_group_id": "7bfb7661-aef3-3f43-b625-542726cb078d",
    "labels": [
        "Wilbury Records"
    ],
    "label_ids": [
        "3b62043e-6c5e-42bd-886f-0452d1f04033"
    ],
    "release_date": "1988-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}