Information about plays

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

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

{
    "id": 3626994,
    "uri": "https://api.kexp.org/v2/plays/3626994/?format=api",
    "airdate": "2026-03-09T05:04:59-07:00",
    "show": 66134,
    "show_uri": "https://api.kexp.org/v2/shows/66134/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Horn Concerto no. 1 in D, K. 412: Rondo",
    "track_id": null,
    "recording_id": "15005610-0e5e-4f85-a1b5-4ba512d9164d",
    "artist": "Wolfgang Amadeus Mozart",
    "artist_ids": [
        "b972f589-fb0e-474e-b64a-803b0364fa75"
    ],
    "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": "Happy Drive Week! Please support KEXP with a donation this beautiful Mozart Monday morning! https://www.kexp.org/donate/\n\nMozart's Horn Concerto No. 1 in D major, K. 412, is unique as the only one of his four completed horn concertos in the key of D major and the only one featuring just two movements instead of the traditional three.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}