Information about plays

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

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

{
    "id": 3629222,
    "uri": "https://api.kexp.org/v2/plays/3629222/?format=api",
    "airdate": "2026-03-15T10:07:07-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Like a Woman",
    "track_id": null,
    "recording_id": null,
    "artist": "Steve Earle",
    "artist_ids": [],
    "album": "A Tribute to the King of Zydeco",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Valcour"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Profits from the album's sales are donated to the newly established Clifton Chenier Memorial Scholarship Fund for studying zydeco accordion at the University of Louisiana at Lafayette.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}