Information about plays

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

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

{
    "id": 3656960,
    "uri": "https://api.kexp.org/v2/plays/3656960/?format=api",
    "airdate": "2026-05-19T20:19:01-07:00",
    "show": 66762,
    "show_uri": "https://api.kexp.org/v2/shows/66762/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Modjang parahyangan",
    "track_id": null,
    "recording_id": "46922151-eb5e-4df0-b2dd-7ace69d71d42",
    "artist": "Orkes Teruna Ria",
    "artist_ids": [
        "24898e40-03be-4757-b5d1-f65b9e7e2c43"
    ],
    "album": "Padang Moonrise: The Birth of the Modern Indonesian Recording Industry 1955–69",
    "release_id": null,
    "release_group_id": "2485398e-c3b0-41f5-ae6e-c5e1725304d6",
    "labels": [
        "Soundway"
    ],
    "label_ids": [
        "f430383a-3137-4ffd-8720-5e50bf8e8a27"
    ],
    "release_date": "2022-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}