Information about plays

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

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

{
    "id": 3655927,
    "uri": "https://api.kexp.org/v2/plays/3655927/?format=api",
    "airdate": "2026-05-17T11:52:07-07:00",
    "show": 66741,
    "show_uri": "https://api.kexp.org/v2/shows/66741/?format=api",
    "image_uri": "https://coverartarchive.org/release/4bc29cda-5ad3-4e63-b021-400bbcfefb91/10138882668-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4bc29cda-5ad3-4e63-b021-400bbcfefb91/10138882668-250.jpg",
    "song": "Dum Dum",
    "track_id": null,
    "recording_id": "fa567e5e-ed26-4fd8-8adf-b3ebaf250bff",
    "artist": "Brenda Lee",
    "artist_ids": [
        "6ca4886a-8f77-4133-b404-46fb3908e24a"
    ],
    "album": "All the Way",
    "release_id": null,
    "release_group_id": "533e9a48-50c5-48b9-bcb0-0e4dbf25103d",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1961-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Jackie DeShannon and Sharon Sheeley.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}