Information about plays

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

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

{
    "id": 3617784,
    "uri": "https://api.kexp.org/v2/plays/3617784/?format=api",
    "airdate": "2026-02-15T09:29:22-08:00",
    "show": 65940,
    "show_uri": "https://api.kexp.org/v2/shows/65940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cotton Candy",
    "track_id": null,
    "recording_id": "782210f5-31f3-4a2a-99ea-1b10a68c493e",
    "artist": "Lenny Capello & Dots",
    "artist_ids": [
        "84dfba60-86c3-4053-a7b3-31cf6686fe83"
    ],
    "album": "The Complete Ric & Ron Recordings, Vol. 1: Classic New Orleans R&B And More, 1958-1965",
    "release_id": null,
    "release_group_id": "e848f506-dee0-48e4-8351-bb69677edaf4",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}