Information about plays

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

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

{
    "id": 3641196,
    "uri": "https://api.kexp.org/v2/plays/3641196/?format=api",
    "airdate": "2026-04-12T13:15:04-07:00",
    "show": 66434,
    "show_uri": "https://api.kexp.org/v2/shows/66434/?format=api",
    "image_uri": "https://coverartarchive.org/release/d716334e-217d-4767-a468-f79abfa04749/22709590398-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d716334e-217d-4767-a468-f79abfa04749/22709590398-250.jpg",
    "song": "Paraiso",
    "track_id": null,
    "recording_id": "79366f8b-2ec1-4e41-bcae-9939e1064756",
    "artist": "Gizmo Varillas",
    "artist_ids": [
        "8d1948bf-194d-42c7-a1dc-3bdd7a52fc4c"
    ],
    "album": "El Dorado",
    "release_id": null,
    "release_group_id": "824a3ca1-3b79-478b-b925-3bf9ff21c0fb",
    "labels": [
        "Big Lake"
    ],
    "label_ids": [
        "b19a48e2-252a-4325-bb21-9b7d069d7c33"
    ],
    "release_date": "2016-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "British-Spanish artist started playing flamenco guitar at 10 years old. Learn more about his influences here https://www.clashmusic.com/features/influences-gizmo-varillas/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}