Information about plays

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

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

{
    "id": 3623318,
    "uri": "https://api.kexp.org/v2/plays/3623318/?format=api",
    "airdate": "2026-02-28T05:11:38-08:00",
    "show": 66049,
    "show_uri": "https://api.kexp.org/v2/shows/66049/?format=api",
    "image_uri": "https://dn710608.ca.archive.org/0/items/mbid-ce2507be-1576-44d0-9c2f-f5f135d514ed/mbid-ce2507be-1576-44d0-9c2f-f5f135d514ed-2434018811_thumb500.jpg",
    "thumbnail_uri": "https://dn710608.ca.archive.org/0/items/mbid-ce2507be-1576-44d0-9c2f-f5f135d514ed/mbid-ce2507be-1576-44d0-9c2f-f5f135d514ed-2434018811_thumb250.jpg",
    "song": "A Peace Of Light",
    "track_id": "fdb09e28-8ac1-4986-ad7a-a734fdae40b5",
    "recording_id": "46450e0f-c32e-4fa6-8956-600f86b72e39",
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "How I Got Over",
    "release_id": "4ccb131c-ed81-4297-8011-a45d8685e573",
    "release_group_id": "9b643b98-ea0d-4c17-9dd1-8cfe2a92248f",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}