Information about plays

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

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

{
    "id": 3602114,
    "uri": "https://api.kexp.org/v2/plays/3602114/?format=api",
    "airdate": "2026-01-09T05:41:08-08:00",
    "show": 65601,
    "show_uri": "https://api.kexp.org/v2/shows/65601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Antarctica",
    "track_id": "06f436b2-d094-473f-809a-b99ece017813",
    "recording_id": "19996abc-4080-4cd4-8c83-9c2ecb7f8762",
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "The Hypnogogue",
    "release_id": "7ae8194b-245a-4c23-855d-3f1db806dc83",
    "release_group_id": "4238e4a7-8cf0-4d1d-b291-47fb4d4b6334",
    "labels": [
        "Communicating Vessels"
    ],
    "label_ids": [
        "b2d36ed7-47a3-407d-9869-74d34e53241a"
    ],
    "release_date": "2023-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Casey who's working the overnight at McMurdo station in Antarctica",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}