Information about plays

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

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

{
    "id": 3542528,
    "uri": "https://api.kexp.org/v2/plays/3542528/?format=api",
    "airdate": "2025-08-20T15:40:27-07:00",
    "show": 64340,
    "show_uri": "https://api.kexp.org/v2/shows/64340/?format=api",
    "image_uri": "https://ia601304.us.archive.org/35/items/mbid-dee08d2d-eb6d-4376-988a-07984dbdf738/mbid-dee08d2d-eb6d-4376-988a-07984dbdf738-12639957674_thumb500.jpg",
    "thumbnail_uri": "https://ia601304.us.archive.org/35/items/mbid-dee08d2d-eb6d-4376-988a-07984dbdf738/mbid-dee08d2d-eb6d-4376-988a-07984dbdf738-12639957674_thumb250.jpg",
    "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"
}