Information about plays

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

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

{
    "id": 3627582,
    "uri": "https://api.kexp.org/v2/plays/3627582/?format=api",
    "airdate": "2026-03-11T00:25:49-07:00",
    "show": 66148,
    "show_uri": "https://api.kexp.org/v2/shows/66148/?format=api",
    "image_uri": "https://dn711008.ca.archive.org/0/items/mbid-a6b157c6-5650-4fb1-90db-3c1a430d334c/mbid-a6b157c6-5650-4fb1-90db-3c1a430d334c-5950554240_thumb500.jpg",
    "thumbnail_uri": "https://dn711008.ca.archive.org/0/items/mbid-a6b157c6-5650-4fb1-90db-3c1a430d334c/mbid-a6b157c6-5650-4fb1-90db-3c1a430d334c-5950554240_thumb250.jpg",
    "song": "Hollywood Forever Cemetary Sings",
    "track_id": "f9d188f3-3347-4f1b-a5a6-81b639d1c1a1",
    "recording_id": "29347e4c-f589-4dfe-b70c-a0488d822e7f",
    "artist": "Father John Misty",
    "artist_ids": [
        "172053e5-a7fb-4548-a64d-c53858b5e775"
    ],
    "album": "Live at KEXP, Volume Nine",
    "release_id": "a6b157c6-5650-4fb1-90db-3c1a430d334c",
    "release_group_id": "5df89912-04e2-4dc8-93e3-2eb1d1a4a4b6",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2013-09-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}