Information about plays

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

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

{
    "id": 3587979,
    "uri": "https://api.kexp.org/v2/plays/3587979/?format=api",
    "airdate": "2025-12-07T09:11:27-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunday Sermon",
    "track_id": "8dafc351-bea8-31c2-bd5b-9f0d8962ab37",
    "recording_id": "40cafba6-4e87-4ee5-b3f2-d047f4efb65d",
    "artist": "Booker T. & The MG’s",
    "artist_ids": [
        "377015fb-c02f-4b05-960b-e0df6a7ea99e"
    ],
    "album": "Stax Profiles: Booker T. & The MG’s",
    "release_id": "c53154c4-92a1-4f67-97cd-288943a98150",
    "release_group_id": "73bcc38a-7b52-31cb-94f9-a7307324b813",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2006-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}