Information about plays

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

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

{
    "id": 3637113,
    "uri": "https://api.kexp.org/v2/plays/3637113/?format=api",
    "airdate": "2026-04-03T02:58:28-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd1da0cd-6326-489c-807d-d993c2393d15/44545339191-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bd1da0cd-6326-489c-807d-d993c2393d15/44545339191-250.jpg",
    "song": "The Believer",
    "track_id": null,
    "recording_id": "2ff8eca8-8202-42d1-ad3f-4d78ba1e9898",
    "artist": "Terrace Martin & Marcus Gilmore",
    "artist_ids": [
        "47d06156-05af-420e-8835-be50353a5d52",
        "d3694b9d-a6e0-4b2a-ac39-c38a3a774412"
    ],
    "album": "PURPOSE",
    "release_id": null,
    "release_group_id": "b058126d-b371-4c77-83bb-9aa46a664b9c",
    "labels": [
        "Sounds of Crenshaw"
    ],
    "label_ids": [
        "ab085818-1bf0-48b5-9d14-cbde6e836f42"
    ],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}