Information about plays

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

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

{
    "id": 3522921,
    "uri": "https://api.kexp.org/v2/plays/3522921/?format=api",
    "airdate": "2025-07-05T10:12:48-07:00",
    "show": 63927,
    "show_uri": "https://api.kexp.org/v2/shows/63927/?format=api",
    "image_uri": "https://coverartarchive.org/release/87037d47-8c77-4024-bf7a-f1e9465383bd/37331765732-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/87037d47-8c77-4024-bf7a-f1e9465383bd/37331765732-250.jpg",
    "song": "Peace Begins Within",
    "track_id": null,
    "recording_id": "d0e40ac6-e09f-4ddf-9c9b-1a9fc9f721ec",
    "artist": "Nora Dean",
    "artist_ids": [
        "bf85e897-d8bd-4182-b652-518a941f2557"
    ],
    "album": "Peace Begins Within / Go Back Home",
    "release_id": null,
    "release_group_id": "dca19383-ae87-401b-8df9-1e48c30bb2fa",
    "labels": [],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Letetia Leonora McLean, better known as Nora Dean, was a Jamaican reggae and later gospel singer, best known for her 1970 hit \"Barbwire\". Dean recorded solo and as a member of The Ebony Sisters, The Soul Sisters and The Soulettes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}