Information about plays

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

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

{
    "id": 3521157,
    "uri": "https://api.kexp.org/v2/plays/3521157/?format=api",
    "airdate": "2025-07-01T10:29:41-07:00",
    "show": 63891,
    "show_uri": "https://api.kexp.org/v2/shows/63891/?format=api",
    "image_uri": "https://ia800606.us.archive.org/14/items/mbid-d35f81af-117d-4dad-809b-f197f957088c/mbid-d35f81af-117d-4dad-809b-f197f957088c-17187824169_thumb500.jpg",
    "thumbnail_uri": "https://ia800606.us.archive.org/14/items/mbid-d35f81af-117d-4dad-809b-f197f957088c/mbid-d35f81af-117d-4dad-809b-f197f957088c-17187824169_thumb250.jpg",
    "song": "Wasn’t Born to Follow",
    "track_id": "86de0336-79a2-3430-8503-40bb5b3bacc2",
    "recording_id": "341b29ca-5ecf-4718-ad62-cc01832c7803",
    "artist": "The Sadies",
    "artist_ids": [
        "72f7495f-d40f-4c96-93bb-7fe1c9b23cbb"
    ],
    "album": "Tremendous Efforts",
    "release_id": "d35f81af-117d-4dad-809b-f197f957088c",
    "release_group_id": "554b87ee-18ac-33f0-bc8e-15ac0fa6203b",
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a song written by Gerry Goffin and Carole King and first recorded by The Byrds in 1968.\n--\nWatch The Sadies perform this song live in 2023: https://www.youtube.com/watch?v=gGOeJ015i2Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}