Information about plays

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

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

{
    "id": 3620253,
    "uri": "https://api.kexp.org/v2/plays/3620253/?format=api",
    "airdate": "2026-02-21T08:40:37-08:00",
    "show": 65991,
    "show_uri": "https://api.kexp.org/v2/shows/65991/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Xyak Tayib",
    "track_id": null,
    "recording_id": "7b2acc1d-43ac-429e-999a-e6b7b46e6933",
    "artist": "Centavrvs feat. Slajem K'op",
    "artist_ids": [
        "384d33ea-0445-4d1e-b62f-06d9e0f98629",
        "d29fb906-fc93-43ac-8491-fbc28c4f1554"
    ],
    "album": "K'op Kuxul",
    "release_id": null,
    "release_group_id": "9752b248-1387-48be-bb84-12d55f07c5cb",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-12-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tzotzil\t\n\nSlajem K’op is a hip hop group from San Juan Chamula, Chiapas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}