Information about plays

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

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

{
    "id": 3621838,
    "uri": "https://api.kexp.org/v2/plays/3621838/?format=api",
    "airdate": "2026-02-24T20:36:59-08:00",
    "show": 66022,
    "show_uri": "https://api.kexp.org/v2/shows/66022/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dembita",
    "track_id": null,
    "recording_id": "b4470529-45e8-4fe3-bf2e-bf424d694e8e",
    "artist": "Mário Rui Silva",
    "artist_ids": [
        "b3d9e591-dd69-48fe-be2b-2e221a449d60"
    ],
    "album": "Stories From Another Time 1982-1988",
    "release_id": null,
    "release_group_id": "ef80a26c-0b89-455c-903e-5bf1f27ee773",
    "labels": [
        "Time Capsule"
    ],
    "label_ids": [
        "1de68231-92eb-46d0-ae7f-ec50cd1c0174"
    ],
    "release_date": "2021-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Angola\n\nFrom 'Stories From Another Time', a compilation of songs from Mário Rui Silva's three 1980s albums Sung'Ali (1982), Tunapenda Afrika (1985), and Kkoizas dum Outru Tempu (1988).\n\n'Stories From Another Time' is available now digitally and on Bandcamp exclusive vinyl: https://timecapsulespace.bandcamp.com/album/stories-from-another-time-1982-1988",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}