Information about plays

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

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

{
    "id": 3553848,
    "uri": "https://api.kexp.org/v2/plays/3553848/?format=api",
    "airdate": "2025-09-16T17:21:48-07:00",
    "show": 64580,
    "show_uri": "https://api.kexp.org/v2/shows/64580/?format=api",
    "image_uri": "https://ia801008.us.archive.org/27/items/mbid-0107e75e-9924-4b4d-9e4c-7a342a4bf6eb/mbid-0107e75e-9924-4b4d-9e4c-7a342a4bf6eb-43035223519_thumb500.jpg",
    "thumbnail_uri": "https://ia601008.us.archive.org/27/items/mbid-0107e75e-9924-4b4d-9e4c-7a342a4bf6eb/mbid-0107e75e-9924-4b4d-9e4c-7a342a4bf6eb-43035223519_thumb250.jpg",
    "song": "Alone in My Room",
    "track_id": "39a1191c-3400-44f5-bc09-01f53a85d25b",
    "recording_id": "a7fd1731-9deb-4e4e-8df7-b1e9379d6886",
    "artist": "San Gabriel",
    "artist_ids": [
        "ecbb0929-64a6-4678-bc99-89d232553f26"
    ],
    "album": "Nights and Weekends",
    "release_id": "0107e75e-9924-4b4d-9e4c-7a342a4bf6eb",
    "release_group_id": "51ed9a89-34eb-47c6-ad3b-614e5ea948b4",
    "labels": [
        "Share It Music"
    ],
    "label_ids": [
        "019f6f42-4804-4cd4-bdc5-9388c416c7c4"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Named after the river where countless summer nights were spent skateboarding, learning guitar and jamming with childhood bands, San Gabriel features 3-time Austin Music Award recipient James Bookert (Whiskey Shivers/Wild Child) splitting duties as writer, singer, producer and multi-instrumentalist\nhttps://www.sangabrielmusic.com/bio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}