Information about plays

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

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

{
    "id": 3631522,
    "uri": "https://api.kexp.org/v2/plays/3631522/?format=api",
    "airdate": "2026-03-20T15:35:42-07:00",
    "show": 66231,
    "show_uri": "https://api.kexp.org/v2/shows/66231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drop Baby Drop / Who Loves You Pretty Baby",
    "track_id": null,
    "recording_id": "fed66285-6b0b-47b5-9b3b-fc52745c1176",
    "artist": "The Mana'o Company",
    "artist_ids": [
        "83e6476c-27fb-4944-9b02-431827e324fe"
    ],
    "album": "Ke Ho'omana'o Nei",
    "release_id": null,
    "release_group_id": "d6855089-3d66-3be3-bd73-1c285099bfcc",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jamaican Reggae-inspired rhythms blended with Hawaiian vocal harmony & infused with some island instrumentation - Acoustic Guitar, Ukulele, Steel Guitar, creating a new style of Internatioinal Reggae all it's own. Mana'o Company has been in the island music scene for 21 years. https://www.holoholofestival.com/manao-company/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}