Information about plays

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

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

{
    "id": 3607663,
    "uri": "https://api.kexp.org/v2/plays/3607663/?format=api",
    "airdate": "2026-01-22T13:58:46-08:00",
    "show": 65724,
    "show_uri": "https://api.kexp.org/v2/shows/65724/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a4df0d8-4942-4d8c-999d-ec5d2a2e78f4/15203423275-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a4df0d8-4942-4d8c-999d-ec5d2a2e78f4/15203423275-250.jpg",
    "song": "Ring My Bell",
    "track_id": null,
    "recording_id": "2b8963a3-419b-4ee4-b8b1-70651634eff7",
    "artist": "DJ Jazzy Jeff & the Fresh Prince",
    "artist_ids": [
        "a663d7d0-754b-40e2-9ea3-3c6c39fd5937"
    ],
    "album": "Homebase",
    "release_id": null,
    "release_group_id": "10437947-9039-3240-9aed-47c6ed0a7ce8",
    "labels": [],
    "label_ids": [],
    "release_date": "1991-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the official video for this song that heavily (!!) sampled the Anita Ward classic: https://www.youtube.com/watch?v=WLtw3yzq2HE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}