Information about plays

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

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

{
    "id": 3636143,
    "uri": "https://api.kexp.org/v2/plays/3636143/?format=api",
    "airdate": "2026-03-31T20:32:18-07:00",
    "show": 66332,
    "show_uri": "https://api.kexp.org/v2/shows/66332/?format=api",
    "image_uri": "https://coverartarchive.org/release/c0b9281f-df03-40a5-815c-915fd69108f7/15319395662-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c0b9281f-df03-40a5-815c-915fd69108f7/15319395662-250.jpg",
    "song": "The Greatest Name That Lives",
    "track_id": null,
    "recording_id": "224e2e10-d86c-47e7-8f60-163e27970ac0",
    "artist": "Lata J. Ramasar",
    "artist_ids": [
        "9f3db09e-2027-4839-a035-e9627914884d"
    ],
    "album": "The Greatest Name That Lives / Hiway Xpress",
    "release_id": null,
    "release_group_id": "8a71e36e-1583-452b-8f53-e99d6163729f",
    "labels": [
        "K.D.R. Records"
    ],
    "label_ids": [
        "f23ae32c-d42b-445a-a9a2-c1085f066747"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lata J. Ramasar released \"The Greatest Name That Lives\" as an experiment in chutney music in 1980.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}