Information about plays

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

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

{
    "id": 3623298,
    "uri": "https://api.kexp.org/v2/plays/3623298/?format=api",
    "airdate": "2026-02-28T04:04:35-08:00",
    "show": 66049,
    "show_uri": "https://api.kexp.org/v2/shows/66049/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If I Ruled The World (Imagine That)",
    "track_id": "57c87b4f-18de-4e44-9001-3a192ec6a2c3",
    "recording_id": "3e5199e6-2d97-403d-8dd1-77d7d5d49dc9",
    "artist": "Nas",
    "artist_ids": [
        "cfbc0924-0035-4d6c-8197-f024653af823"
    ],
    "album": "It Was Written (Clean Version)",
    "release_id": "4eebd1e0-9e88-490d-a99a-8cd9124d772b",
    "release_group_id": "630fb243-2297-4815-8705-05ce76e2f570",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "47692917-5bad-4c56-a352-9d7ab7648ede"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That lovely voice is Lauryn Hill.\n--\n\"If I Ruled the World (Imagine That)\" contains samples of the vocals from \"Walk Right Up to the Sun\" by The Delfonics and \"If I Ruled the World\" by Kurtis Blow and the hook from \"Friends\" by Whodini.\n--\n See the official video for \"If I Ruled the World (Imagine That): https://youtu.be/mlp-IIG9ApU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}