Information about plays

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

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

{
    "id": 3624977,
    "uri": "https://api.kexp.org/v2/plays/3624977/?format=api",
    "airdate": "2026-03-03T22:38:02-08:00",
    "show": 66085,
    "show_uri": "https://api.kexp.org/v2/shows/66085/?format=api",
    "image_uri": "https://coverartarchive.org/release/15c42d2c-ff44-43d3-bda2-ea07b121c244/32361348935-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/15c42d2c-ff44-43d3-bda2-ea07b121c244/32361348935-250.jpg",
    "song": "Nomalizo",
    "track_id": null,
    "recording_id": "66f60000-3825-46ef-a64f-2610c320beff",
    "artist": "Letta Mbulu",
    "artist_ids": [
        "9f7483cf-d8aa-45ce-b90c-da2e359a7815"
    ],
    "album": "In the Music the Village Never Ends",
    "release_id": null,
    "release_group_id": "3d33eccd-db45-459e-80d7-eb7c2e1f3c4e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}