Information about plays

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

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

{
    "id": 3641305,
    "uri": "https://api.kexp.org/v2/plays/3641305/?format=api",
    "airdate": "2026-04-12T19:28:13-07:00",
    "show": 66436,
    "show_uri": "https://api.kexp.org/v2/shows/66436/?format=api",
    "image_uri": "https://coverartarchive.org/release/4181ccd1-f0ba-48cb-a34f-64d8d30445f8/36664240255-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4181ccd1-f0ba-48cb-a34f-64d8d30445f8/36664240255-250.jpg",
    "song": "Searchin’",
    "track_id": null,
    "recording_id": "eb7852ec-0c88-4ffb-a41e-e98c63fac9de",
    "artist": "Standing Room Only",
    "artist_ids": [
        "aece3dd1-c5f4-49c8-b725-442e6a2e5804"
    ],
    "album": "Heart and Soul",
    "release_id": null,
    "release_group_id": "6a23cc2f-698d-4aa6-bad9-0c2e863c9501",
    "labels": [
        "YGB Records"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Richmond, Virgina funk group Standing Room Only released \"Searchin’\" on their 1982 album, Heart and Soul on YGB Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}