Information about plays

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

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

{
    "id": 3629836,
    "uri": "https://api.kexp.org/v2/plays/3629836/?format=api",
    "airdate": "2026-03-16T18:41:18-07:00",
    "show": 66200,
    "show_uri": "https://api.kexp.org/v2/shows/66200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crawfish",
    "track_id": null,
    "recording_id": "0c46b87b-c7d2-4d21-82ee-a7acb87a1605",
    "artist": "Elvis Presley & Kitty White",
    "artist_ids": [],
    "album": "King Creole",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1958-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Crawfish\" is a song written by Fred Wise (lyrics) and Ben Weisman (music) and recorded as a duet by the jazz singer Kitty White and Elvis Presley.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}