Information about plays

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

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

{
    "id": 3543466,
    "uri": "https://api.kexp.org/v2/plays/3543466/?format=api",
    "airdate": "2025-08-22T20:45:05-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/c767fe85-6aeb-4f13-a387-aff46464e89e/37563061877-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c767fe85-6aeb-4f13-a387-aff46464e89e/37563061877-250.jpg",
    "song": "Agua Fria",
    "track_id": null,
    "recording_id": "1b5da719-491f-4d0a-ab33-f452516f8df5",
    "artist": "The Bongo Hop",
    "artist_ids": [
        "6ec4a890-9640-4551-87cb-59226f7b8e20"
    ],
    "album": "Satingarona pt 2",
    "release_id": null,
    "release_group_id": "89e073d4-993b-4790-bcee-e0ddd788d5f7",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Bongo Hop (@thebongohop) is a French music project led by trumpeter Etienne Sevet, blending Afro-Caribbean rhythms with jazz, funk, and soul influences.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}