Information about plays

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

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

{
    "id": 3556340,
    "uri": "https://api.kexp.org/v2/plays/3556340/?format=api",
    "airdate": "2025-09-22T13:33:08-07:00",
    "show": 64634,
    "show_uri": "https://api.kexp.org/v2/shows/64634/?format=api",
    "image_uri": "https://coverartarchive.org/release/bfdd3c5e-e5cc-42d1-9553-c09d6df3c867/6083579666-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bfdd3c5e-e5cc-42d1-9553-c09d6df3c867/6083579666-250.jpg",
    "song": "Compared to What",
    "track_id": null,
    "recording_id": "14110190-38d6-4b2d-9ca3-c6a1445dbdbc",
    "artist": "Les McCann & Eddie Harris",
    "artist_ids": [
        "bc16d640-a069-42ec-a8c1-c24fd5c3d206",
        "f9ba6d40-60f3-4c85-ac23-0bf67c3247e4"
    ],
    "album": "Swiss Movement",
    "release_id": null,
    "release_group_id": "44b33eaf-c6d8-38bb-9dea-d11044c484bc",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See video of the legendary performance of this song written by Gene McDaniels:\n\nhttps://www.youtube.com/watch?v=QdDZXKe9QPA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}