Information about plays

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

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

{
    "id": 3637143,
    "uri": "https://api.kexp.org/v2/plays/3637143/?format=api",
    "airdate": "2026-04-03T04:47:29-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://coverartarchive.org/release/8891d2e3-da2d-4696-8da0-5cfa2f81f8b0/42758447541-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8891d2e3-da2d-4696-8da0-5cfa2f81f8b0/42758447541-250.jpg",
    "song": "You Just Don't Care",
    "track_id": null,
    "recording_id": "fbcb2a35-2ac4-4a9c-8c91-c9c0faf39b91",
    "artist": "VST & Company",
    "artist_ids": [
        "2d1c2062-9cbb-4082-a469-828754a743a4"
    ],
    "album": "The Complete Greatest Hits Collection",
    "release_id": null,
    "release_group_id": "460ace9d-7b3e-4fc5-bbf1-d88c0665b540",
    "labels": [
        "Vicor Music Corporation"
    ],
    "label_ids": [
        "a2e2289f-0e7b-4542-b78c-6af7e958e5cf"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}