Information about plays

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

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

{
    "id": 3576582,
    "uri": "https://api.kexp.org/v2/plays/3576582/?format=api",
    "airdate": "2025-11-10T22:28:27-08:00",
    "show": 65077,
    "show_uri": "https://api.kexp.org/v2/shows/65077/?format=api",
    "image_uri": "https://coverartarchive.org/release/efbfbbb2-7041-4d9d-8520-eaff293ee2a9/26005445802-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/efbfbbb2-7041-4d9d-8520-eaff293ee2a9/26005445802-250.jpg",
    "song": "This River Will Never Run Dry",
    "track_id": null,
    "recording_id": null,
    "artist": "Moose",
    "artist_ids": [
        "0ecd90fd-5eac-40ad-bcec-31ca34fe6318"
    ],
    "album": "Sonny & Sam",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Plenty of water in this here crick",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}