Information about plays

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

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

{
    "id": 3595091,
    "uri": "https://api.kexp.org/v2/plays/3595091/?format=api",
    "airdate": "2025-12-23T22:21:28-08:00",
    "show": 65460,
    "show_uri": "https://api.kexp.org/v2/shows/65460/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nightcall",
    "track_id": "232b0307-58af-4a01-b935-402a114b1c6e",
    "recording_id": "b0a5049e-e967-4b06-a8db-24b5caaaf40f",
    "artist": "Caitlin and Brent",
    "artist_ids": [
        "d4a93fe5-7699-4fb2-a284-9a2041cce921"
    ],
    "album": "Caitlin and Brent",
    "release_id": "c9f68057-509d-469c-b50d-9848d9474609",
    "release_group_id": "1a71f035-c3c3-4391-8f44-850cad4b98d3",
    "labels": [
        "RodeoCorp, Ltd."
    ],
    "label_ids": [
        "a738bc7e-0e5c-4657-8111-41192f1b740b"
    ],
    "release_date": "2025-12-12",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of Kavinsky from the local duo!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}