Information about plays

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

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

{
    "id": 3635366,
    "uri": "https://api.kexp.org/v2/plays/3635366/?format=api",
    "airdate": "2026-03-30T00:10:23-07:00",
    "show": 66316,
    "show_uri": "https://api.kexp.org/v2/shows/66316/?format=api",
    "image_uri": "https://coverartarchive.org/release/c682b25b-d657-4bd6-a120-1f0933579091/7497278663-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c682b25b-d657-4bd6-a120-1f0933579091/7497278663-250.jpg",
    "song": "Guaracha U.F.O.",
    "track_id": null,
    "recording_id": "7af04502-21fe-4a49-9a19-b09f939db6a8",
    "artist": "Meridian Brothers",
    "artist_ids": [
        "ff08b3bb-559e-4635-b3f5-f37a212231e4"
    ],
    "album": "Desesperanza",
    "release_id": null,
    "release_group_id": "61be77f6-69ef-45c7-a6e7-f75d15793634",
    "labels": [
        "Soundway"
    ],
    "label_ids": [
        "f430383a-3137-4ffd-8720-5e50bf8e8a27"
    ],
    "release_date": "2012-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}