Information about plays

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

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

{
    "id": 3611819,
    "uri": "https://api.kexp.org/v2/plays/3611819/?format=api",
    "airdate": "2026-02-01T09:02:23-08:00",
    "show": 65812,
    "show_uri": "https://api.kexp.org/v2/shows/65812/?format=api",
    "image_uri": "https://coverartarchive.org/release/4a902bbb-a5db-4412-8245-3a1315d78ea6/23140097115-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4a902bbb-a5db-4412-8245-3a1315d78ea6/23140097115-250.jpg",
    "song": "The Saints",
    "track_id": null,
    "recording_id": "67c7dcc3-72f7-4c49-8b24-37dfad11f49a",
    "artist": "Big Al Downing",
    "artist_ids": [
        "3a5ad478-7e04-490c-89fd-2f87a0cf99c3"
    ],
    "album": "Rockin' 'n' Rollin' with Big Al Downing",
    "release_id": null,
    "release_group_id": "16df38ad-278c-44ba-a26b-93b9be112aa0",
    "labels": [
        "Rollercoaster Records"
    ],
    "label_ids": [
        "76c2956a-0a7a-44ee-b7c1-53315e676240"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originating as a Christian hymn, the traditional black spiritual is most often played by jazz bands and in this case New Orleans musician Big Al Downing.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}