Information about plays

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

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

{
    "id": 3669727,
    "uri": "https://api.kexp.org/v2/plays/3669727/?format=api",
    "airdate": "2026-06-19T04:00:30-07:00",
    "show": 67025,
    "show_uri": "https://api.kexp.org/v2/shows/67025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When Will I See You Again",
    "track_id": "17b0bd0d-cea7-349d-a20f-97066b2492ba",
    "recording_id": "9774e15c-9c47-4dba-8d02-03bbac01a226",
    "artist": "The Three Degrees",
    "artist_ids": [
        "ddcc21f0-1a12-4d0d-9926-79249d39d92f"
    ],
    "album": "Soul Hits of the '70s: Didn't It Blow Your Mind! Volume 14",
    "release_id": "a027804a-e2ca-46d1-a4de-669dd303cc8f",
    "release_group_id": "e4d5fa41-6ab9-4f5b-96a4-83eb05f831e6",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}