Information about plays

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

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

{
    "id": 3628570,
    "uri": "https://api.kexp.org/v2/plays/3628570/?format=api",
    "airdate": "2026-03-14T00:06:37-07:00",
    "show": 66173,
    "show_uri": "https://api.kexp.org/v2/shows/66173/?format=api",
    "image_uri": "https://coverartarchive.org/release/e898bbc0-fe9b-4994-9f5b-6f49b22edfb0/19019127507-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e898bbc0-fe9b-4994-9f5b-6f49b22edfb0/19019127507-250.jpg",
    "song": "Hurricane",
    "track_id": null,
    "recording_id": "46241201-b639-47f5-9394-d483a91c78f3",
    "artist": "The Click",
    "artist_ids": [
        "6f39bb73-b44d-4f46-887e-0b2d9671fe5a"
    ],
    "album": "Game Related",
    "release_id": null,
    "release_group_id": "c967dce4-e599-35f5-9e38-65444aa44033",
    "labels": [
        "Sick Wid’ It Records"
    ],
    "label_ids": [
        "f7097d96-1635-479e-b7c0-279380de0589"
    ],
    "release_date": "1995-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}