Information about plays

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

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

{
    "id": 3525014,
    "uri": "https://api.kexp.org/v2/plays/3525014/?format=api",
    "airdate": "2025-07-10T04:20:26-07:00",
    "show": 63970,
    "show_uri": "https://api.kexp.org/v2/shows/63970/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fighting for Our Love",
    "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 will be in Seattle for Bumbershoot on Saturday, August 30th. -- Her sophomore album, \"SCORPIO,\" dropped on June 24th. Order it here: madisonmcferrin.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}