Information about plays

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

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

{
    "id": 3554786,
    "uri": "https://api.kexp.org/v2/plays/3554786/?format=api",
    "airdate": "2025-09-19T00:10:45-07:00",
    "show": 64598,
    "show_uri": "https://api.kexp.org/v2/shows/64598/?format=api",
    "image_uri": "https://coverartarchive.org/release/34745a24-1019-3339-b352-1dd6b9416588/11436452212-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/34745a24-1019-3339-b352-1dd6b9416588/11436452212-250.jpg",
    "song": "Love to the People",
    "track_id": null,
    "recording_id": "51d8352d-9e93-4aed-a547-f7e98a1290c3",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "There’s No Place Like America Today",
    "release_id": null,
    "release_group_id": "9b93bf1c-a61d-341e-8900-b305f3812c2c",
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}