Information about plays

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

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

{
    "id": 3646273,
    "uri": "https://api.kexp.org/v2/plays/3646273/?format=api",
    "airdate": "2026-04-24T20:35:21-07:00",
    "show": 66541,
    "show_uri": "https://api.kexp.org/v2/shows/66541/?format=api",
    "image_uri": "https://coverartarchive.org/release/f78cd284-a03c-4ba9-8dfb-bf1ffd611905/37191726269-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f78cd284-a03c-4ba9-8dfb-bf1ffd611905/37191726269-250.jpg",
    "song": "Ma Cherie",
    "track_id": null,
    "recording_id": "b48b333d-78a2-4f9b-ba2d-d85077b8e8a3",
    "artist": "Bien",
    "artist_ids": [
        "46865139-c5d9-4616-9627-42b5da29ec8b"
    ],
    "album": "Ma Cherie",
    "release_id": null,
    "release_group_id": "68b9e3d1-ff27-416a-b483-1eea0cc3a5d7",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kenya!\n\nLive session!\nhttps://www.youtube.com/watch?v=Ua4o4dwNbWM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}