Information about plays

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

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

{
    "id": 3639203,
    "uri": "https://api.kexp.org/v2/plays/3639203/?format=api",
    "airdate": "2026-04-07T22:07:27-07:00",
    "show": 66395,
    "show_uri": "https://api.kexp.org/v2/shows/66395/?format=api",
    "image_uri": "https://dn711200.ca.archive.org/0/items/mbid-467e5c83-f48b-4a43-8be8-397bb2fae59f/mbid-467e5c83-f48b-4a43-8be8-397bb2fae59f-20184798943_thumb500.jpg",
    "thumbnail_uri": "https://dn711200.ca.archive.org/0/items/mbid-467e5c83-f48b-4a43-8be8-397bb2fae59f/mbid-467e5c83-f48b-4a43-8be8-397bb2fae59f-20184798943_thumb250.jpg",
    "song": "Born Under Punches",
    "track_id": "53a3316c-88fd-4f23-96b2-1460959462c6",
    "recording_id": "6fc0eb35-c849-4907-a71b-e82c3f614d6f",
    "artist": "Angélique Kidjo",
    "artist_ids": [
        "80fe34d0-6b4f-4ccd-81c3-281ab37f0451"
    ],
    "album": "Remain in Light",
    "release_id": "467e5c83-f48b-4a43-8be8-397bb2fae59f",
    "release_group_id": "144784f0-b9f3-4d59-a488-26cd75c86d0d",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-06-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}