Information about plays

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

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

{
    "id": 3628522,
    "uri": "https://api.kexp.org/v2/plays/3628522/?format=api",
    "airdate": "2026-03-13T21:12:01-07:00",
    "show": 66172,
    "show_uri": "https://api.kexp.org/v2/shows/66172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jerusalema",
    "track_id": null,
    "recording_id": "9c947f36-458f-4a66-a9d3-c79e46143184",
    "artist": "Master KG ft. Nomcebo",
    "artist_ids": [
        "b2a3cd7c-19dd-419e-b2e8-c1e2f8b3dff4",
        "4e39c7cd-a631-4399-bbd8-13107be50938"
    ],
    "album": "Jerusalema",
    "release_id": null,
    "release_group_id": "18c3e559-0c5e-414f-aa47-84144ee99e58",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of Africa's biggest songs ever!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}