Information about plays

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

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

{
    "id": 3619839,
    "uri": "https://api.kexp.org/v2/plays/3619839/?format=api",
    "airdate": "2026-02-20T08:02:59-08:00",
    "show": 65981,
    "show_uri": "https://api.kexp.org/v2/shows/65981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Talk to Me",
    "track_id": "0d2fdb35-e43a-4c1d-b8b5-bd534aadae95",
    "recording_id": "202239bd-7424-4272-91f8-ff93dbaaf208",
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "Us",
    "release_id": "eb457f20-f547-48fb-bdbc-def598cfb99a",
    "release_group_id": "2c014cc2-7eb6-3df0-ab17-9a1f57711d5b",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1992-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gabriel wrote \"Come Talk to Me\" about the breakdown in communication between him and one of his daughters.  He sang it as a duet with Sinéad O'Connor.\n--\nPaula Cole sang it with Peter Gabriel in this live performance: https://www.youtube.com/watch?v=T7GRBHoTUbg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}