Information about plays

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

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

{
    "id": 3586041,
    "uri": "https://api.kexp.org/v2/plays/3586041/?format=api",
    "airdate": "2025-12-02T23:16:44-08:00",
    "show": 65274,
    "show_uri": "https://api.kexp.org/v2/shows/65274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flotilla",
    "track_id": "5fd63651-aad1-405e-b655-0d32792a5656",
    "recording_id": "c3656350-131c-458f-8e39-d4dab2b45e12",
    "artist": "Elujay",
    "artist_ids": [
        "2cd1d4d8-03ff-411b-8621-19eb252dd62c"
    ],
    "album": "A Constant Charade",
    "release_id": "b12897bb-dd49-422a-925f-b780800dfa93",
    "release_group_id": "8fac20ff-78b2-4532-bc86-932c03d376a5",
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}