Information about plays

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

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

{
    "id": 3624803,
    "uri": "https://api.kexp.org/v2/plays/3624803/?format=api",
    "airdate": "2026-03-03T12:24:03-08:00",
    "show": 66080,
    "show_uri": "https://api.kexp.org/v2/shows/66080/?format=api",
    "image_uri": "https://ia801308.us.archive.org/4/items/mbid-ca17f11b-c07d-4913-9c0a-6c784c1258f5/mbid-ca17f11b-c07d-4913-9c0a-6c784c1258f5-14003829124_thumb500.jpg",
    "thumbnail_uri": "https://dn710308.ca.archive.org/0/items/mbid-ca17f11b-c07d-4913-9c0a-6c784c1258f5/mbid-ca17f11b-c07d-4913-9c0a-6c784c1258f5-14003829124_thumb250.jpg",
    "song": "Harmonica Song",
    "track_id": "71681f41-0ba3-3e9e-b085-ff32ab943995",
    "recording_id": "8fb9a6f8-4826-4965-acf2-70fc4beb5ba4",
    "artist": "The Helio Sequence",
    "artist_ids": [
        "b6ab8d01-0cb3-4515-bc05-d928397e7429"
    ],
    "album": "Love and Distance",
    "release_id": "ca17f11b-c07d-4913-9c0a-6c784c1258f5",
    "release_group_id": "33b45fb5-8d65-34fe-a3d5-3497f3a498b8",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2004-06-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Love and Distance\"  was recorded January 2003 - January 2004 in Isaac Brock's garage, Benjamin's [Weikel] parents' bonus room and basement, and in Brandon [Summers] and Benjamin's apartments.\n--\nHere's a live version of \"Harmonica Song\" from KEXP's Concerts at the Mural in 2017: https://www.youtube.com/watch?v=IGLpjbpSJOc.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}