Information about plays

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

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

{
    "id": 3542373,
    "uri": "https://api.kexp.org/v2/plays/3542373/?format=api",
    "airdate": "2025-08-20T06:12:21-07:00",
    "show": 64337,
    "show_uri": "https://api.kexp.org/v2/shows/64337/?format=api",
    "image_uri": "https://ia601903.us.archive.org/26/items/mbid-01460c47-5885-4f38-9fa7-ec31874d75cc/mbid-01460c47-5885-4f38-9fa7-ec31874d75cc-26484399638_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-01460c47-5885-4f38-9fa7-ec31874d75cc/mbid-01460c47-5885-4f38-9fa7-ec31874d75cc-26484399638_thumb250.jpg",
    "song": "Crush",
    "track_id": "d3b87cb1-0eab-4896-8c18-a5266c806e2b",
    "recording_id": "05b13cac-e5c0-4c6e-ab09-eee2e4110c1a",
    "artist": "Dave Matthews Band",
    "artist_ids": [
        "07e748f1-075e-428d-85dc-ce3be434e906"
    ],
    "album": "Promo Only: Modern Rock Radio, November 1998",
    "release_id": "01460c47-5885-4f38-9fa7-ec31874d75cc",
    "release_group_id": "72a8148c-f45a-4689-824f-08a83ad2d870",
    "labels": [
        "Promo Only"
    ],
    "label_ids": [
        "f4bfa0c3-6e7c-4d8c-b1b3-91624a6a9aed"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the music video here: https://www.youtube.com/watch?app=desktop&v=elUwSHjfA94",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}