Information about plays

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

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

{
    "id": 3555842,
    "uri": "https://api.kexp.org/v2/plays/3555842/?format=api",
    "airdate": "2025-09-21T09:37:54-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Buckets of Rain",
    "track_id": null,
    "recording_id": "99b9e74d-6b70-4c49-802e-a72f2ebd61e9",
    "artist": "Beth Orton feat. M. Ward",
    "artist_ids": [
        "214d84a5-e9e5-4432-af95-8c84da7ba4c0",
        "655b3e5b-09e4-45dd-941c-6fa3fc12521b"
    ],
    "album": "2003-09-30: Largo, Los Angeles, CA, USA",
    "release_id": null,
    "release_group_id": "f25bb9e6-1a25-3dcf-867f-9b0fb5f5323b",
    "labels": [
        "Parlaphone"
    ],
    "label_ids": [],
    "release_date": "2003-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The British singer covered Dylan’s 1974 song with M. Ward at a live performed in L.A.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}