Information about plays

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

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

{
    "id": 3576948,
    "uri": "https://api.kexp.org/v2/plays/3576948/?format=api",
    "airdate": "2025-11-11T19:36:34-08:00",
    "show": 65084,
    "show_uri": "https://api.kexp.org/v2/shows/65084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why We Speak",
    "track_id": null,
    "recording_id": "bd00dd48-3a46-4b52-9252-695048dccf87",
    "artist": "Robert Glasper feat. Q‐Tip & Esperanza Spalding",
    "artist_ids": [
        "6e8f82ea-9e6d-4fdd-9b32-32feef13186b",
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188",
        "5c12b265-5e59-44e0-b657-5cf4169f7316"
    ],
    "album": "Black Radio III",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Universal Music"
    ],
    "label_ids": [
        "13a464dc-b9fd-4d16-a4f4-d4316f6a46c7"
    ],
    "release_date": "2022-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Classic duo Robert Glasper and Esperanza Spalding here with a multi-lingual track on Black Radio III! His recently released album is absolutely worth checking out, especially his blues track with Esperanza called, \"Didn't Find Nothing In My Blues Song Blues\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}