Information about plays

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

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

{
    "id": 3631664,
    "uri": "https://api.kexp.org/v2/plays/3631664/?format=api",
    "airdate": "2026-03-20T21:19:41-07:00",
    "show": 66233,
    "show_uri": "https://api.kexp.org/v2/shows/66233/?format=api",
    "image_uri": "https://coverartarchive.org/release/0eaf3a43-f00e-4416-8ea3-759d1841e3c9/4402657853-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0eaf3a43-f00e-4416-8ea3-759d1841e3c9/4402657853-250.jpg",
    "song": "The Light",
    "track_id": null,
    "recording_id": "e1c49145-d038-4b7f-ae90-99489a81f460",
    "artist": "Common",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "album": "Like Water for Chocolate",
    "release_id": null,
    "release_group_id": "fabc3ec9-2656-3a98-8fdd-4bc40a9ca8ba",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born out of the Soulquarian collective. \"The Light\" was written as a love song to Common's girlfriend at the time, fellow Soulquarian, Erykah Badu. It was also produced by J Dilla.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}