Information about plays

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

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

{
    "id": 3542657,
    "uri": "https://api.kexp.org/v2/plays/3542657/?format=api",
    "airdate": "2025-08-20T23:04:08-07:00",
    "show": 64343,
    "show_uri": "https://api.kexp.org/v2/shows/64343/?format=api",
    "image_uri": "https://coverartarchive.org/release/43cc3da7-c2f4-4ab2-bf1c-e483f41d90fb/39817953646-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/43cc3da7-c2f4-4ab2-bf1c-e483f41d90fb/39817953646-250.jpg",
    "song": "Peace Blossum Boogie",
    "track_id": null,
    "recording_id": "81daebd6-b58f-4935-9ac3-0f84bd49ece5",
    "artist": "The Babe Rainbow",
    "artist_ids": [
        "f23700de-1fce-45fd-bdfd-75779cc2e1f3"
    ],
    "album": "The Babe Rainbow",
    "release_id": null,
    "release_group_id": "d33bf51f-e689-4eb1-a1cb-91e44916aa96",
    "labels": [
        "Flightless"
    ],
    "label_ids": [
        "8e27cad4-8234-4cf2-9b69-3573ae0d83d6"
    ],
    "release_date": "2017-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Just played in SF tonight. Catch them at Ventura Music Hall Reserved in Ventura, CA tomorrow.\n\nhttps://thebaberainbow.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}