Information about plays

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

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

{
    "id": 3594183,
    "uri": "https://api.kexp.org/v2/plays/3594183/?format=api",
    "airdate": "2025-12-21T19:37:15-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I've Got My Love to Keep Me Warm",
    "track_id": "6e6f5631-636d-379d-b719-c27795d41c14",
    "recording_id": "c3f19588-10f3-4e77-9903-c5af5c5a23fd",
    "artist": "Billie Holiday",
    "artist_ids": [
        "d59c4cda-11d9-48db-8bfe-b557ee602aed"
    ],
    "album": "The Best of Billie Holiday: The Master Takes and Singles",
    "release_id": "49f3dd2d-b928-4232-9529-ec862db72821",
    "release_group_id": "b33f6249-299a-301b-8ff4-c8bc0ab1bff1",
    "labels": [
        "Sony BMG Music Entertainment"
    ],
    "label_ids": [
        "f9ada3ae-3081-44df-8581-ca27a3462b68"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going to Ms Andie in the U-District!\n\nWritten by Irving Berlin. Fun fact: this song, although typically associated with Christmas and New Years, actually has no winter holiday references in it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}