Information about plays

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

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

{
    "id": 3607522,
    "uri": "https://api.kexp.org/v2/plays/3607522/?format=api",
    "airdate": "2026-01-22T05:44:34-08:00",
    "show": 65721,
    "show_uri": "https://api.kexp.org/v2/shows/65721/?format=api",
    "image_uri": "https://dn721904.ca.archive.org/0/items/mbid-5c9b9213-c85c-43fd-8522-de03df8e0b1d/mbid-5c9b9213-c85c-43fd-8522-de03df8e0b1d-15463598991_thumb500.jpg",
    "thumbnail_uri": "https://dn721904.ca.archive.org/0/items/mbid-5c9b9213-c85c-43fd-8522-de03df8e0b1d/mbid-5c9b9213-c85c-43fd-8522-de03df8e0b1d-15463598991_thumb250.jpg",
    "song": "Chain of Fools",
    "track_id": "c289c17c-3223-3fa2-a81b-7c41d6af7668",
    "recording_id": "641f1382-ed05-473d-9ad5-24138b9149ba",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Lady Soul",
    "release_id": "5c9b9213-c85c-43fd-8522-de03df8e0b1d",
    "release_group_id": "05571372-5b11-39b7-89c5-1c02589a27c8",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1968-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aretha Franklin, The Queen of Soul,  released Lady Soul  on this day in 1968. \n--\nDon Covay originally wrote \"Chain of Fools\" for Otis Redding, but it was ultimately given to Aretha. The single dropped in November 1967 as a standalone that hit #1 on the US R&B chart, and was later featured on multiple LPs, including a Quadraphonic version on The Best of Aretha Franklin in 1973.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}