Information about plays

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

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

{
    "id": 3553910,
    "uri": "https://api.kexp.org/v2/plays/3553910/?format=api",
    "airdate": "2025-09-16T21:27:48-07:00",
    "show": 64581,
    "show_uri": "https://api.kexp.org/v2/shows/64581/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kingston Town",
    "track_id": null,
    "recording_id": null,
    "artist": "UB40",
    "artist_ids": [
        "7113aab7-628f-4050-ae49-dbecac110ca8"
    ],
    "album": "Greatest Hits",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UB40 is a British reggae band who has brought you Kingston Town, with a classic 80's production sound and lyrics that act as an ode for the \"magical Kingston town,\" the capital city of Jamaica.\n\nYou can catch UB40 live at the Moore theater in Seattle, September 22nd! They will also be playing throughout California in a few of the days following. Check out their tour dates below:\n\nhttps://ub40.global/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}