Information about plays

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

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

{
    "id": 3639945,
    "uri": "https://api.kexp.org/v2/plays/3639945/?format=api",
    "airdate": "2026-04-09T15:48:46-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "https://coverartarchive.org/release/7f4c1149-302e-35bb-b50f-fb92de3d52ed/26744423962-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7f4c1149-302e-35bb-b50f-fb92de3d52ed/26744423962-250.jpg",
    "song": "Out of Sight",
    "track_id": null,
    "recording_id": "0cd87002-9e9f-46c6-8050-a66e57a8247f",
    "artist": "Them",
    "artist_ids": [
        "dbd8e1e8-b3d5-4c5f-9343-bbe5e86380a6"
    ],
    "album": "Them Again",
    "release_id": null,
    "release_group_id": "50a4e709-e207-3692-87c9-6a3157f84b61",
    "labels": [
        "Parrot"
    ],
    "label_ids": [
        "8bfb75e3-96a6-4b24-a65a-67049293fb4c"
    ],
    "release_date": "1966-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Van Morrison and Them are covering James Brown's 1964 song. Beck sampled the hook for his song \"Devil's Haircut.\" ((Beck also sampled Them's song \"I Can Only Give You Everything\" for \"Devil's Haircut.\")",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}