Information about plays

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

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

{
    "id": 3543068,
    "uri": "https://api.kexp.org/v2/plays/3543068/?format=api",
    "airdate": "2025-08-21T22:41:22-07:00",
    "show": 64351,
    "show_uri": "https://api.kexp.org/v2/shows/64351/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb0f1e32-b233-4434-a174-97d9898dcc45/34168177233-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb0f1e32-b233-4434-a174-97d9898dcc45/34168177233-250.jpg",
    "song": "Soul Bird",
    "track_id": null,
    "recording_id": "eb096b9b-0afd-4d7e-98b8-1e36071d24b9",
    "artist": "Narada Michael Walden",
    "artist_ids": [
        "41e9a77b-aa0e-4b86-a223-dc903f41b0bd"
    ],
    "album": "I Cry, I Smile",
    "release_id": null,
    "release_group_id": "9892e5da-572e-49f7-a8fa-f5996d046d21",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-12-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}