Information about plays

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

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

{
    "id": 3562050,
    "uri": "https://api.kexp.org/v2/plays/3562050/?format=api",
    "airdate": "2025-10-06T15:26:24-07:00",
    "show": 64764,
    "show_uri": "https://api.kexp.org/v2/shows/64764/?format=api",
    "image_uri": "https://ia801502.us.archive.org/30/items/mbid-8a3be0f3-c237-4e0d-bdba-f82b3329a974/mbid-8a3be0f3-c237-4e0d-bdba-f82b3329a974-16252635324_thumb500.jpg",
    "thumbnail_uri": "https://ia801502.us.archive.org/30/items/mbid-8a3be0f3-c237-4e0d-bdba-f82b3329a974/mbid-8a3be0f3-c237-4e0d-bdba-f82b3329a974-16252635324_thumb250.jpg",
    "song": "Flying Over Water",
    "track_id": "9f4cf579-e4e6-4c21-9f04-c6a08c458d2c",
    "recording_id": "817608d4-0012-4acb-b917-d4d50fa6d131",
    "artist": "Jason Isbell",
    "artist_ids": [
        "4c501a41-5f23-41c9-a36a-5b86e894e08d"
    ],
    "album": "Southeastern",
    "release_id": "8a3be0f3-c237-4e0d-bdba-f82b3329a974",
    "release_group_id": "47e4fe0d-8be7-4bdc-b5e7-5b0409ed6afc",
    "labels": [
        "Southeastern Records"
    ],
    "label_ids": [
        "e0be67f0-048c-4bc6-a2b2-7a2199f78be1"
    ],
    "release_date": "2013-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#538 on YOUR countdown of the greatest albums of all-time.\n\nJason Isbell's album Southeastern is named after a tool-and-die shop where his father worked, a \"dungeon\" of a place he wanted to reclaim to find light. The album was a personal milestone, marking his journey out of addiction and into a new relationship, and features themes of recovery, grief, love, and humor. \n\nYou power KEXP! Make a one-time donation for the afternoon show: \nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}