Information about plays

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

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

{
    "id": 3540247,
    "uri": "https://api.kexp.org/v2/plays/3540247/?format=api",
    "airdate": "2025-08-15T04:32:53-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://ia800108.us.archive.org/6/items/mbid-aa6f97b3-ab26-486d-9d14-82669f671f87/mbid-aa6f97b3-ab26-486d-9d14-82669f671f87-9146400169_thumb500.jpg",
    "thumbnail_uri": "https://ia800108.us.archive.org/6/items/mbid-aa6f97b3-ab26-486d-9d14-82669f671f87/mbid-aa6f97b3-ab26-486d-9d14-82669f671f87-9146400169_thumb250.jpg",
    "song": "Ain't That Easy",
    "track_id": "b4100533-3869-41f5-8077-47df2fc7bd34",
    "recording_id": "fcf125bc-7497-4dd7-9f2c-edda0b3b02c0",
    "artist": "D’Angelo and The Vanguard",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a",
        "06c744b8-328d-46a3-96ea-7b98055c702f"
    ],
    "album": "Black Messiah",
    "release_id": "aa6f97b3-ab26-486d-9d14-82669f671f87",
    "release_group_id": "b3d96626-4d46-4012-b6cb-e8d8b192a4f1",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2014-12-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}