Information about plays

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

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

{
    "id": 3592314,
    "uri": "https://api.kexp.org/v2/plays/3592314/?format=api",
    "airdate": "2025-12-17T15:10:48-08:00",
    "show": 65403,
    "show_uri": "https://api.kexp.org/v2/shows/65403/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep on Truckin’",
    "track_id": null,
    "recording_id": "87ccbbc0-dda3-41dd-ba8d-b8724f3387a2",
    "artist": "Eddie Kendricks",
    "artist_ids": [
        "cf3ea6e9-c856-4737-a988-6b64cc9f2bf2"
    ],
    "album": "Keep On Truckin’",
    "release_id": null,
    "release_group_id": "8bf84563-a3cc-362a-b805-1d97b1c333b1",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1939, Mr. Eddie Kendricks! Here's this 1973 solo hit from one of the founders of the Temptations!\n\nEddie Kendricks solo career followed his bitter split from The Temptations. While his former bandmates went on to record hits such as \"Superstar (Remember How You Got Where You Are)\" (which was a reported jab at Kendricks and fellow ex-Temptation David Ruffin), this crossover hit brought Kendricks out of the shadow of his former band. \n\nWatch the song performed live in 1987: https://youtu.be/iiH73t0OmPI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}