Information about plays

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

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

{
    "id": 3620086,
    "uri": "https://api.kexp.org/v2/plays/3620086/?format=api",
    "airdate": "2026-02-20T22:27:43-08:00",
    "show": 65987,
    "show_uri": "https://api.kexp.org/v2/shows/65987/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Electric Relaxation",
    "track_id": null,
    "recording_id": "b569357e-7aa3-46ff-9318-cbc4a3a0b691",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Electric Relaxation\" contains samples of \"Mystic Brew\" by Ronnie Foster, \"Outside Love\" by Brethren, \"Dreams\" by Ramsey Lewis and \"Aquarius\" by Cal Tjader.\n\n\nCleverly looping a sample of Ronnie Foster’s organ and bassline, the track transforms the original’s soulful groove into something simultaneously vintage and fresh. The new rhythmic context, combined with Q-Tip’s iconic lyrics, redefines “Mystic Brew” as the epitome of cool.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}