Information about plays

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

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

{
    "id": 3522926,
    "uri": "https://api.kexp.org/v2/plays/3522926/?format=api",
    "airdate": "2025-07-05T10:28:32-07:00",
    "show": 63927,
    "show_uri": "https://api.kexp.org/v2/shows/63927/?format=api",
    "image_uri": "https://coverartarchive.org/release/359e1412-8f21-4275-9015-62f8b8ed5b96/31995410759-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/359e1412-8f21-4275-9015-62f8b8ed5b96/31995410759-250.jpg",
    "song": "Jah Jah Jehoviah",
    "track_id": null,
    "recording_id": "9815f0db-dbc5-47db-a0d7-475831d75ca4",
    "artist": "Ronnie Davis",
    "artist_ids": [
        "3f5bc01c-84a2-459a-b8c3-b6b54017cd18"
    ],
    "album": "Trojan Roots Reggae Box Set",
    "release_id": null,
    "release_group_id": "d90eaf56-795e-3912-934d-2aeeca5abc6e",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ronnie Davis was a Jamaican reggae singer who was a member of The Tennors, The Itals, and the group Ronnie Davis & Idren.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}