Information about plays

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

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

{
    "id": 3595896,
    "uri": "https://api.kexp.org/v2/plays/3595896/?format=api",
    "airdate": "2025-12-25T15:16:54-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amazon Santa Claus",
    "track_id": "2c64d61f-cbeb-41e6-832d-3dec58e49569",
    "recording_id": "742f3d27-9d30-46cf-b612-2d3232721202",
    "artist": "Jesse Welles",
    "artist_ids": [
        "7c6eca15-4e98-4016-95cd-a238d840bca1"
    ],
    "album": "Amazon Santa Claus",
    "release_id": "bf099380-3c55-45a5-a515-b6a253959904",
    "release_group_id": "8c1fbb0e-033c-4368-a679-60e850b29934",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-12-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Arkansas artist is donating all profits from his sales on Bandcamp to No Kid Hungry and the Arkansas Food Bank. #ChristmasSpirit\nhttps://www.wellesmusic.com/\nhttps://jessewelles.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}