Information about plays

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

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

{
    "id": 3616374,
    "uri": "https://api.kexp.org/v2/plays/3616374/?format=api",
    "airdate": "2026-02-12T00:50:55-08:00",
    "show": 65908,
    "show_uri": "https://api.kexp.org/v2/shows/65908/?format=api",
    "image_uri": "https://ia600406.us.archive.org/5/items/mbid-e683bdcb-67c4-45f1-9b79-f70d22663e93/mbid-e683bdcb-67c4-45f1-9b79-f70d22663e93-18344835343_thumb500.jpg",
    "thumbnail_uri": "https://ia600406.us.archive.org/5/items/mbid-e683bdcb-67c4-45f1-9b79-f70d22663e93/mbid-e683bdcb-67c4-45f1-9b79-f70d22663e93-18344835343_thumb250.jpg",
    "song": "Power of Love",
    "track_id": "91f0e094-9dbd-390b-8841-2ee670866bc0",
    "recording_id": "0c51611f-8a7a-44b9-823a-9fd1ba39178a",
    "artist": "Deee‐Lite",
    "artist_ids": [
        "83d401e8-3322-4491-98d3-ec3a567c5047"
    ],
    "album": "The Very Best of Deee-Lite",
    "release_id": "e683bdcb-67c4-45f1-9b79-f70d22663e93",
    "release_group_id": "99fa9556-3c69-391c-87db-133085020dcd",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}