Information about plays

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

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

{
    "id": 3623046,
    "uri": "https://api.kexp.org/v2/plays/3623046/?format=api",
    "airdate": "2026-02-27T15:48:45-08:00",
    "show": 66044,
    "show_uri": "https://api.kexp.org/v2/shows/66044/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc48ec43-b234-468d-9534-9a1900671440/26980307374-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc48ec43-b234-468d-9534-9a1900671440/26980307374-250.jpg",
    "song": "How Long (Betcha’ Got a Chick on the Side)",
    "track_id": null,
    "recording_id": "4d053ae8-52d2-4af8-9ee1-a45233f675d8",
    "artist": "The Pointer Sisters",
    "artist_ids": [
        "81bac815-97c5-4723-8f0b-4d8edfad1010"
    ],
    "album": "Steppin’",
    "release_id": null,
    "release_group_id": "22cac753-4abe-30bd-b165-ca2d785b7a47",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1975-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Lijadu Sisters (consisting of identical twin sisters Taiwo and Kehinde) were a popular, important staple of the Nigerian music scene in the mid-60’s to 80’s, signed to Decca Records, and known as the West African parallel to the Pointer Sisters.\" https://insheepsclothinghifi.com/album/lijadu-sisters-horizon-unlimited",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}