Information about plays

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

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

{
    "id": 3542093,
    "uri": "https://api.kexp.org/v2/plays/3542093/?format=api",
    "airdate": "2025-08-19T14:31:59-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Some Sunsick Day",
    "track_id": "101bf2b3-c000-494e-bc09-9b919b43e3a3",
    "recording_id": "a24396b4-56db-4db9-a5d7-c51db5abc352",
    "artist": "Morgan Delt",
    "artist_ids": [
        "d5adb20d-3d1c-4753-9edf-a99d700312c7"
    ],
    "album": "Some Sunsick Day",
    "release_id": "b58b4d23-b4f3-4665-b548-c4a5d31555a8",
    "release_group_id": "baf83fa7-9744-4c70-bd5a-31fa7dba1141",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2016-08-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Some Sunsick Day\" was the KEXP Song of the Day 9/22/2016\n\nhttps://www.kexp.org/read/2016/9/22/song-of-the-day-morgan-delt-some-sunsick-day/\n---\nhttps://morgandelt.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}