Information about plays

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

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

{
    "id": 3629558,
    "uri": "https://api.kexp.org/v2/plays/3629558/?format=api",
    "airdate": "2026-03-16T02:22:05-07:00",
    "show": 66194,
    "show_uri": "https://api.kexp.org/v2/shows/66194/?format=api",
    "image_uri": "https://coverartarchive.org/release/c238413c-7711-42ae-9127-f0388e170f3f/16852358982-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c238413c-7711-42ae-9127-f0388e170f3f/16852358982-250.jpg",
    "song": "The Shadow of Your Smile",
    "track_id": null,
    "recording_id": "7160f56d-96aa-4d8f-b149-37c95d54a837",
    "artist": "John Patton",
    "artist_ids": [
        "b76182c3-3b98-40cf-b34a-b9743e57f632"
    ],
    "album": "Let ’em Roll",
    "release_id": null,
    "release_group_id": "6ecd2721-4059-3175-9484-ca0321a1f347",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interesting line up of instrumentation on this particular album, Grant Green on Guitar, Bobby Hutcherson on vibraphone and B3 Organ by John Patton, a sound rarely combined but done to beautiful effect on Let Em' Roll",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}