Information about plays

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

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

{
    "id": 3627932,
    "uri": "https://api.kexp.org/v2/plays/3627932/?format=api",
    "airdate": "2026-03-12T01:30:03-07:00",
    "show": 66157,
    "show_uri": "https://api.kexp.org/v2/shows/66157/?format=api",
    "image_uri": "https://coverartarchive.org/release/e19bc431-2e93-4a9c-86d5-29202c2c610f/4935778170-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e19bc431-2e93-4a9c-86d5-29202c2c610f/4935778170-250.jpg",
    "song": "110%",
    "track_id": null,
    "recording_id": "8514f461-ab1d-4cba-99a5-61dcb0fc6927",
    "artist": "Jessie Ware",
    "artist_ids": [
        "6ed40778-8d03-4a5c-ad35-93cf814627c9"
    ],
    "album": "Devotion",
    "release_id": null,
    "release_group_id": "2c17daa3-415f-4fce-990f-b341a4f8abf5",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2012-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}