Information about plays

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

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

{
    "id": 3612283,
    "uri": "https://api.kexp.org/v2/plays/3612283/?format=api",
    "airdate": "2026-02-02T13:07:50-08:00",
    "show": 65823,
    "show_uri": "https://api.kexp.org/v2/shows/65823/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautiful People",
    "track_id": null,
    "recording_id": null,
    "artist": "Jill Scott",
    "artist_ids": [
        "b1fb6a18-1626-4011-80fb-eaf83dfebcb6"
    ],
    "album": "To Whom This May Concern",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jill Scott has announced ‘To Whom This May Concern’, her first new album in a decade. 'Beautiful People' is her powerful new single. Read more about the album:\nhttps://www.nme.com/news/music/jill-scott-announces-first-new-album-in-10-years-to-whom-this-may-concern-with-uplifting-single-beautiful-people-3920633",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}