Information about plays

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

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

{
    "id": 3622886,
    "uri": "https://api.kexp.org/v2/plays/3622886/?format=api",
    "airdate": "2026-02-27T06:07:43-08:00",
    "show": 66041,
    "show_uri": "https://api.kexp.org/v2/shows/66041/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Moment",
    "track_id": "c557106e-a83d-477b-aa1c-0267cb5e11d0",
    "recording_id": "0b4174d4-34ea-4845-aed7-dd45977ddfe9",
    "artist": "The Incredible String Band",
    "artist_ids": [
        "04da193a-a956-4940-a6ca-e6021c7861c2"
    ],
    "album": "The Hannibal Sampler",
    "release_id": "1f161ab1-5c47-44bd-a4ca-18d87732065d",
    "release_group_id": "e3c9a7bb-3723-43e4-98b1-df28a16361b4",
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Erik:\n\n\"My mom passed yesterday at the age of\n90, and it would mean a lot to me to hear one of her favorite songs, this moment by incredible string band. Thank you for being there for us in moments of sadness and joy.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}