Information about plays

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

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

{
    "id": 3600144,
    "uri": "https://api.kexp.org/v2/plays/3600144/?format=api",
    "airdate": "2026-01-04T12:43:05-08:00",
    "show": 65562,
    "show_uri": "https://api.kexp.org/v2/shows/65562/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Guantanamera",
    "track_id": "7af4e97e-3cf7-3a28-837d-df64ce2628c6",
    "recording_id": "f437db7a-018b-4e37-b032-09074f77fd69",
    "artist": "Wyclef Jean feat. Refugee Camp Allstars",
    "artist_ids": [
        "1480011c-7f55-4dc9-ac38-44ec740d0332",
        "4f29ecd7-21a5-4c03-b9ba-d0cfe9488f8c"
    ],
    "album": "The Carnival",
    "release_id": "a5270a4c-776e-4850-aa0d-eea43a7f06e6",
    "release_group_id": "e2ffa278-c47d-321b-a7a9-b7dbd655929c",
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1997-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the third track from Wyclef Jean's debut album. It uses \"Spanish Harlem\" from Ben E. King.\n\nCheck out the official music video for this song that features Celia Cruz and Lauryn Hill: https://www.youtube.com/watch?v=mSdpLMRTwA8",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}