Information about plays

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

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

{
    "id": 3607308,
    "uri": "https://api.kexp.org/v2/plays/3607308/?format=api",
    "airdate": "2026-01-21T17:43:31-08:00",
    "show": 65717,
    "show_uri": "https://api.kexp.org/v2/shows/65717/?format=api",
    "image_uri": "https://dn710309.ca.archive.org/0/items/mbid-89486102-b3f3-40f1-b3e4-a9aa5198278d/mbid-89486102-b3f3-40f1-b3e4-a9aa5198278d-18707715663_thumb500.jpg",
    "thumbnail_uri": "https://dn710309.ca.archive.org/0/items/mbid-89486102-b3f3-40f1-b3e4-a9aa5198278d/mbid-89486102-b3f3-40f1-b3e4-a9aa5198278d-18707715663_thumb250.jpg",
    "song": "The Mother",
    "track_id": "5e1b466a-bdb1-4a6f-b4bc-13fa85caa0af",
    "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": "89486102-b3f3-40f1-b3e4-a9aa5198278d",
    "release_group_id": "4230612f-f9e0-4d70-a969-b10f2cf4539b",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2018-02-16",
    "rotation_status": "Library",
    "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"
}