Information about plays

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

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

{
    "id": 3542505,
    "uri": "https://api.kexp.org/v2/plays/3542505/?format=api",
    "airdate": "2025-08-20T14:22:19-07:00",
    "show": 64340,
    "show_uri": "https://api.kexp.org/v2/shows/64340/?format=api",
    "image_uri": "https://ia600609.us.archive.org/3/items/mbid-0ab7d0e3-c25c-4ee8-b21d-e6bcc90320d0/mbid-0ab7d0e3-c25c-4ee8-b21d-e6bcc90320d0-41322600529_thumb500.jpg",
    "thumbnail_uri": "https://ia800609.us.archive.org/3/items/mbid-0ab7d0e3-c25c-4ee8-b21d-e6bcc90320d0/mbid-0ab7d0e3-c25c-4ee8-b21d-e6bcc90320d0-41322600529_thumb250.jpg",
    "song": "Tree of Heaven",
    "track_id": "30626b1d-6fdc-43b7-95f7-5a90494fb567",
    "recording_id": "b815137f-585c-4b1e-9e2d-68cb00d5de67",
    "artist": "Friendship",
    "artist_ids": [
        "2f49218f-f167-4732-99b4-ae0cfb5cad7b"
    ],
    "album": "Caveman Wakes Up",
    "release_id": "0ab7d0e3-c25c-4ee8-b21d-e6bcc90320d0",
    "release_group_id": "cbaf2bea-2beb-48b3-9e7c-21264b42ab30",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2025-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Caveman Wakes Up\" is the fifth album (the second for Merge Records) from this Philly band: https://pitchfork.com/reviews/albums/friendship-caveman-wakes-up/\n--\nWant to see hand-held video of a live performance of \"Tree of Heaven\"?: https://www.youtube.com/watch?v=dDJfu8feNLg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}