Information about plays

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

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

{
    "id": 3613571,
    "uri": "https://api.kexp.org/v2/plays/3613571/?format=api",
    "airdate": "2026-02-05T14:48:07-08:00",
    "show": 65847,
    "show_uri": "https://api.kexp.org/v2/shows/65847/?format=api",
    "image_uri": "https://coverartarchive.org/release/8b2c41c1-b96b-3392-bce5-9dc0d1275737/5803388927-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8b2c41c1-b96b-3392-bce5-9dc0d1275737/5803388927-250.jpg",
    "song": "Giant Steps",
    "track_id": null,
    "recording_id": "fcb5244a-192d-447d-86c6-22025d267111",
    "artist": "Joe Pass",
    "artist_ids": [
        "2f43e416-f1bf-4f04-8853-a0019aa12441"
    ],
    "album": "Virtuoso #2",
    "release_id": null,
    "release_group_id": "e99fd21a-a777-3dde-97b4-58139c53146d",
    "labels": [
        "Pablo"
    ],
    "label_ids": [
        "d828e118-efa4-466e-bbd9-d38754251359"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born Joseph Anthony Passalaqua, Joe Pass was a legendary jazz guitarist considered gifted as a soloist and as accompanist to such stellar singers as Frank Sinatra, Sarah Vaughan and Ella Fitzgerald.\n--\nThis is a cover of John Coltrane's \"Giant Steps.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}