Information about plays

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

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

{
    "id": 3614055,
    "uri": "https://api.kexp.org/v2/plays/3614055/?format=api",
    "airdate": "2026-02-06T17:26:38-08:00",
    "show": 65857,
    "show_uri": "https://api.kexp.org/v2/shows/65857/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Woman No Cry",
    "track_id": null,
    "recording_id": "5317cdc5-c0f4-40db-ae23-4667018be487",
    "artist": "Bob Marley",
    "artist_ids": [
        "ed2ac1e9-d51d-4eff-a2c2-85e81abd6360"
    ],
    "album": "Oldieparty 2000",
    "release_id": null,
    "release_group_id": "ac694823-9bda-4aeb-b6a8-f236f54bc016",
    "labels": [
        "Radiocity Records"
    ],
    "label_ids": [
        "568d3ab0-e63e-4780-85ec-788f8a071334"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Bob Marley! Today would've been his 81st birthday.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}