Information about plays

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

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

{
    "id": 3614874,
    "uri": "https://api.kexp.org/v2/plays/3614874/?format=api",
    "airdate": "2026-02-08T13:21:07-08:00",
    "show": 65879,
    "show_uri": "https://api.kexp.org/v2/shows/65879/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cambumbo",
    "track_id": "d6a0c7e6-6390-3e07-aa04-f1ef41020404",
    "recording_id": "94419943-459d-4500-864e-47289f7d19fd",
    "artist": "Tego Calderón",
    "artist_ids": [
        "6efb297a-d135-4b1b-8c6f-097c9670e647"
    ],
    "album": "Señor Coconut Presents Coconut FM",
    "release_id": "891d9959-10f1-4a75-93a9-8cb35b853f69",
    "release_group_id": "92e5670b-7c3a-3674-a3ed-fcfd1e82ad54",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latin club legend Tego Calderon was fittingly included on Señor Coconut Presents Coconut FM, an ode to Latinx dance tracks mixed by Señor Coconut, one of the many alter-egos of German electronica pro Uwe Schmidt.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}