Information about plays

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

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

{
    "id": 3607669,
    "uri": "https://api.kexp.org/v2/plays/3607669/?format=api",
    "airdate": "2026-01-22T14:08:22-08:00",
    "show": 65724,
    "show_uri": "https://api.kexp.org/v2/shows/65724/?format=api",
    "image_uri": "https://coverartarchive.org/release/31c808ce-1eaf-4c97-bf99-38ddd8cb44f2/25582332808-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31c808ce-1eaf-4c97-bf99-38ddd8cb44f2/25582332808-250.jpg",
    "song": "$ Can't Buy Me Love",
    "track_id": null,
    "recording_id": "e38882d7-8b3c-4671-b8b1-95981097cf8c",
    "artist": "DJ Jazzy Jeff feat. Biz Markie",
    "artist_ids": [
        "91ad641b-3b6f-4220-8352-f3f5f909d4e0",
        "48b48175-5ffd-49a2-88e2-ca84118544ca"
    ],
    "album": "The Return of Hip Hop EP",
    "release_id": null,
    "release_group_id": "a15733b0-02d6-4998-8007-76de745235fa",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-07-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., Rapper, DJ, and producer Biz Markie (Marcel Theo Hall)  who died in 2021, at age 57: https://www.theguardian.com/music/2021/jul/17/biz-markie-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}