Information about plays

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

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

{
    "id": 3628532,
    "uri": "https://api.kexp.org/v2/plays/3628532/?format=api",
    "airdate": "2026-03-13T21:51:41-07:00",
    "show": 66172,
    "show_uri": "https://api.kexp.org/v2/shows/66172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ma Cherie",
    "track_id": null,
    "recording_id": "fb5e6cbf-f572-45a9-abd3-b6def41e5435",
    "artist": "Bien",
    "artist_ids": [
        "46865139-c5d9-4616-9627-42b5da29ec8b"
    ],
    "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": "Check the Live Session Performance of Sauti Sol W/ Lace Cadence as Host!\nhttps://www.youtube.com/watch?v=Ua4o4dwNbWM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}