Information about plays

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

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

{
    "id": 3616025,
    "uri": "https://api.kexp.org/v2/plays/3616025/?format=api",
    "airdate": "2026-02-11T04:28:06-08:00",
    "show": 65901,
    "show_uri": "https://api.kexp.org/v2/shows/65901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Providence",
    "track_id": "f8820594-6090-4d9d-b07f-482ff44be2d0",
    "recording_id": "e05d4294-118e-4003-80f1-05ae00f62712",
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Holy Fire",
    "release_id": "eb75cb8d-efda-4861-8c3f-a640de460d7a",
    "release_group_id": "fdcf14da-08bf-407a-a0af-6f9582b82131",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2013-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2013, Foals released Holy Fire.\n--\nVocalist Yannis Philippakis explained this song's meaning: \"It's to do with being 'me.' Being carnal, being base,\" he said. \"There's a lot of self-delusion that goes along with being a human being where you believe that you are above your instinctual presets and you're above your genetics. You're evolved microbes and that's what we are. It's meant to be carnal, lustful and wrong and penitent at the same time.\" \n--\nGo back to 2013 and watch Foals' KEXP in-studio performance: https://www.youtube.com/watch?v=7x91ZFVt0qI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}