Information about plays

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

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

{
    "id": 3643207,
    "uri": "https://api.kexp.org/v2/plays/3643207/?format=api",
    "airdate": "2026-04-17T11:29:21-07:00",
    "show": 66476,
    "show_uri": "https://api.kexp.org/v2/shows/66476/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go Get It",
    "track_id": "d81204ef-9a3f-4375-ac3c-150eca148d12",
    "recording_id": "3d13552f-a113-4dad-b395-7e61e3a1fd8b",
    "artist": "Slowdive",
    "artist_ids": [
        "a16371b9-7d36-497a-a9d4-42b0a0440c5e"
    ],
    "album": "Slowdive",
    "release_id": "25da871f-ca88-4076-92d4-fe4161c361ba",
    "release_group_id": "9318347d-b4bc-4b50-bd5e-c9a9fcb9aa98",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 2017 self-titled release was Slowdive's first album in 22 years. They followed it up with 2023's everything is alive. https://slowdive.bandcamp.com/\n\nIn 2017, Cheryl hosted Slowdive Live on KEXP: https://www.youtube.com/watch?v=gwgq-IWtcPE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}