Information about plays

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

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

{
    "id": 3638650,
    "uri": "https://api.kexp.org/v2/plays/3638650/?format=api",
    "airdate": "2026-04-06T14:22:55-07:00",
    "show": 66384,
    "show_uri": "https://api.kexp.org/v2/shows/66384/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0760dd1-8667-4b8d-b8e4-8385b21239bb/5768430674-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b0760dd1-8667-4b8d-b8e4-8385b21239bb/5768430674-250.jpg",
    "song": "Fast Car (El Mizell Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Tracy Chapman",
    "artist_ids": [],
    "album": "Tracy Chapman",
    "release_id": null,
    "release_group_id": "a738bdf1-f610-30aa-9ae7-9a4f90d6f2d7",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1988-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Rafael!\n\n\"Fast Car\" was released on this day in 1988. Since the release of Chapman's original, the song has had success in two electronic dance versions by Swedish DJ Tobtok and British DJ Jonas Blue, as well as a country cover by American singer Luke Combs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}