Information about plays

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

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

{
    "id": 3576240,
    "uri": "https://api.kexp.org/v2/plays/3576240/?format=api",
    "airdate": "2025-11-10T00:58:10-08:00",
    "show": 65069,
    "show_uri": "https://api.kexp.org/v2/shows/65069/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://ia600404.us.archive.org/20/items/mbid-bd0e90c2-172c-4ad0-9f0a-86fb109c8e46/mbid-bd0e90c2-172c-4ad0-9f0a-86fb109c8e46-43281925702_thumb250.jpg",
    "song": "One for Grew",
    "track_id": "d654d5a0-3e1d-4a5b-9084-64b5b39e4c77",
    "recording_id": "14de3998-7a2a-4439-baa2-d3f187faeab7",
    "artist": "Robert Glasper",
    "artist_ids": [
        "6e8f82ea-9e6d-4fdd-9b32-32feef13186b"
    ],
    "album": "Keys to the City Volume One",
    "release_id": "bd0e90c2-172c-4ad0-9f0a-86fb109c8e46",
    "release_group_id": "c3a16a2e-08f8-49cf-954b-7098b00dbdc2",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest release from Robert Glasper and company, here they play tribute to the great Mulgrew Miller, beloved jazz pianist and composer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}