Information about plays

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

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

{
    "id": 3593196,
    "uri": "https://api.kexp.org/v2/plays/3593196/?format=api",
    "airdate": "2025-12-19T19:27:06-08:00",
    "show": 65422,
    "show_uri": "https://api.kexp.org/v2/shows/65422/?format=api",
    "image_uri": "https://coverartarchive.org/release/e328d63b-e527-4334-aef7-a7e34ee44fc6/41958245869-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e328d63b-e527-4334-aef7-a7e34ee44fc6/41958245869-250.jpg",
    "song": "Emem",
    "track_id": null,
    "recording_id": "614628b2-1dd3-483b-abaf-8c2ea79ac803",
    "artist": "Nsikak David",
    "artist_ids": [
        "fa2ebf0f-5f2a-4f8d-bfc6-59d9ef54bde8"
    ],
    "album": "Emem / Lagos Sundown",
    "release_id": null,
    "release_group_id": "e5d38baa-12e4-43fb-8b26-1ffa76ca7123",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}