Information about plays

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

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

{
    "id": 3524582,
    "uri": "https://api.kexp.org/v2/plays/3524582/?format=api",
    "airdate": "2025-07-09T03:40:09-07:00",
    "show": 63962,
    "show_uri": "https://api.kexp.org/v2/shows/63962/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run It Back",
    "track_id": null,
    "recording_id": null,
    "artist": "Madison McFerrin",
    "artist_ids": [
        "cb5171f5-506a-4032-b99e-295e085bde19"
    ],
    "album": "SCORPIO",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Madison McFerrin is an independent songwriter/producer out of Brooklyn who has three EPs and collaborated with Questlove and earned numerous accolades over the years. https://www.madisonmcferrin.com/ --- Check out her live KEXP session here. https://www.youtube.com/watch?v=DEyOsVg4MII",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}