Information about plays

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

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

{
    "id": 3602548,
    "uri": "https://api.kexp.org/v2/plays/3602548/?format=api",
    "airdate": "2026-01-10T05:43:05-08:00",
    "show": 65610,
    "show_uri": "https://api.kexp.org/v2/shows/65610/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b7e6d3e-136e-4898-b0a6-b03c0a554850/9857569293-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b7e6d3e-136e-4898-b0a6-b03c0a554850/9857569293-250.jpg",
    "song": "Hasta la raíz",
    "track_id": null,
    "recording_id": "b80de6af-6fd2-40eb-8018-b65061c44dc1",
    "artist": "Natalia Lafourcade",
    "artist_ids": [
        "2ceb4e66-4eaa-4dba-ad3a-30df3b742557"
    ],
    "album": "Hasta La Raíz",
    "release_id": null,
    "release_group_id": "9aa5eade-0bc3-4b6a-b3c3-1801023794e4",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Down to the roots\"\n\"I continue crossing rivers, traversing jungles, loving the sun\nEvery day I keep pulling thorns from deep within my heart\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}