Information about plays

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

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

{
    "id": 3548025,
    "uri": "https://api.kexp.org/v2/plays/3548025/?format=api",
    "airdate": "2025-09-02T14:31:14-07:00",
    "show": 64455,
    "show_uri": "https://api.kexp.org/v2/shows/64455/?format=api",
    "image_uri": "https://coverartarchive.org/release/0c3eb66e-3318-43a1-a3a8-0cb3471e8c26/25329099237-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0c3eb66e-3318-43a1-a3a8-0cb3471e8c26/25329099237-250.jpg",
    "song": "Saved",
    "track_id": null,
    "recording_id": "0068e9cc-6e53-44cd-b270-10be36576304",
    "artist": "Labi Siffre",
    "artist_ids": [
        "6838ca8e-da88-436c-a0fd-6d3a7e832f1f"
    ],
    "album": "Crying Laughing Loving Lying",
    "release_id": null,
    "release_group_id": "f34a6030-1365-47ef-9f45-545c7dcc927a",
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [
        "a4a01f0f-c349-4352-9075-b268f6ef0f48"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled on Nourished By Time's \"Max Potential\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}