Information about plays

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

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

{
    "id": 3547495,
    "uri": "https://api.kexp.org/v2/plays/3547495/?format=api",
    "airdate": "2025-09-01T08:28:04-07:00",
    "show": 64445,
    "show_uri": "https://api.kexp.org/v2/shows/64445/?format=api",
    "image_uri": "https://ia803405.us.archive.org/10/items/mbid-f57ebc64-884f-4f03-a376-c313e4eeccf5/mbid-f57ebc64-884f-4f03-a376-c313e4eeccf5-24822071058_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-f57ebc64-884f-4f03-a376-c313e4eeccf5/mbid-f57ebc64-884f-4f03-a376-c313e4eeccf5-24822071058_thumb250.jpg",
    "song": "Home",
    "track_id": "bda354a4-fe9b-457d-9993-40031ac90f0f",
    "recording_id": "d1d3beda-c8bd-4419-9078-b1fd19931cee",
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "Suddenly",
    "release_id": "d3fee3e2-0430-4565-b6c6-fa1628dd1a7b",
    "release_group_id": "975b39ae-77fa-4b6e-b1fc-e981b4c62f1c",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2020-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Caribou is one of the stage names used by Dan Snaith, a Canadian electronic vocalist, songwriter, and producer.\n\nSee Caribou live in San Francisco at Portola Festival on September 20th!\n\nhttps://www.caribou.fm/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}