Information about plays

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

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

{
    "id": 3634368,
    "uri": "https://api.kexp.org/v2/plays/3634368/?format=api",
    "airdate": "2026-03-27T19:40:31-07:00",
    "show": 66296,
    "show_uri": "https://api.kexp.org/v2/shows/66296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jagele",
    "track_id": null,
    "recording_id": "c01fa27f-2078-4025-98b2-66f09f092fb5",
    "artist": "Burna Boy",
    "artist_ids": [
        "78a19169-ac75-4868-b504-7e2e073118e0"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The sixth studio album from the Nigerian, with guest appearances from Ladysmith Black Mambazo, J Hus, Vict0ny, Popcaan, Blxst, Kehlani, Ed Sheeran, J Balvin, and Khalid - Ticket give for Burna at *8M!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}