Information about plays

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

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

{
    "id": 3615767,
    "uri": "https://api.kexp.org/v2/plays/3615767/?format=api",
    "airdate": "2026-02-10T13:31:43-08:00",
    "show": 65897,
    "show_uri": "https://api.kexp.org/v2/shows/65897/?format=api",
    "image_uri": "https://coverartarchive.org/release/dee1f517-383a-43ed-b33a-126828e455b7/25865134039-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dee1f517-383a-43ed-b33a-126828e455b7/25865134039-250.jpg",
    "song": "Los Conquistadores Chocolatés",
    "track_id": null,
    "recording_id": "d728789f-5bcc-4c9c-a308-e60f69ea765c",
    "artist": "Johnny “Hammond” Smith",
    "artist_ids": [
        "af8a8ede-2c56-469e-9069-463218595f85"
    ],
    "album": "Gears",
    "release_id": null,
    "release_group_id": "e199f355-ed97-381b-969c-812363186252",
    "labels": [
        "Milestone"
    ],
    "label_ids": [
        "d633e4af-9c3d-4cd6-996c-ba4f96706f5a"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Robert \"Johnny Hammond\" Smith was an American soul jazz and hard bop organist. Born in Louisville, Kentucky, he was a renowned player of the Hammond B-3 organ so earning \"Hammond\" as a nickname.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}