Information about plays

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

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

{
    "id": 3627991,
    "uri": "https://api.kexp.org/v2/plays/3627991/?format=api",
    "airdate": "2026-03-12T04:53:50-07:00",
    "show": 66157,
    "show_uri": "https://api.kexp.org/v2/shows/66157/?format=api",
    "image_uri": "https://coverartarchive.org/release/36b304ad-8240-4c8b-9cac-c2dc9408d976/10547379888-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36b304ad-8240-4c8b-9cac-c2dc9408d976/10547379888-250.jpg",
    "song": "You Send Me",
    "track_id": null,
    "recording_id": "8d6f9ba1-bb1f-4968-b9f8-f251e2a9b251",
    "artist": "Sam Cooke",
    "artist_ids": [
        "6c8fd0be-d961-454c-aee0-4366a6dbc993"
    ],
    "album": "Summertime / You Send Me",
    "release_id": null,
    "release_group_id": "cbca258b-344a-3ba5-b068-5bd3b9d5e16f",
    "labels": [
        "Keen"
    ],
    "label_ids": [
        "f1b7d530-1831-4b4a-a9de-deb20272b1f7"
    ],
    "release_date": "1957-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally recorded and released in 1957. It was number one on both Billboard's R&B chart *and* the Billboard Hot 100.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}