Information about plays

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

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

{
    "id": 3548566,
    "uri": "https://api.kexp.org/v2/plays/3548566/?format=api",
    "airdate": "2025-09-03T20:40:05-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Captivate",
    "track_id": null,
    "recording_id": null,
    "artist": "The Asteroid No.4",
    "artist_ids": [
        "32ce90ae-a757-4016-964c-1ecfc6c49279"
    ],
    "album": "Captivate",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music from SF-based band!\n\nUpcoming shows:\n9/4 - SF - The Chapel\n9/25 - Portland - Swan Dive\n9/27 - Seattle - Central Saloon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}