Information about plays

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

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

{
    "id": 3620688,
    "uri": "https://api.kexp.org/v2/plays/3620688/?format=api",
    "airdate": "2026-02-22T05:31:08-08:00",
    "show": 65999,
    "show_uri": "https://api.kexp.org/v2/shows/65999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Fourth Night of My Drinking",
    "track_id": "480f30bf-6b82-31cd-a006-77452509e693",
    "recording_id": "36671b1d-08d1-49d0-af7f-b6401b6b835a",
    "artist": "Drive-By Truckers",
    "artist_ids": [
        "8eae1e0a-1696-4532-9e3c-0a072217ef4c"
    ],
    "album": "The Big To-Do",
    "release_id": "5c1c4f35-1621-3b13-978b-e8b26e700c6d",
    "release_group_id": "d0afb0de-3233-49da-a71b-0f13a99ed062",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}