Information about plays

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

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

{
    "id": 3569923,
    "uri": "https://api.kexp.org/v2/plays/3569923/?format=api",
    "airdate": "2025-10-25T20:09:56-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://ia804501.us.archive.org/17/items/mbid-a229776c-f2ce-45e7-8120-04f89aa0a5f3/mbid-a229776c-f2ce-45e7-8120-04f89aa0a5f3-7195755321_thumb500.jpg",
    "thumbnail_uri": "https://ia804501.us.archive.org/17/items/mbid-a229776c-f2ce-45e7-8120-04f89aa0a5f3/mbid-a229776c-f2ce-45e7-8120-04f89aa0a5f3-7195755321_thumb250.jpg",
    "song": "Last Kiss",
    "track_id": "ccb6f9cd-56d6-3641-b04e-0aa3cc6494dc",
    "recording_id": "da0c35ce-5a36-47c4-8810-64f2ad643a94",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Lost Dogs",
    "release_id": "a229776c-f2ce-45e7-8120-04f89aa0a5f3",
    "release_group_id": "5bccefdc-a56e-3c3c-ac80-7246da328ee6",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2003-11-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's Pearl Jam covering Wayne Cochran and the C.C. Riders' \"Last Kiss\" (and making it their own)!\n\nhttps://www.youtube.com/watch?v=tNDWJ_KDkAc",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}