Information about plays

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

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

{
    "id": 3668924,
    "uri": "https://api.kexp.org/v2/plays/3668924/?format=api",
    "airdate": "2026-06-17T02:11:45-07:00",
    "show": 67009,
    "show_uri": "https://api.kexp.org/v2/shows/67009/?format=api",
    "image_uri": "https://coverartarchive.org/release/aae57822-c288-401a-a25b-e88b82a4cc59/27626816104-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aae57822-c288-401a-a25b-e88b82a4cc59/27626816104-250.jpg",
    "song": "Full Moon",
    "track_id": null,
    "recording_id": "f440b47b-07f8-4b53-9786-b0c6d21cde4c",
    "artist": "Brandy",
    "artist_ids": [
        "01e60eba-52df-4694-8f09-39f43abe54e9"
    ],
    "album": "Full Moon",
    "release_id": null,
    "release_group_id": "46dbdd71-f6bc-3675-9691-ea6a8accfac1",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2002-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Me at the middle school dance in the corner flailing my noodle arms to this jam",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}