Information about plays

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

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

{
    "id": 3602126,
    "uri": "https://api.kexp.org/v2/plays/3602126/?format=api",
    "airdate": "2026-01-09T06:22:23-08:00",
    "show": 65601,
    "show_uri": "https://api.kexp.org/v2/shows/65601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Face Another One",
    "track_id": "8a4fdfad-40d2-446e-b2be-69cf1bb50114",
    "recording_id": "9189423c-ebef-407b-928a-26d04468fe1c",
    "artist": "Nation of Language",
    "artist_ids": [
        "88927646-0c28-4b1b-a69e-cb33c400d650"
    ],
    "album": "Dance Called Memory",
    "release_id": "22e8329a-ba62-4cfe-add6-6a33af9edf9c",
    "release_group_id": "d29e8491-8f3d-4f70-b494-3a196796ce75",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Can’t Face Another One” is explicitly cited as the song that sets that tone: PopMatters points to the opening line (“The day’s begun / I can’t face another one / But on and on they come”) as a mission statement for the album’s themes of burnout, grief, and the grind of time passing.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}