Information about plays

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

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

{
    "id": 3657908,
    "uri": "https://api.kexp.org/v2/plays/3657908/?format=api",
    "airdate": "2026-05-22T03:53:25-07:00",
    "show": 66781,
    "show_uri": "https://api.kexp.org/v2/shows/66781/?format=api",
    "image_uri": "https://dn721709.ca.archive.org/0/items/mbid-92dcccf4-d778-4d45-b88c-5c5a49c0c53b/mbid-92dcccf4-d778-4d45-b88c-5c5a49c0c53b-44914837729_thumb500.jpg",
    "thumbnail_uri": "https://dn721709.ca.archive.org/0/items/mbid-92dcccf4-d778-4d45-b88c-5c5a49c0c53b/mbid-92dcccf4-d778-4d45-b88c-5c5a49c0c53b-44914837729_thumb250.jpg",
    "song": "Hard Times",
    "track_id": "f817c12b-1a2e-48a3-b50f-fdf78e257adc",
    "recording_id": "8403543e-0d45-4919-9c3a-96a92b1fa719",
    "artist": "Blu & Exile",
    "artist_ids": [
        "681aefe6-c611-4c43-ae2d-726ea058fb96"
    ],
    "album": "Time Heals Everything",
    "release_id": "92dcccf4-d778-4d45-b88c-5c5a49c0c53b",
    "release_group_id": "234b8597-ab3c-4c53-adad-2e7b637dd4cf",
    "labels": [
        "Dirty Science"
    ],
    "label_ids": [
        "5178fc32-52b1-464d-9838-6d5d7c2622ee"
    ],
    "release_date": "2026-04-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://bluandexile.bandcamp.com/album/time-heals-everything",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}