Information about plays

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

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

{
    "id": 3587280,
    "uri": "https://api.kexp.org/v2/plays/3587280/?format=api",
    "airdate": "2025-12-05T20:33:46-08:00",
    "show": 65297,
    "show_uri": "https://api.kexp.org/v2/shows/65297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moussoulou",
    "track_id": null,
    "recording_id": "89d11fff-5195-46a5-b936-d56e9f8a5f28",
    "artist": "Oumou Sangaré",
    "artist_ids": [
        "2013f3af-51a3-404d-9afc-91b3f277ea4e"
    ],
    "album": "Afriques Indépendantes (1960-2010 : 50 Ans D'Indépendance Musicale)",
    "release_id": null,
    "release_group_id": "c6dc6b8c-61ac-4c08-892e-f7c215056677",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oumou Sangaré is a Malian Wassoulou singer of Fula descent. She is often referred to as \"The Songbird of Wassoulou\". Wassoulou is a historical region south of the Niger River, where the music descends from age-old traditional song, often accompanied by a calabash.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}