Information about plays

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

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

{
    "id": 3638853,
    "uri": "https://api.kexp.org/v2/plays/3638853/?format=api",
    "airdate": "2026-04-07T00:55:01-07:00",
    "show": 66387,
    "show_uri": "https://api.kexp.org/v2/shows/66387/?format=api",
    "image_uri": "https://coverartarchive.org/release/07ab39a9-eaf1-4479-b78e-6ee0bf4390a8/44461045245-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/07ab39a9-eaf1-4479-b78e-6ee0bf4390a8/44461045245-250.jpg",
    "song": "Bright Eyes",
    "track_id": null,
    "recording_id": null,
    "artist": "Jeff Sova",
    "artist_ids": [
        "2bd4c5f8-7317-4213-89cd-3dcf45296d4e"
    ],
    "album": "Belvedere Point",
    "release_id": null,
    "release_group_id": "72ce7578-bbe1-4135-b4d5-9b92b1ff46d8",
    "labels": [
        "AOTN"
    ],
    "label_ids": [],
    "release_date": "2026-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}