Information about plays

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

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

{
    "id": 3544729,
    "uri": "https://api.kexp.org/v2/plays/3544729/?format=api",
    "airdate": "2025-08-25T18:08:42-07:00",
    "show": 64387,
    "show_uri": "https://api.kexp.org/v2/shows/64387/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d0ff636-1ae7-4119-9721-4af9e1c3fb68/41435137139-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2d0ff636-1ae7-4119-9721-4af9e1c3fb68/41435137139-250.jpg",
    "song": "Cars Pass by Like Childhood Sweethearts",
    "track_id": null,
    "recording_id": "0f425bc6-099e-4aa0-88ae-935a70a653c6",
    "artist": "Barry Can’t Swim",
    "artist_ids": [
        "7dcf3b98-701a-4309-a90c-eb4179b96ea9"
    ],
    "album": "Loner",
    "release_id": null,
    "release_group_id": "0761b8f9-f975-4865-a995-a35204d1ab74",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Barry Can't Swim was a guest DJ on KEXP's Midnight in a Perfect World show! https://www.kexp.org/read/2023/9/29/midnight-in-a-perfect-world-barry-cant-swim/\n\nhttps://barrycantswim.bandcamp.com/album/loner\nhttps://barrycantswim.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}