Information about plays

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

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

{
    "id": 3612109,
    "uri": "https://api.kexp.org/v2/plays/3612109/?format=api",
    "airdate": "2026-02-02T01:40:02-08:00",
    "show": 65818,
    "show_uri": "https://api.kexp.org/v2/shows/65818/?format=api",
    "image_uri": "https://coverartarchive.org/release/7d515895-4004-49e6-aa61-8d31ee9e68a2/16371747112-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7d515895-4004-49e6-aa61-8d31ee9e68a2/16371747112-250.jpg",
    "song": "I’m Through With Love",
    "track_id": null,
    "recording_id": "da2c8c1b-b657-43a7-ba5a-e90709cbe27d",
    "artist": "Keith Jarrett",
    "artist_ids": [
        "061c4920-3ea6-4835-98f6-02f3b82f5e3a"
    ],
    "album": "The Melody at Night, With You",
    "release_id": null,
    "release_group_id": "6d6a83dd-05ac-3de1-887f-e0da7a603532",
    "labels": [
        "ECM Records"
    ],
    "label_ids": [
        "1edf842b-d727-4d27-8db6-f31882443f89"
    ],
    "release_date": "1999-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Intimate sounds of Keith Jarrett on solo piano",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}