Information about plays

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

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

{
    "id": 3657491,
    "uri": "https://api.kexp.org/v2/plays/3657491/?format=api",
    "airdate": "2026-05-21T03:02:38-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://coverartarchive.org/release/10dcb762-01f7-4331-9cb4-9e4826ad0ae9/19996626741-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10dcb762-01f7-4331-9cb4-9e4826ad0ae9/19996626741-250.jpg",
    "song": "Love Song #1",
    "track_id": null,
    "recording_id": "27e90a34-648c-461c-bdfb-6acb6609a12f",
    "artist": "Meshell Ndegeocello",
    "artist_ids": [
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "Comfort Woman",
    "release_id": null,
    "release_group_id": "7e9eee9b-b63d-3a89-8a8e-eac6dc89edde",
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "2003-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rev's 3 AM Slow Jam of the Week <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}