Information about plays

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

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

{
    "id": 3613060,
    "uri": "https://api.kexp.org/v2/plays/3613060/?format=api",
    "airdate": "2026-02-04T09:05:43-08:00",
    "show": 65837,
    "show_uri": "https://api.kexp.org/v2/shows/65837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Creep",
    "track_id": "06ae5d2e-a935-4235-a3f4-c7f35c6a6aef",
    "recording_id": "e8f630aa-1086-4708-befd-0d92ce058273",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Creep",
    "release_id": "de0a7c91-4145-42b4-87b1-284289d9048d",
    "release_group_id": "1285e101-7ffb-4ee2-9dd1-0d7c4ab1cec6",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Laura in Tulsa. Thanks to Alexa for bringing KEXP to your ears!\n\nEveryone loves Radiohead, and Prince is no exception! Prince covered Radiohead at Coachella back in 2008. Watch this legendary performance here: https://www.youtube.com/watch?v=NFXZNt4oLkE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}