Information about plays

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

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

{
    "id": 3638475,
    "uri": "https://api.kexp.org/v2/plays/3638475/?format=api",
    "airdate": "2026-04-06T04:04:26-07:00",
    "show": 66380,
    "show_uri": "https://api.kexp.org/v2/shows/66380/?format=api",
    "image_uri": "https://coverartarchive.org/release/75bb69cb-aa06-413d-bda5-810a245a1fd8/34299544087-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75bb69cb-aa06-413d-bda5-810a245a1fd8/34299544087-250.jpg",
    "song": "D.A.R.L.I.N.G.",
    "track_id": null,
    "recording_id": "ac8591c6-3367-4ead-a37e-3cf8537f4122",
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Devotion",
    "release_id": null,
    "release_group_id": "2717ae60-ecbd-38a8-b8ef-ed1c9f8df908",
    "labels": [
        "Carpark"
    ],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(It's how I learned to spell the word)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}