Information about plays

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

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

{
    "id": 3547275,
    "uri": "https://api.kexp.org/v2/plays/3547275/?format=api",
    "airdate": "2025-08-31T18:39:44-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/92e28605-a79c-4ccd-ab56-25d0dd2634ff/32756399663-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92e28605-a79c-4ccd-ab56-25d0dd2634ff/32756399663-250.jpg",
    "song": "Footsteps in the Dark, Parts 1 & 2",
    "track_id": null,
    "recording_id": "9de81353-bc6b-4c23-9fd4-2b10301a21ed",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "Go for Your Guns",
    "release_id": null,
    "release_group_id": "aa83e235-4f34-3903-9466-62df43829cb5",
    "labels": [
        "T-Neck"
    ],
    "label_ids": [
        "3d1c2ffa-cfc1-4a55-a27e-d7045cf5adee"
    ],
    "release_date": "1977-04-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Footsteps In The Dark” is a 1977 R&B ballad by The Isley Brothers from their album Go For Your Guns. Though the song was never a single on its own, it was included as the B-side of the Isleys' “Groove With You” from their next album Showdown in 1978.\n--\nThis song has currently been sampled at least 99 times.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}