Information about plays

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

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

{
    "id": 3592286,
    "uri": "https://api.kexp.org/v2/plays/3592286/?format=api",
    "airdate": "2025-12-17T13:32:28-08:00",
    "show": 65403,
    "show_uri": "https://api.kexp.org/v2/shows/65403/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "5MoreMinutes",
    "track_id": "d7584be0-2881-4908-8f00-bb9305e8b228",
    "recording_id": "2aa28b76-2fc1-4d98-a6c9-feb651db306a",
    "artist": "Leon Thomas",
    "artist_ids": [
        "412ff65d-26bf-4849-ba19-d2a58030fd1a"
    ],
    "album": "PHOLKS",
    "release_id": "e02cc3f9-e396-4ae7-94c9-eae65a27e233",
    "release_group_id": "a0462d98-2c44-4ffc-81de-e4f8aa6fb053",
    "labels": [
        "Motown",
        "EZMNY Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b",
        "21abfc2a-2f05-4316-a4fd-9e8eba514ac8"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Singer/songwriter, musician, record producer and actor Leon Thomas with his latest on EZMNY Records, the jolint venture between Ty Dolla Sign and Motown.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}