Information about plays

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

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

{
    "id": 3617703,
    "uri": "https://api.kexp.org/v2/plays/3617703/?format=api",
    "airdate": "2026-02-15T04:18:57-08:00",
    "show": 65938,
    "show_uri": "https://api.kexp.org/v2/shows/65938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lost in Space",
    "track_id": "292d7816-7c84-32dd-a8f5-5e8f63be6b04",
    "recording_id": "7957b392-7482-4b45-a0d8-77a9da24f392",
    "artist": "Kool Keith",
    "artist_ids": [
        "4939695e-1f38-496f-978f-4ebf9ef13e9d"
    ],
    "album": "Black Elvis / Lost in Space",
    "release_id": "22a8ede3-e377-4c33-a483-7c0b06de5d25",
    "release_group_id": "1b9a1163-5835-38e6-bb15-efd2f49861da",
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1999-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kool Keith will be LIVE on KEXP this Tue.  Feb. 17th at 3pm. \n\nhttps://www.kexp.org/events/kexp-events/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}