Information about plays

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

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

{
    "id": 3576696,
    "uri": "https://api.kexp.org/v2/plays/3576696/?format=api",
    "airdate": "2025-11-11T04:27:22-08:00",
    "show": 65078,
    "show_uri": "https://api.kexp.org/v2/shows/65078/?format=api",
    "image_uri": "https://coverartarchive.org/release/0a3fc457-3dc1-3077-ac66-83b380763714/5167702817-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0a3fc457-3dc1-3077-ac66-83b380763714/5167702817-250.jpg",
    "song": "East of the River Nile",
    "track_id": null,
    "recording_id": "0c52b12a-f7fc-4c5c-8ec6-a2cc7e91c6b7",
    "artist": "Augustus Pablo",
    "artist_ids": [
        "e2f9c452-7eb0-4782-bc3e-36f2c456ffe0"
    ],
    "album": "East of the River Nile",
    "release_id": null,
    "release_group_id": "5692fd88-cd1f-37c8-ace1-5a82f5c1e542",
    "labels": [],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "East of the River Nile is a purely instrumental album reggae studio album by Jamaican musician Augustus Pablo, released in 1977.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}