Information about plays

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

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

{
    "id": 3544668,
    "uri": "https://api.kexp.org/v2/plays/3544668/?format=api",
    "airdate": "2025-08-25T14:32:09-07:00",
    "show": 64386,
    "show_uri": "https://api.kexp.org/v2/shows/64386/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-b2ebee2e-23b7-4c77-81ec-d5e2d8096f5d/mbid-b2ebee2e-23b7-4c77-81ec-d5e2d8096f5d-35397949377_thumb500.jpg",
    "thumbnail_uri": "https://ia800409.us.archive.org/14/items/mbid-b2ebee2e-23b7-4c77-81ec-d5e2d8096f5d/mbid-b2ebee2e-23b7-4c77-81ec-d5e2d8096f5d-35397949377_thumb250.jpg",
    "song": "Towers",
    "track_id": "5a1fa858-41d8-45b0-a47a-8c5fd012f5d6",
    "recording_id": "62ca8eb9-0ecf-48a8-bb28-66d240542b62",
    "artist": "Meshell Ndegeocello feat. Joel Ross",
    "artist_ids": [
        "6d09039b-3e1f-49ef-b8e3-b8b7267a8578",
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "The Omnichord Real Book",
    "release_id": "b2ebee2e-23b7-4c77-81ec-d5e2d8096f5d",
    "release_group_id": "c0d172cd-868c-47e3-8604-59898125d149",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2023-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Taryn! <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}