Information about plays

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

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

{
    "id": 3607422,
    "uri": "https://api.kexp.org/v2/plays/3607422/?format=api",
    "airdate": "2026-01-22T00:10:56-08:00",
    "show": 65719,
    "show_uri": "https://api.kexp.org/v2/shows/65719/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9d24eec-89de-4bd1-b3fc-ae1a878a6ee9/13600521522-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f9d24eec-89de-4bd1-b3fc-ae1a878a6ee9/13600521522-250.jpg",
    "song": "The Patriotic Flag-Waiver",
    "track_id": null,
    "recording_id": "9d5904e6-5b32-4453-b16e-ad424a4d14a6",
    "artist": "Dr. John, the Night Tripper",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Babylon",
    "release_id": null,
    "release_group_id": "f5a87e5a-5179-34c4-82ce-aa9190b197bf",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1969-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}