Information about plays

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

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

{
    "id": 3553416,
    "uri": "https://api.kexp.org/v2/plays/3553416/?format=api",
    "airdate": "2025-09-15T15:55:20-07:00",
    "show": 64571,
    "show_uri": "https://api.kexp.org/v2/shows/64571/?format=api",
    "image_uri": "https://coverartarchive.org/release/b64e0701-621a-49aa-b7a7-3bcd3e0fad75/41342699298-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b64e0701-621a-49aa-b7a7-3bcd3e0fad75/41342699298-250.jpg",
    "song": "Personal",
    "track_id": null,
    "recording_id": "d2dca80e-452c-4947-b4e2-d8add62e3d23",
    "artist": "LA Favi, Yawns",
    "artist_ids": [],
    "album": "14 Mission",
    "release_id": null,
    "release_group_id": "a00165e5-e634-48de-b2fb-bccb693895b9",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SF musician La Favi channels late 80s Latin freestyle on her collaboration with producer Yawns!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}