Information about plays

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

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

{
    "id": 3551808,
    "uri": "https://api.kexp.org/v2/plays/3551808/?format=api",
    "airdate": "2025-09-11T18:44:25-07:00",
    "show": 64535,
    "show_uri": "https://api.kexp.org/v2/shows/64535/?format=api",
    "image_uri": "https://dn721908.ca.archive.org/0/items/mbid-da8bef20-2315-4b5a-888b-168249d62bea/mbid-da8bef20-2315-4b5a-888b-168249d62bea-42352385352_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-da8bef20-2315-4b5a-888b-168249d62bea/mbid-da8bef20-2315-4b5a-888b-168249d62bea-42352385352_thumb250.jpg",
    "song": "Follow the River",
    "track_id": "8d1d4704-9161-4ceb-b39d-3fa6b68358c1",
    "recording_id": "ad35b7fe-dc36-4b44-b58d-961812abc38c",
    "artist": "RIO KOSTA",
    "artist_ids": [
        "07f13029-a900-45af-a306-e0a657655190"
    ],
    "album": "Unicorn",
    "release_id": "da8bef20-2315-4b5a-888b-168249d62bea",
    "release_group_id": "7c7c2b1a-9f5d-4789-bec2-700a4da9b11f",
    "labels": [
        "Verdigris"
    ],
    "label_ids": [
        "9c670030-b940-404f-ad41-0a63d42b3428"
    ],
    "release_date": "2025-07-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Claire in Queen Anne!\n\n\"Hi Evie! Me and my coworkers are listening in, we are coming back to Olympia all the way from Walla Walla after a week of stream sampling. We don't usually get to hear KEXP but we are stuck in highway 18 traffic and have plenty of time to listen today. If you could play us your best river related song we would love it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}