Information about plays

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

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

{
    "id": 3593327,
    "uri": "https://api.kexp.org/v2/plays/3593327/?format=api",
    "airdate": "2025-12-20T03:25:34-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Number 9",
    "track_id": "c449db6c-3640-478c-ad50-6339498e7925",
    "recording_id": "2403e066-9d29-4436-8249-c9bf0d262847",
    "artist": "Miguel feat. Lil Yachty",
    "artist_ids": [
        "a668565b-41b8-44a8-9d5c-8e609dbf69fc",
        "285e1285-aecc-478f-a8da-0c8cf69e1217"
    ],
    "album": "Number 9",
    "release_id": "4c14a6cf-7d1c-449b-b591-7273fd55f41b",
    "release_group_id": "f91c9856-d6e8-4812-9df1-90dae928e77b",
    "labels": [
        "RCA",
        "Bystorm Entertainment"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "ada7aa76-40fb-47dd-9d89-d17d726fbf3d"
    ],
    "release_date": "2023-08-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On the  single “Number 9,” Miguel teams up with Atlanta rapper-turned-psych-rocker Lil Yachty.\n\nMiguel co-produced “Number 9” with Brook D’leau, one half of the LA R&B duo J*Davey.\n\nCheck out the Number 9 visualizer here: https://youtu.be/qmRSjYiF490",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}