Information about plays

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

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

{
    "id": 3609623,
    "uri": "https://api.kexp.org/v2/plays/3609623/?format=api",
    "airdate": "2026-01-27T03:05:49-08:00",
    "show": 65766,
    "show_uri": "https://api.kexp.org/v2/shows/65766/?format=api",
    "image_uri": "https://coverartarchive.org/release/04bd7c41-031a-4eef-82a4-850d885846d1/41807787970-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/04bd7c41-031a-4eef-82a4-850d885846d1/41807787970-250.jpg",
    "song": "Sentinel",
    "track_id": null,
    "recording_id": "9b0ba026-c623-4b71-9069-f29f2afb261e",
    "artist": "Marcus Visionary",
    "artist_ids": [
        "59314349-1f42-4196-92b9-fd633dd9d294"
    ],
    "album": "Sentinel / Nexx Ting",
    "release_id": null,
    "release_group_id": "bd376acb-bad5-41b0-ac61-9764c1f0fa3d",
    "labels": [
        "Inner City Dance"
    ],
    "label_ids": [
        "1225878f-de93-439b-8c54-f10cf613d472"
    ],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://innercitydance.bandcamp.com/album/sentinel-nexx-ting",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}