Information about plays

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

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

{
    "id": 3501216,
    "uri": "https://api.kexp.org/v2/plays/3501216/?format=api",
    "airdate": "2025-05-14T09:39:38-07:00",
    "show": 63457,
    "show_uri": "https://api.kexp.org/v2/shows/63457/?format=api",
    "image_uri": "https://ia800605.us.archive.org/0/items/mbid-7f597fd6-7570-4c82-a342-6b9ef4d0d24a/mbid-7f597fd6-7570-4c82-a342-6b9ef4d0d24a-10567342589_thumb500.jpg",
    "thumbnail_uri": "https://ia800605.us.archive.org/0/items/mbid-7f597fd6-7570-4c82-a342-6b9ef4d0d24a/mbid-7f597fd6-7570-4c82-a342-6b9ef4d0d24a-10567342589_thumb250.jpg",
    "song": "Running on Empty",
    "track_id": "4f9e4d13-7b75-3a1b-877c-d324092a3ac4",
    "recording_id": "a458e5e0-50fa-4dbc-9361-c99d0f82f693",
    "artist": "Jackson Browne",
    "artist_ids": [
        "88527d26-7496-47c5-8358-ebdb1868a90f"
    ],
    "album": "Running on Empty",
    "release_id": "7f597fd6-7570-4c82-a342-6b9ef4d0d24a",
    "release_group_id": "786211b5-6caa-3c76-903e-9c085bc7e117",
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jennifer writes:\nMy husband Steven and I love KEXP and how we can listen together in the mornings on our separate commutes. I know he's listening now and hope you can play his favorite song \"Running on Empty\" by Jackson Browne to brighten his day. Thanks so much, KEXP, for keeping us connected while we're apart!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}