Information about plays

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

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

{
    "id": 3657463,
    "uri": "https://api.kexp.org/v2/plays/3657463/?format=api",
    "airdate": "2026-05-21T01:38:42-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ebe9114-72af-42e2-a463-24f8e5654b40/38693172467-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6ebe9114-72af-42e2-a463-24f8e5654b40/38693172467-250.jpg",
    "song": "Y'all Ready for Dis",
    "track_id": null,
    "recording_id": "301e24f1-3f5f-47c9-97a1-159e5c4a2d0c",
    "artist": "Y U QT",
    "artist_ids": [
        "d749c2fa-3419-4dd8-8620-99f6fd06cef6"
    ],
    "album": "Y'all Ready for Dis",
    "release_id": null,
    "release_group_id": "adedd620-4bb0-4171-9ce6-5c11625acf74",
    "labels": [
        "Y U QT"
    ],
    "label_ids": [
        "29522630-959c-4226-9fd1-29ba817d1166"
    ],
    "release_date": "2023-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://yuqt.bandcamp.com/album/yall-ready-for-dis-extended-mix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}