Information about plays

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

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

{
    "id": 3620050,
    "uri": "https://api.kexp.org/v2/plays/3620050/?format=api",
    "airdate": "2026-02-20T20:01:50-08:00",
    "show": 65986,
    "show_uri": "https://api.kexp.org/v2/shows/65986/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul So Sweet",
    "track_id": null,
    "recording_id": "a24ba004-ea5d-45b4-b8fe-87869ffe6728",
    "artist": "Purple Disco Machine Ft Natalie Conway",
    "artist_ids": [],
    "album": "Soul So Sweet",
    "release_id": null,
    "release_group_id": "ebe92ee2-7256-4cbd-819c-0f45e2bdca7c",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-08-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Natalie Conway developed a love for Soul, RnB and Funk music, eventually branching into Pop. Her skills and versatility enabled her to work with numerous different bands including The Wonderbrass as well as Grover, The Usual Suspects, her own Jazz Band and recently, The Groove Academy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}