Information about plays

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

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

{
    "id": 3598731,
    "uri": "https://api.kexp.org/v2/plays/3598731/?format=api",
    "airdate": "2026-01-01T07:19:26-08:00",
    "show": 65531,
    "show_uri": "https://api.kexp.org/v2/shows/65531/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sleep of Reason",
    "track_id": "90723a0e-ca8e-4306-bdb6-1b8d17cb22af",
    "recording_id": "c1246c4c-3bb6-400b-81e5-b4d6ff08e290",
    "artist": "Magic Fig",
    "artist_ids": [
        "56de9e40-fe40-47d6-9470-8979babd237d"
    ],
    "album": "Valerian Tea",
    "release_id": "3c7df483-9595-4adb-9a5d-ac9937a69b3c",
    "release_group_id": "d36010a2-0c2a-47ed-8943-67c39e5f9226",
    "labels": [
        "Exploding In Sound Records"
    ],
    "label_ids": [
        "ab54e798-5f5e-4d17-98bf-e25d61485bb9"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The closing track off of the San Francisco band's debut full-length album, released November 2025:\n\nhttps://magicfig.bandcamp.com/album/valerian-tea",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}