Information about plays

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

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

{
    "id": 3639947,
    "uri": "https://api.kexp.org/v2/plays/3639947/?format=api",
    "airdate": "2026-04-09T15:50:20-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": "I Can Only Give You Everything",
    "track_id": null,
    "recording_id": "01edb1e6-4f4b-4964-b14b-b5633d88a24d",
    "artist": "Them",
    "artist_ids": [
        "dbd8e1e8-b3d5-4c5f-9343-bbe5e86380a6"
    ],
    "album": "Them Again",
    "release_id": null,
    "release_group_id": "50a4e709-e207-3692-87c9-6a3157f84b61",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1966-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck sampled the hook from this song for \"Devil's Haircut.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}