Information about plays

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

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

{
    "id": 3629433,
    "uri": "https://api.kexp.org/v2/plays/3629433/?format=api",
    "airdate": "2026-03-15T18:48:42-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "https://coverartarchive.org/release/9113b0d6-3d80-49c4-b8ca-b80d6967869c/10210753967-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9113b0d6-3d80-49c4-b8ca-b80d6967869c/10210753967-250.jpg",
    "song": "Rise",
    "track_id": null,
    "recording_id": "846e33d2-f0d9-4737-a9a1-9f9f5ee12211",
    "artist": "Herb Alpert",
    "artist_ids": [
        "db76f244-049f-440e-be53-cc5f3c0cdfb6"
    ],
    "album": "Rise",
    "release_id": null,
    "release_group_id": "97a4612d-1eb9-3796-81f0-618d49b32e37",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1979-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Herb Alpert is the only musician to hit number 1 on the U.S. Billboard Hot 100 as both a vocalist and instrumentalist, doing so with the tracks \"This Guy's In Love with You\" and \"Rise\". \n==\nWatch Herb Alpert perform \"Rise\" on Soul Train in 1983 here: https://www.youtube.com/watch?v=VXrHqg6jL2w\n==\nhttps://herbalpert.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}