Information about plays

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

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

{
    "id": 3614841,
    "uri": "https://api.kexp.org/v2/plays/3614841/?format=api",
    "airdate": "2026-02-08T11:23:25-08:00",
    "show": 65878,
    "show_uri": "https://api.kexp.org/v2/shows/65878/?format=api",
    "image_uri": "https://coverartarchive.org/release/26a535dd-961d-4582-87a0-58847a465419/39051274509-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/26a535dd-961d-4582-87a0-58847a465419/39051274509-250.jpg",
    "song": "Such a Night",
    "track_id": null,
    "recording_id": "c415c73f-5710-412c-b8b7-24471406833b",
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "In the Right Place",
    "release_id": null,
    "release_group_id": "4bec5aa0-b2ee-3931-a8d9-81d4e533b8b2",
    "labels": [
        "Rhino Atlantic"
    ],
    "label_ids": [
        "ca886390-daf6-4b2a-853f-b0331827572c"
    ],
    "release_date": "1973-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"If I don't do it, somebody else will...\"\n--\nHere's Dr. John performing this during The Band's \"Last Waltz\" movie: https://www.youtube.com/watch?v=SCRrXZP8b0I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}