Information about plays

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

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

{
    "id": 3631693,
    "uri": "https://api.kexp.org/v2/plays/3631693/?format=api",
    "airdate": "2026-03-20T22:56:32-07:00",
    "show": 66236,
    "show_uri": "https://api.kexp.org/v2/shows/66236/?format=api",
    "image_uri": "https://coverartarchive.org/release/58250079-bbef-4c46-a59c-0e0622f8bdb1/1728164950-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/58250079-bbef-4c46-a59c-0e0622f8bdb1/1728164950-250.jpg",
    "song": "Honey",
    "track_id": null,
    "recording_id": "815a7c6e-b713-40a1-9bcf-fddc0ef064e0",
    "artist": "Mariah Carey",
    "artist_ids": [
        "494e8d09-f85b-4543-892f-a5096aed1cd4"
    ],
    "album": "Butterfly",
    "release_id": null,
    "release_group_id": "1ea6ffaa-df4f-31cc-955f-0fc57a9cf864",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1997-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Ummah",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}