Information about plays

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

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

{
    "id": 3599053,
    "uri": "https://api.kexp.org/v2/plays/3599053/?format=api",
    "airdate": "2026-01-02T02:45:20-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Movin’ Out (Anthony’s Song)",
    "track_id": "ca0e466b-bd2d-4aa8-9f52-3bd9e30df0be",
    "recording_id": "2e31e4c7-8670-4470-b667-a27f78229126",
    "artist": "Billy Joel",
    "artist_ids": [
        "64b94289-9474-4d43-8c93-918ccc1920d1"
    ],
    "album": "The Complete Hits Box: 1973–1997",
    "release_id": "7a0c8322-32c6-45b8-abbf-2534749d3954",
    "release_group_id": "22c705a6-5a31-341e-a0c7-0ce3e34b7e13",
    "labels": [
        "Sony Records"
    ],
    "label_ids": [
        "dee62e1a-cfd1-466f-b578-846a0fdf435a"
    ],
    "release_date": "1998-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track of Billy Joel's 1977 album The Stranger.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}