Information about plays

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

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

{
    "id": 3648515,
    "uri": "https://api.kexp.org/v2/plays/3648515/?format=api",
    "airdate": "2026-04-30T02:31:17-07:00",
    "show": 66587,
    "show_uri": "https://api.kexp.org/v2/shows/66587/?format=api",
    "image_uri": "https://coverartarchive.org/release/bb20ef2c-8eef-4702-9493-350856c77eba/6317578498-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bb20ef2c-8eef-4702-9493-350856c77eba/6317578498-250.jpg",
    "song": "Honeymoon Express",
    "track_id": null,
    "recording_id": "0ad7d0c1-ca84-4586-ad7e-1eb91128324d",
    "artist": "Wendy & Lisa",
    "artist_ids": [
        "cd5f01dd-244a-42f0-ae2e-66ff13020024"
    ],
    "album": "Wendy and Lisa",
    "release_id": null,
    "release_group_id": "78a24f55-467c-3645-b94e-88add94e16a3",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Support community-powered music!\nMake your gift at https://www.kexp.org/donate/\n-------------------------------\n\nWendy & Lisa (briefly known as Girl Bros.) are a music duo consisting of Wendy Melvoin and Lisa Coleman. They began working with Prince in the early 1980s and were part of his band The Revolution, before branching out on their own and releasing their debut album in 1987.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}