Information about plays

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

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

{
    "id": 3593045,
    "uri": "https://api.kexp.org/v2/plays/3593045/?format=api",
    "airdate": "2025-12-19T10:26:46-08:00",
    "show": 65418,
    "show_uri": "https://api.kexp.org/v2/shows/65418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holy",
    "track_id": "e6929205-3a12-4ac2-9bf7-d17c64d97410",
    "recording_id": "da86c404-0345-4d09-ae01-de84689f662a",
    "artist": "Mac DeMarco",
    "artist_ids": [
        "f2492c31-54a8-4347-a1fc-f81f72873bbf"
    ],
    "album": "Guitar",
    "release_id": "4b2576dd-2c15-4add-9b18-55495bd4b982",
    "release_group_id": "ea5be93c-ed2d-4c8a-8bcc-250b2909fb44",
    "labels": [
        "Mac’s Record Label"
    ],
    "label_ids": [
        "36aa522f-a5f4-4c64-b10e-64d63e6fd505"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#95 on our countdown of YOUR favorite albums of 2025\n\nMac Demarco played his new album, Guitar, IN FULL Live on KEXP in September! Enjoy the video here: https://www.youtube.com/watch?v=MeZFuoHRRm0\n\nhttps://macdemarco.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}