Information about plays

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

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

{
    "id": 3545898,
    "uri": "https://api.kexp.org/v2/plays/3545898/?format=api",
    "airdate": "2025-08-28T13:50:13-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Earth Bound",
    "track_id": null,
    "recording_id": "8a7ca9c4-913a-4e30-89b1-9737df689bc5",
    "artist": "X-Clan",
    "artist_ids": [
        "5e2a533a-0d23-4b6b-9488-822f7e3b0b8e"
    ],
    "album": "To the East, Blackwards",
    "release_id": null,
    "release_group_id": "69b31f1e-98e2-3446-a289-7bdd9f27a9a3",
    "labels": [
        "Fourth and Broadway Records"
    ],
    "label_ids": [
        "c7c345d6-7c08-4008-918d-26a7f4acdbbd"
    ],
    "release_date": "1990-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Earth Bound\" contains samples of multiple elements of \"Free Your Mind And Your Ass Will Follow.\" (It also sampled the lyrics of \"One Nation Under A Groove.\")\n--\nX Clan is a hip hop group from Brooklyn, New York, originally consisting of Brother J, Professor X, Paradise and Sugar Shaft.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}