Information about plays

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

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

{
    "id": 3562802,
    "uri": "https://api.kexp.org/v2/plays/3562802/?format=api",
    "airdate": "2025-10-08T21:08:54-07:00",
    "show": 64782,
    "show_uri": "https://api.kexp.org/v2/shows/64782/?format=api",
    "image_uri": "https://ia801800.us.archive.org/24/items/mbid-48b36c2e-6cbe-492c-bb8c-0a80ddbf3cbe/mbid-48b36c2e-6cbe-492c-bb8c-0a80ddbf3cbe-25351184261_thumb500.jpg",
    "thumbnail_uri": "https://ia601800.us.archive.org/24/items/mbid-48b36c2e-6cbe-492c-bb8c-0a80ddbf3cbe/mbid-48b36c2e-6cbe-492c-bb8c-0a80ddbf3cbe-25351184261_thumb250.jpg",
    "song": "Wucan",
    "track_id": "8a693892-4cae-3486-86fc-ab120fe12e04",
    "recording_id": "3c697524-2af6-4ef4-ac7b-e2fbae96789a",
    "artist": "Black Mountain",
    "artist_ids": [
        "4898b9ad-f564-4ff1-9046-b1a16dfd5200"
    ],
    "album": "In the Future",
    "release_id": "48b36c2e-6cbe-492c-bb8c-0a80ddbf3cbe",
    "release_group_id": "d4bc322a-66e3-33ca-b923-21765296ccce",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2008-01-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's the FALL DRIVE! kexp.org to donate!\n--\nCanadian rockers Black Mountain have performed several times over the years for KEXP. Watch their latest performance from 2019 here - https://www.youtube.com/watch?v=CMQvkYIupRw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}