Information about plays

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

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

{
    "id": 3545894,
    "uri": "https://api.kexp.org/v2/plays/3545894/?format=api",
    "airdate": "2025-08-28T13:39:22-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://coverartarchive.org/release/a24134be-148e-4164-a3fe-bae5dcd9b33f/33076677168-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a24134be-148e-4164-a3fe-bae5dcd9b33f/33076677168-250.jpg",
    "song": "Havin Thangs",
    "track_id": null,
    "recording_id": "ba527e19-47cd-4a40-9088-03a480ccd278",
    "artist": "Big Mike",
    "artist_ids": [
        "d442b69b-de5c-47fb-a320-9205635fb915"
    ],
    "album": "Somethin' Serious",
    "release_id": null,
    "release_group_id": "cb1de2ef-5ad0-3edc-b6d0-dd161583db07",
    "labels": [
        "Rap-A-Lot Records"
    ],
    "label_ids": [
        "8d67c905-4145-42a7-86db-d3bf6e1aaf7d"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling multiple elements of Funkadelic's :Good Old Music\"\n--\n\"Somethin' Serious\" is the debut solo studio album by American rapper Big Mike of the Geto Boys. Here's the official video for \"Havin Thangs\": https://www.youtube.com/watch?v=kADQFyeN5GI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}