Information about plays

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

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

{
    "id": 3564797,
    "uri": "https://api.kexp.org/v2/plays/3564797/?format=api",
    "airdate": "2025-10-14T02:34:37-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Lies",
    "track_id": "946eadbc-ea79-3ddb-8c61-34d6aaf01201",
    "recording_id": "bcdea2d5-3425-4c1d-8faa-5544a0ba524d",
    "artist": "Horace X",
    "artist_ids": [
        "834ab68a-1242-4e8f-b203-94b188c68066"
    ],
    "album": "Sackbutt",
    "release_id": "948acd2c-ca13-42aa-bc9f-22cb801ed26a",
    "release_group_id": "bfef5df4-21d9-3cc9-bb10-e99c4fba3f26",
    "labels": [
        "Omnium Recordings"
    ],
    "label_ids": [
        "d43ae25e-b24d-4d4c-b1b9-56039f78204c"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}