Information about plays

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

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

{
    "id": 3628447,
    "uri": "https://api.kexp.org/v2/plays/3628447/?format=api",
    "airdate": "2026-03-13T15:30:26-07:00",
    "show": 66170,
    "show_uri": "https://api.kexp.org/v2/shows/66170/?format=api",
    "image_uri": "https://coverartarchive.org/release/26d84ea9-4012-45f6-bab9-9ad3845b0025/17924594247-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/26d84ea9-4012-45f6-bab9-9ad3845b0025/17924594247-250.jpg",
    "song": "I Know You, I Live You",
    "track_id": null,
    "recording_id": "f0eab6e0-2624-46b6-ad11-3c058a5e77a4",
    "artist": "Chaka Khan",
    "artist_ids": [
        "900e9144-019d-4043-86cb-ec0e127c39d0"
    ],
    "album": "What Cha’ Gonna Do for Me",
    "release_id": null,
    "release_group_id": "a7b23b0a-7aee-35e9-8185-fa373cc4a954",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1981-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kaytranada's \"At All\" samples Chaka Khan's \"I Know You, I Live You (Reprise).\"\n--\n\"Like I feel a song in the morning\nLike I see the moon at night\nI know you as if I've known you all my life\nI know you, I live you...\"\nChaka Khan and producer Arif Mardin wrote this song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}