Information about plays

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

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

{
    "id": 3547765,
    "uri": "https://api.kexp.org/v2/plays/3547765/?format=api",
    "airdate": "2025-09-02T00:25:50-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/10fe7149-bcd5-4eab-9466-09e336ab8f57/25062623278-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10fe7149-bcd5-4eab-9466-09e336ab8f57/25062623278-250.jpg",
    "song": "E.T. (Extraterrestrial)",
    "track_id": null,
    "recording_id": null,
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "ATLiens",
    "release_id": null,
    "release_group_id": "672fa6be-ae6a-38a2-a0d3-6a393a3929bf",
    "labels": [
        "LaFace"
    ],
    "label_ids": [],
    "release_date": "1996-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Huge S/O to all my loyal listeners from Jupiter and beyond",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}