Information about plays

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

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

{
    "id": 3629078,
    "uri": "https://api.kexp.org/v2/plays/3629078/?format=api",
    "airdate": "2026-03-15T02:11:33-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chase the Dragon",
    "track_id": null,
    "recording_id": "2992e557-6e40-44a4-a6b4-f7ff62ee1451",
    "artist": "Persian Risk",
    "artist_ids": [
        "87a01027-a277-412d-b046-3dba2dadf59d"
    ],
    "album": "Calling for You",
    "release_id": null,
    "release_group_id": "e433c125-2b2e-40c8-901f-d532190cb60e",
    "labels": [
        "SRT"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Phil Campbell",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}