Information about plays

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

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

{
    "id": 3596449,
    "uri": "https://api.kexp.org/v2/plays/3596449/?format=api",
    "airdate": "2025-12-26T21:09:58-08:00",
    "show": 65481,
    "show_uri": "https://api.kexp.org/v2/shows/65481/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Offa Me",
    "track_id": null,
    "recording_id": "3b9c7bb2-e983-4f86-a110-3b6a6913b2d6",
    "artist": "Davido Ft Victoria Monet",
    "artist_ids": [],
    "album": "5ive",
    "release_id": null,
    "release_group_id": "6b4fc09a-9a2d-45b5-8406-a1879f2e0098",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Davido made his solo debut in 2012 with \"Dami Duro,\" the lead single from his album Omo Baba Olowo. He followed it with smash hits like “Back When,” “Ekuro,” and “Gobe.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}