Information about plays

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

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

{
    "id": 3612332,
    "uri": "https://api.kexp.org/v2/plays/3612332/?format=api",
    "airdate": "2026-02-02T16:27:31-08:00",
    "show": 65824,
    "show_uri": "https://api.kexp.org/v2/shows/65824/?format=api",
    "image_uri": "https://coverartarchive.org/release/66cd174e-828b-4101-ae49-ef9198a95208/27766010336-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/66cd174e-828b-4101-ae49-ef9198a95208/27766010336-250.jpg",
    "song": "Damn Right I Am Somebody",
    "track_id": null,
    "recording_id": "00a40c15-f110-4f4b-84b7-4dfe287a69aa",
    "artist": "Fred Wesley and the J.B.’s",
    "artist_ids": [
        "cb6a2948-7b9b-4a15-8c71-2b79cc76408e"
    ],
    "album": "Damn Right I Am Somebody",
    "release_id": null,
    "release_group_id": "5aa0439c-4157-3478-9655-a49c87ddb8da",
    "labels": [
        "P‐VINE RECORDS"
    ],
    "label_ids": [
        "f349f4ac-7fda-4d25-93a9-f148f820e143"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Making a Jazz Alley appearance February 19-22 with Martha High's Funky Divas.\n\nFred Wesley, the legendary trombone player, made a significant impact on funk music. From 1968 to 1975, he was the music director, arranger, trombonist, and a primary composer for James Brown’s band, The J.B.'s. Wesley’s influence helped shift the band’s sound from soul to funk, a style that would soon dominate R&B music. \n\nFred Wesley’s journey didn’t stop there – he also collaborated with George Clinton’s Parliament-Funkadelic and played in Bootsy Collins’ Bootsy’s RubbeR&Band. And even when he returned to his jazz roots, he couldn’t suppress the funk – he once said, “I’m a funky player who can play jazz.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}