Information about plays

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

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

{
    "id": 3622738,
    "uri": "https://api.kexp.org/v2/plays/3622738/?format=api",
    "airdate": "2026-02-26T21:37:02-08:00",
    "show": 66038,
    "show_uri": "https://api.kexp.org/v2/shows/66038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh, What A World",
    "track_id": null,
    "recording_id": null,
    "artist": "Lonely Parrots, Shelby Natasha, Max Embers, Michael Martinez",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Lonely Parrots is a folk-pop duo based in the Bay Area. One part Michael Martinez & one part Max Embers, the two singer-songwriters have been making music and performing professionally for the past 8 years .",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}