Information about plays

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

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

{
    "id": 3633740,
    "uri": "https://api.kexp.org/v2/plays/3633740/?format=api",
    "airdate": "2026-03-26T04:11:11-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/29bac294-2164-48ee-b42c-8453f55ae6c5/41827135129-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29bac294-2164-48ee-b42c-8453f55ae6c5/41827135129-250.jpg",
    "song": "N.Y. So Hi",
    "track_id": null,
    "recording_id": "e9f39294-7b8e-43e7-8e3e-3d299944cd7a",
    "artist": "Eli Escobar",
    "artist_ids": [
        "518fd51f-9197-4e78-b28c-927aa9185bd8"
    ],
    "album": "Sweet Love EP",
    "release_id": null,
    "release_group_id": "58fbb2b3-5b2a-49ba-a1ec-e309518889a5",
    "labels": [
        "Night People NYC"
    ],
    "label_ids": [
        "85393158-694b-4682-b0e1-9738c510f04d"
    ],
    "release_date": "2014-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"N.Y. So Hi\" samples Sylvester's 1979 track \"I Need Somebody to Love Tonight\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}