Information about plays

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

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

{
    "id": 3617829,
    "uri": "https://api.kexp.org/v2/plays/3617829/?format=api",
    "airdate": "2026-02-15T11:28:53-08:00",
    "show": 65940,
    "show_uri": "https://api.kexp.org/v2/shows/65940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thanks a Lot",
    "track_id": "de38b844-28ab-3ee3-a96a-7b02dfe8e21a",
    "recording_id": "fb96553f-800b-42c6-be5c-83875924f32c",
    "artist": "Neko Case & Her Boyfriends",
    "artist_ids": [
        "4763e116-5ba5-4ad2-b2b6-95c3179e6904"
    ],
    "album": "The Virginian",
    "release_id": "2fa28d25-3436-3aca-826a-ab917ec15ae3",
    "release_group_id": "3b9ddd3f-8f18-3041-bc11-e708f4005b48",
    "labels": [
        "Mint Records"
    ],
    "label_ids": [
        "71587054-8671-48e3-ae91-fab5315fd06b"
    ],
    "release_date": "1997-07-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Charlie Rich penned tune Johnny Cash first recorded in 1959",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}