Information about plays

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

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

{
    "id": 3545139,
    "uri": "https://api.kexp.org/v2/plays/3545139/?format=api",
    "airdate": "2025-08-26T16:57:19-07:00",
    "show": 64395,
    "show_uri": "https://api.kexp.org/v2/shows/64395/?format=api",
    "image_uri": "https://ia601204.us.archive.org/31/items/mbid-f75fd8e9-6c44-4ddf-9e52-6273f7e376de/mbid-f75fd8e9-6c44-4ddf-9e52-6273f7e376de-11853887913_thumb500.jpg",
    "thumbnail_uri": "https://ia801204.us.archive.org/31/items/mbid-f75fd8e9-6c44-4ddf-9e52-6273f7e376de/mbid-f75fd8e9-6c44-4ddf-9e52-6273f7e376de-11853887913_thumb250.jpg",
    "song": "Sweet Lady Mary",
    "track_id": "8647ff76-e065-3a01-8d6a-245eef9f16a8",
    "recording_id": "409a6a41-b3c8-4e44-bbac-44d37aaa1958",
    "artist": "Faces",
    "artist_ids": [
        "8c7a8406-f15a-408d-b0f6-23be813bdddc"
    ],
    "album": "Five Guys Walk Into a Bar...",
    "release_id": "f75fd8e9-6c44-4ddf-9e52-6273f7e376de",
    "release_group_id": "436c72b0-9020-3097-9687-ac0a9d03d4c1",
    "labels": [
        "Rhino",
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2004-07-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Legendary UK rock band, Faces, are back in the studio reportedly working on an album that may be released in 2026.\nFaces includes Sir Rod Stewart, Ronnie Wood, and Kenney Jones.\nhttps://societyofrock.com/faces-reunite-record-11-songs/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}