Information about plays

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

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

{
    "id": 3522915,
    "uri": "https://api.kexp.org/v2/plays/3522915/?format=api",
    "airdate": "2025-07-05T09:53:54-07:00",
    "show": 63927,
    "show_uri": "https://api.kexp.org/v2/shows/63927/?format=api",
    "image_uri": "https://coverartarchive.org/release/198c7d5c-9a05-448d-85ec-1895a9e01a5f/35725325828-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/198c7d5c-9a05-448d-85ec-1895a9e01a5f/35725325828-250.jpg",
    "song": "Roman Soldiers of Babylon",
    "track_id": null,
    "recording_id": "f9baec4d-da5a-402e-bd4f-b66c75f83558",
    "artist": "Inner Circle",
    "artist_ids": [
        "0a5c92c7-4aa7-4324-82ab-8e8e733507cb"
    ],
    "album": "Reggae Thing",
    "release_id": null,
    "release_group_id": "c7e4abc2-5057-3c0c-a5fb-7a44a56b0129",
    "labels": [],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Inner Circle, also known as The Inner Circle Band or The Bad Boys of Reggae, are a Jamaican reggae band formed in Kingston in 1968. The band first backed The Chosen Few in the early 1970s before joining with successful solo artist Jacob Miller and releasing a string of records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}