Information about plays

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

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

{
    "id": 3545931,
    "uri": "https://api.kexp.org/v2/plays/3545931/?format=api",
    "airdate": "2025-08-28T15:54:35-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7a96c61-531f-4d2f-9873-4acaf3ba4ce0/10324697204-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7a96c61-531f-4d2f-9873-4acaf3ba4ce0/10324697204-250.jpg",
    "song": "Who Am I (What's My Name)?",
    "track_id": null,
    "recording_id": "0663ae1e-994c-46c9-a22b-5bd6dfd73d63",
    "artist": "Snoop Doggy Dogg",
    "artist_ids": [
        "f90e8b26-9e52-4669-a5c9-e28529c47894"
    ],
    "album": "Doggystyle",
    "release_id": null,
    "release_group_id": "649762c9-8785-3d9c-803d-2f0496f168e5",
    "labels": [
        "Death Row Records"
    ],
    "label_ids": [
        "2285cdbd-a7b6-464a-9bc0-c549051454d9"
    ],
    "release_date": "1993-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song sampled the bass from \"(Not Just) Knee Deep.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}