Information about plays

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

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

{
    "id": 3619535,
    "uri": "https://api.kexp.org/v2/plays/3619535/?format=api",
    "airdate": "2026-02-19T14:00:19-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Say No to Drugs",
    "track_id": null,
    "recording_id": "141be50d-1690-402f-925e-4b1f10e59228",
    "artist": "Count Bass D",
    "artist_ids": [
        "18c9e1ac-840d-4d30-86a0-16b2f608b20f"
    ],
    "album": "Dwight Spitz",
    "release_id": null,
    "release_group_id": "e5b23a4c-a27c-39ab-a9c8-3058ad741f52",
    "labels": [
        "Metal Face Records"
    ],
    "label_ids": [
        "4dc9cf60-b827-4cac-a8ad-ae7d75bd6867"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rresented with a clip of David Shield's' 2019 film Lynch: A History https://www.davidshields.com/films/lynch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}