Information about plays

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

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

{
    "id": 3545401,
    "uri": "https://api.kexp.org/v2/plays/3545401/?format=api",
    "airdate": "2025-08-27T07:24:04-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://ia800303.us.archive.org/15/items/mbid-a4a5751d-9368-459e-9cfc-24fb6909fae2/mbid-a4a5751d-9368-459e-9cfc-24fb6909fae2-15494874457_thumb500.jpg",
    "thumbnail_uri": "https://ia800303.us.archive.org/15/items/mbid-a4a5751d-9368-459e-9cfc-24fb6909fae2/mbid-a4a5751d-9368-459e-9cfc-24fb6909fae2-15494874457_thumb250.jpg",
    "song": "Evermore",
    "track_id": "9c2eb645-d51e-4279-8626-4922b9f2197d",
    "recording_id": "adc1f817-1a26-48e2-900c-9d50e2906657",
    "artist": "Grandaddy",
    "artist_ids": [
        "9d4c4835-c71a-4647-a4fc-263e26832cd0"
    ],
    "album": "Last Place",
    "release_id": "a4a5751d-9368-459e-9cfc-24fb6909fae2",
    "release_group_id": "74bcd0ac-2a17-4030-9d71-69ecb6c9dd00",
    "labels": [
        "30th Century",
        "Columbia"
    ],
    "label_ids": [
        "0687f311-f77c-43c2-a48c-c01197e20cf9",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2017-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anything from Chromatics or Grandaddy would be amazing this morning Troy, thanks!\n\n- Ryan from Ballard",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}