Information about plays

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

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

{
    "id": 3617107,
    "uri": "https://api.kexp.org/v2/plays/3617107/?format=api",
    "airdate": "2026-02-13T20:25:22-08:00",
    "show": 65925,
    "show_uri": "https://api.kexp.org/v2/shows/65925/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Abonsam",
    "track_id": "d01a62cd-d24a-3ff6-b2c1-3dc793f61fd9",
    "recording_id": "95c2b9df-4e3e-4334-94a9-ccf9109b8a20",
    "artist": "Ebo Taylor",
    "artist_ids": [
        "8b034085-b06d-4c42-9be3-d709be169d79"
    ],
    "album": "Appia Kwa Bridge",
    "release_id": "24e0ab0c-b9a8-4ddc-b030-6c8cd285d43a",
    "release_group_id": "fb8e1a6b-b46b-46fb-ad66-f254cb4bed42",
    "labels": [
        "Strut Records"
    ],
    "label_ids": [
        "9ba9a0fb-d617-4906-9c1d-7bfa78087ff9"
    ],
    "release_date": "2012-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2008, Taylor met the Berlin-based musicians of the Afrobeat Academy band, including saxophonist Ben Abarbanel-Wolff, which led to the release of the album Love and Death with Strut Records (his first internationally distributed album) in 2010.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}