Information about plays

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

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

{
    "id": 3595098,
    "uri": "https://api.kexp.org/v2/plays/3595098/?format=api",
    "airdate": "2025-12-23T22:46:54-08:00",
    "show": 65460,
    "show_uri": "https://api.kexp.org/v2/shows/65460/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Joke",
    "track_id": "c1c4d15d-1f6f-4907-ae1e-346289cfdeb4",
    "recording_id": "02b48bd0-9aab-4f52-a147-f41a774916b9",
    "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": "Going out to Jacob in SC ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}