Information about plays

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

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

{
    "id": 3628140,
    "uri": "https://api.kexp.org/v2/plays/3628140/?format=api",
    "airdate": "2026-03-12T15:36:28-07:00",
    "show": 66162,
    "show_uri": "https://api.kexp.org/v2/shows/66162/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rise [The Reflex Revision]",
    "track_id": null,
    "recording_id": "453d062a-829e-4729-9df8-4e5726bcc16a",
    "artist": "Herb Alpert",
    "artist_ids": [
        "db76f244-049f-440e-be53-cc5f3c0cdfb6"
    ],
    "album": "VIP Downloads x 20",
    "release_id": null,
    "release_group_id": "8bb6c8e7-1d8a-4b85-852e-e7727318e558",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was Alpert's second #1 (after \"This Guy's in Love With You\"), making him to only solo performer to be credited with a #1 vocal and a #1 instrumental single. \n--\nHerb Alpert said that \"Rise\" happened by accident. His nephew Randy \"Badazz\" Alpert and Andy Armer had been attempting to create a disco-style version of his 1965 hit \"A Taste of Honey\" but the experiment left the trumpet legend feeling nauseated.\n\n\"But they had this song 'Rise,' which they wanted to be disco,\" Alpert continued. \"I loved the melody. We slowed it down to 100bpm and when we recorded it – also in one take – the bass player, Abe Laboriel, was dancing around the studio while he was playing. When I heard the playback, I got goosebumps.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}