Information about plays

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

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

{
    "id": 3550903,
    "uri": "https://api.kexp.org/v2/plays/3550903/?format=api",
    "airdate": "2025-09-09T14:42:11-07:00",
    "show": 64518,
    "show_uri": "https://api.kexp.org/v2/shows/64518/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Truth",
    "track_id": null,
    "recording_id": "fa8463f5-778c-4e75-b8c5-496f074d1a94",
    "artist": "Beanie Sigel",
    "artist_ids": [
        "b544133a-b262-451e-84b6-7bea2e61ce60"
    ],
    "album": "The Truth",
    "release_id": null,
    "release_group_id": "21956857-71d0-38ef-a5e6-892ba61ef73a",
    "labels": [
        "Roc‐A‐Fella Records"
    ],
    "label_ids": [
        "4cccc72a-0bd0-433a-905e-dad87871397d"
    ],
    "release_date": "2000-02-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dwight Equan Grant, better known by his stage name Beanie Sigel, is an American rapper from Philadelphia, Pennsylvania. He is best known for his association with Jay-Z and his label Roc-A-Fella Records, to which he signed in 1998 and became one of its flagship artists.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}