Information about plays

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

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

{
    "id": 3553384,
    "uri": "https://api.kexp.org/v2/plays/3553384/?format=api",
    "airdate": "2025-09-15T13:47:39-07:00",
    "show": 64571,
    "show_uri": "https://api.kexp.org/v2/shows/64571/?format=api",
    "image_uri": "https://coverartarchive.org/release/c166835a-a30a-4efa-af23-11c6cbd8b17b/34228882038-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c166835a-a30a-4efa-af23-11c6cbd8b17b/34228882038-250.jpg",
    "song": "Ain’t That the Truth",
    "track_id": null,
    "recording_id": "c3c2abac-26e8-4e38-be4b-a15b392aafc2",
    "artist": "Pete Escovedo, Sheila Escovedo",
    "artist_ids": [],
    "album": "Happy Together",
    "release_id": null,
    "release_group_id": "2979291d-a6ab-486c-b536-78233509f73b",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1978-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pete Escovedo is a legendary percussionist, known for his fusion of Latin jazz, salsa, funk, and R&B, and for his collaborations with artists like Carlos Santana, Prince, and Stevie Wonder. Born in 1935, he grew up in a musical family in Oakland, California, forming the Escovedo Brothers Latin Jazz Sextet and later co-founding the 14-piece Latin big band Azteca. An accomplished painter, Escovedo is also the father of the renowned percussionist and pop star Sheila E..",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}