Information about plays

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

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

{
    "id": 3545904,
    "uri": "https://api.kexp.org/v2/plays/3545904/?format=api",
    "airdate": "2025-08-28T14:07:12-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://coverartarchive.org/release/4aaccece-7db5-4996-a624-52551c56a5d9/38673648268-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4aaccece-7db5-4996-a624-52551c56a5d9/38673648268-250.jpg",
    "song": "Your Mother's Got a Big Head",
    "track_id": null,
    "recording_id": "32bf82fb-97cb-4662-91ea-a4556e24292a",
    "artist": "Chris Rock",
    "artist_ids": [
        "172805a7-6f84-4bb3-8b3b-6dc5bc33b103"
    ],
    "album": "Born Suspect",
    "release_id": null,
    "release_group_id": "3bb605ce-e126-3023-a60c-b26f5f4c88c1",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"My wallet's so fat, had to put it on a diet\nA sucka said run it and I said don't try it...\" : https://genius.com/Chris-rock-your-mothers-got-a-big-head-lyrics\n--\nSampling, of course, \"You and Your Folks, Me and My Folks.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}