Information about plays

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

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

{
    "id": 3619551,
    "uri": "https://api.kexp.org/v2/plays/3619551/?format=api",
    "airdate": "2026-02-19T14:53:33-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreams So Real",
    "track_id": null,
    "recording_id": "cff06367-53d1-4b57-92e0-fcb2e75f0eea",
    "artist": "Gary Burton",
    "artist_ids": [
        "7b5b8b1b-414b-44e8-862f-b1f20fcef5dc"
    ],
    "album": "Rarum, Volume 4: Selected Recordings",
    "release_id": null,
    "release_group_id": "94f04130-60de-3cb5-ad44-8f071dcab0d5",
    "labels": [
        "ECM Records"
    ],
    "label_ids": [
        "1edf842b-d727-4d27-8db6-f31882443f89"
    ],
    "release_date": "2002-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a National Endowment of the Arts profile of Gary Burton: https://www.arts.gov/honors/jazz/gary-burton",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}