Information about plays

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

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

{
    "id": 3586739,
    "uri": "https://api.kexp.org/v2/plays/3586739/?format=api",
    "airdate": "2025-12-04T13:08:38-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "https://coverartarchive.org/release/4269cab6-2952-43cf-8813-3eb7059ec6c3/6693131507-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4269cab6-2952-43cf-8813-3eb7059ec6c3/6693131507-250.jpg",
    "song": "A Deeper Shade of Soul",
    "track_id": null,
    "recording_id": "0ba9ac75-9fd9-4220-a667-bf5d4d5ec657",
    "artist": "Ray Barretto",
    "artist_ids": [
        "169153fd-ba80-401a-8ccd-2825efaf9155"
    ],
    "album": "Acid",
    "release_id": null,
    "release_group_id": "82210a1f-badf-3477-a6b1-bc8efcddd610",
    "labels": [
        "Fania"
    ],
    "label_ids": [
        "a00f1d54-2e47-492b-b24b-3b994b2ba0c4"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song by percussionist Ray Barretto sampled the hook from the Steve Cropper co-penned \"Knock On Wood.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}