Information about plays

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

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

{
    "id": 3565850,
    "uri": "https://api.kexp.org/v2/plays/3565850/?format=api",
    "airdate": "2025-10-16T12:31:51-07:00",
    "show": 64849,
    "show_uri": "https://api.kexp.org/v2/shows/64849/?format=api",
    "image_uri": "https://coverartarchive.org/release/89486102-b3f3-40f1-b3e4-a9aa5198278d/18707715663-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/89486102-b3f3-40f1-b3e4-a9aa5198278d/18707715663-250.jpg",
    "song": "The Mother",
    "track_id": null,
    "recording_id": "4ed69830-62cc-46f2-a4c2-53fba66fd1d9",
    "artist": "Brandi Carlile",
    "artist_ids": [
        "baf05baf-69fb-47dd-93c2-033536b8c385"
    ],
    "album": "By the Way, I Forgive You",
    "release_id": null,
    "release_group_id": "4230612f-f9e0-4d70-a969-b10f2cf4539b",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2018-02-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Brandi Carlile's 2018 KEXP in-studio that includes a live performance of \"Mother\" here: https://www.youtube.com/watch?v=xRDHjIw5g8A\n\nhttps://www.brandicarlile.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}