Information about plays

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

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

{
    "id": 3617881,
    "uri": "https://api.kexp.org/v2/plays/3617881/?format=api",
    "airdate": "2026-02-15T14:14:42-08:00",
    "show": 65941,
    "show_uri": "https://api.kexp.org/v2/shows/65941/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never the Same",
    "track_id": "7d4dc8c0-ecbd-44a2-bf61-aa5ceff8465a",
    "recording_id": "9995d597-3a3b-4ea1-beee-2e893f3618b2",
    "artist": "lovetempo",
    "artist_ids": [
        "af502a79-e8bd-49a3-b1cc-51352f8966e5"
    ],
    "album": "There Is a Light",
    "release_id": "70c6b166-dbf8-4a06-bb0b-e3f941973b8d",
    "release_group_id": "e9fea41c-60a0-42e5-b4b7-54641103f204",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-04-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A track about the disorienting, bittersweet process of outgrowing a past relationship or situation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}