Information about plays

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

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

{
    "id": 3640410,
    "uri": "https://api.kexp.org/v2/plays/3640410/?format=api",
    "airdate": "2026-04-10T19:18:52-07:00",
    "show": 66418,
    "show_uri": "https://api.kexp.org/v2/shows/66418/?format=api",
    "image_uri": "https://coverartarchive.org/release/013ef7ec-2da8-4fa6-8e68-ebfa6af72f95/43379164263-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/013ef7ec-2da8-4fa6-8e68-ebfa6af72f95/43379164263-250.jpg",
    "song": "Raindance",
    "track_id": null,
    "recording_id": "ff554e54-309b-40db-b564-0837b78d8516",
    "artist": "Dave feat. Tems",
    "artist_ids": [
        "f93bac9e-b20a-403e-abc9-06a2fc151df1",
        "5b2a8faa-ffee-4706-a1a8-58f109bc8ca2"
    ],
    "album": "The Boy Who Played the Harp",
    "release_id": null,
    "release_group_id": "294a95df-6261-4f19-bbd1-0057baf0bd4d",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Orobosa Omoregie (born June 5, 1998), known as Dave or Santan Dave, is a critically acclaimed British rapper, singer, songwriter, and actor from Streatham, South London. Known for socially conscious lyrics and piano-driven tracks, his debut album Psychodrama (2019) won the Mercury Prize.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}