Information about plays

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

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

{
    "id": 3631750,
    "uri": "https://api.kexp.org/v2/plays/3631750/?format=api",
    "airdate": "2026-03-21T02:08:24-07:00",
    "show": 66237,
    "show_uri": "https://api.kexp.org/v2/shows/66237/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1b88f60-07a7-4331-96a0-8617608f0375/42117324482-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c1b88f60-07a7-4331-96a0-8617608f0375/42117324482-250.jpg",
    "song": "Set Adrift on Memory Bliss",
    "track_id": null,
    "recording_id": "9db0ec33-e565-4bc0-8c02-f030b55ee4ca",
    "artist": "P.M. Dawn",
    "artist_ids": [
        "93c66937-ac49-4068-b378-a1d2a4d093a1"
    ],
    "album": "Of the Heart, of the Soul and of the Cross: The Utopian Experience",
    "release_id": null,
    "release_group_id": "112262c3-b6c6-384a-be2a-90429ddd03ce",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "samples True",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}