Information about plays

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

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

{
    "id": 3625223,
    "uri": "https://api.kexp.org/v2/plays/3625223/?format=api",
    "airdate": "2026-03-04T13:39:42-08:00",
    "show": 66090,
    "show_uri": "https://api.kexp.org/v2/shows/66090/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sun Was High (So Was I)",
    "track_id": null,
    "recording_id": "67f1240b-36c4-4ebc-9e48-7693df7e2bff",
    "artist": "Best Coast",
    "artist_ids": [
        "5ab8835e-ac44-4055-9c11-7878199606b5"
    ],
    "album": "Sun Was High (So Was I)",
    "release_id": null,
    "release_group_id": "4acd71b6-e97c-40a9-bec5-6354f788080e",
    "labels": [
        "Art Fag Recordings"
    ],
    "label_ids": [
        "5c080701-637b-4844-bb2c-47933dd8989b"
    ],
    "release_date": "2009-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bethany Consentino wrote this one and co-produced it with her Best Coast bandmate Bobb Bruno. Here are the lyrics: https://genius.com/Best-coast-sun-was-high-so-was-i-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}