Information about plays

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

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

{
    "id": 3551751,
    "uri": "https://api.kexp.org/v2/plays/3551751/?format=api",
    "airdate": "2025-09-11T15:29:49-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://coverartarchive.org/release/86022938-248b-48d7-967a-ecad254a401c/24717327591-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/86022938-248b-48d7-967a-ecad254a401c/24717327591-250.jpg",
    "song": "I'd Rather Be With You",
    "track_id": null,
    "recording_id": null,
    "artist": "Bootsy’s Rubber Band",
    "artist_ids": [
        "976335f6-ad67-44c2-9403-339aa1b232e7"
    ],
    "album": "Stretchin’ Out in Bootsy’s Rubber Band",
    "release_id": null,
    "release_group_id": "07b0a46b-18af-398a-a336-a844cb0b395d",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written by Gary Cooper, Bootsy Collins & George Clinton. \n--\nWatch a live performance of this song from 1976: https://www.youtube.com/watch?v=zSnbV1FrIhA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}