Information about plays

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

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

{
    "id": 3589335,
    "uri": "https://api.kexp.org/v2/plays/3589335/?format=api",
    "airdate": "2025-12-10T12:29:57-08:00",
    "show": 65339,
    "show_uri": "https://api.kexp.org/v2/shows/65339/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brother Jake",
    "track_id": "9dc8c16b-fc34-392e-88a3-f64301d95d28",
    "recording_id": "146c1eac-c1c2-42ff-8141-d12fbacefb6a",
    "artist": "The Neville Brothers",
    "artist_ids": [
        "5464e20c-7dcb-4a3e-9b25-13bb959fadc9"
    ],
    "album": "Live on Planet Earth",
    "release_id": "c185f59d-a5fb-4bdb-a388-02a55b8eb230",
    "release_group_id": "b288e0e8-4b63-3f50-ae72-f840931c3ff3",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1994-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Neville Brothers were an R&B/Soul band that formed in 1976 in New Orleans. 'Live on Planet Earth' was recorded on The Neville Brothers' 1993 world tour. \"Brother Jake\" features Charles Neville on saxophone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}