Information about plays

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

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

{
    "id": 3545270,
    "uri": "https://api.kexp.org/v2/plays/3545270/?format=api",
    "airdate": "2025-08-27T00:11:08-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://coverartarchive.org/release/b62aaf7c-e48b-4b20-8cb4-c3349de1636b/31172871233-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b62aaf7c-e48b-4b20-8cb4-c3349de1636b/31172871233-250.jpg",
    "song": "Like Sugar",
    "track_id": null,
    "recording_id": "3edf99dd-9352-4180-813a-a338408ca887",
    "artist": "Chaka Khan",
    "artist_ids": [
        "900e9144-019d-4043-86cb-ec0e127c39d0"
    ],
    "album": "Hello Happiness",
    "release_id": null,
    "release_group_id": "53393ca2-f0f0-4000-a141-9acc94ce5b72",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2019-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Like Sugar was Chaka Khan's first single release in over a decade. The song samples the 1975 disco track  “(Are You Ready) Do The Bus Stop” by New York funk group Fatback Band. Get up and groove for the Queen of Funk! https://chakakhan.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}