Information about plays

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

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

{
    "id": 3595190,
    "uri": "https://api.kexp.org/v2/plays/3595190/?format=api",
    "airdate": "2025-12-24T03:52:16-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "'Zat You, Santa Claus? (The Heavy remix)",
    "track_id": "e04b8f87-bc4e-379d-96d6-c5039e03a1e1",
    "recording_id": "f834fe71-6684-4c31-9638-54a1728d712a",
    "artist": "Louis Armstrong",
    "artist_ids": [
        "eea8a864-fcda-4602-9569-38ab446decd6"
    ],
    "album": "Verve//Remixed Christmas",
    "release_id": "374e2bb5-d75a-44c1-813c-434659387c24",
    "release_group_id": "8a9719fc-6f85-3f16-a872-c075ed1f0249",
    "labels": [
        "Verve Music Group"
    ],
    "label_ids": [
        "4fb00dfd-7674-44c0-bf67-79daf8c61767"
    ],
    "release_date": "2008-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is sampled by Jonwayne in \"No Santa,\" on the album \"Yuletide Bangerz.\"\nhttps://authorsrecording.bandcamp.com/album/yuletide-bangerz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}