Information about plays

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

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

{
    "id": 3540168,
    "uri": "https://api.kexp.org/v2/plays/3540168/?format=api",
    "airdate": "2025-08-14T23:47:35-07:00",
    "show": 64290,
    "show_uri": "https://api.kexp.org/v2/shows/64290/?format=api",
    "image_uri": "https://coverartarchive.org/release/4a71b5af-0a60-4dc1-a330-421fa0bdb543/36417235373-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4a71b5af-0a60-4dc1-a330-421fa0bdb543/36417235373-250.jpg",
    "song": "Stay Away (From Me)",
    "track_id": null,
    "recording_id": "a290cc7c-4656-43a3-a6c9-16774cd6caff",
    "artist": "Madison McFerrin",
    "artist_ids": [
        "cb5171f5-506a-4032-b99e-295e085bde19"
    ],
    "album": "(Please Don't) Leave Me Now",
    "release_id": null,
    "release_group_id": "aea8233c-eb58-462d-a32e-28a1b3d8a775",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}