Information about plays

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

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

{
    "id": 3556783,
    "uri": "https://api.kexp.org/v2/plays/3556783/?format=api",
    "airdate": "2025-09-23T15:29:46-07:00",
    "show": 64642,
    "show_uri": "https://api.kexp.org/v2/shows/64642/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Insight",
    "track_id": null,
    "recording_id": "aa0f2d3f-5a19-4d0b-8866-8b6683d1db8e",
    "artist": "Cal Tjader",
    "artist_ids": [
        "1015b5e3-8e3d-4d78-806a-c530cf742e66"
    ],
    "album": "Soña Libré",
    "release_id": null,
    "release_group_id": "f7f43da6-d4cb-3d92-8ee7-b1205c8c86a1",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Callen Radcliffe Tjader Jr. was an American Latin Jazz musician, often described as the most successful non-Latino Latin musician. He explored other jazz idioms, especially small group modern jazz, even as he continued to perform music of Africa, the Caribbean, and Latin America. \n---\nhttps://concord.com/artist/cal-tjader/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}