Information about plays

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

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

{
    "id": 3658774,
    "uri": "https://api.kexp.org/v2/plays/3658774/?format=api",
    "airdate": "2026-05-24T00:19:58-07:00",
    "show": 66799,
    "show_uri": "https://api.kexp.org/v2/shows/66799/?format=api",
    "image_uri": "https://coverartarchive.org/release/c045ef33-2ec3-4f28-beed-83436955a1b3/44322233594-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c045ef33-2ec3-4f28-beed-83436955a1b3/44322233594-250.jpg",
    "song": "Take a Stand",
    "track_id": null,
    "recording_id": "10d24daf-f3ef-48a9-ab23-cdb086cc82c9",
    "artist": "Greyhawk",
    "artist_ids": [
        "8ce933fe-f64d-4693-ba2b-1349225f01c3"
    ],
    "album": "Warriors of Greyhawk",
    "release_id": null,
    "release_group_id": "1e9adf27-e8e8-4d75-81df-3e2ddf0a5bfb",
    "labels": [
        "Cruz Del Sur"
    ],
    "label_ids": [],
    "release_date": "2026-02-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's own Greyhawk released their sophomore full-length album, Warriors of Greyhawk, last February through their label Cruz Del Sur Music. Read more: https://greyhawkmetal.bandcamp.com/album/warriors-of-greyhawk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}