Information about plays

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

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

{
    "id": 3639841,
    "uri": "https://api.kexp.org/v2/plays/3639841/?format=api",
    "airdate": "2026-04-09T10:23:37-07:00",
    "show": 66407,
    "show_uri": "https://api.kexp.org/v2/shows/66407/?format=api",
    "image_uri": "https://dn710700.ca.archive.org/0/items/mbid-5285f0c8-f382-4347-a41f-4d18a851eb3d/mbid-5285f0c8-f382-4347-a41f-4d18a851eb3d-5915165729_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-5285f0c8-f382-4347-a41f-4d18a851eb3d/mbid-5285f0c8-f382-4347-a41f-4d18a851eb3d-5915165729_thumb250.jpg",
    "song": "Silver Donna",
    "track_id": "8ac4d715-09ad-4dab-8b51-8251d62c8b07",
    "recording_id": "2f4f480d-a750-4af0-bc1b-e8d2238ef078",
    "artist": "Damien Jurado",
    "artist_ids": [
        "f4805b9d-68f8-438e-8f13-ec7bcb4c8581"
    ],
    "album": "Brothers and Sisters of the Eternal Son",
    "release_id": "5285f0c8-f382-4347-a41f-4d18a851eb3d",
    "release_group_id": "bedccc9c-9b65-4162-bcc5-ef0fc5caf26a",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2014-01-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Damien Jurado has performed Live on KEXP a few times, including this 2022 performance:\n\nhttps://www.youtube.com/watch?v=MXa0CamaXVA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}