Information about plays

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

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

{
    "id": 3578365,
    "uri": "https://api.kexp.org/v2/plays/3578365/?format=api",
    "airdate": "2025-11-15T05:07:15-08:00",
    "show": 65113,
    "show_uri": "https://api.kexp.org/v2/shows/65113/?format=api",
    "image_uri": "https://coverartarchive.org/release/a3671a36-0b9e-48cf-aec7-119ad2510c9c/30853965228-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a3671a36-0b9e-48cf-aec7-119ad2510c9c/30853965228-250.jpg",
    "song": "Know the Ledge",
    "track_id": null,
    "recording_id": "e60bc71d-36e8-4257-99f2-e6c8e3bf4f4f",
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Fast *Rap.",
    "release_id": null,
    "release_group_id": "c3e6a475-db5c-32e6-a8a1-b8fe92a34e64",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}