Information about plays

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

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

{
    "id": 3537819,
    "uri": "https://api.kexp.org/v2/plays/3537819/?format=api",
    "airdate": "2025-08-09T06:58:00-07:00",
    "show": 64240,
    "show_uri": "https://api.kexp.org/v2/shows/64240/?format=api",
    "image_uri": "https://coverartarchive.org/release/83cb3ba3-bf4e-4120-b588-5a30f968200b/40877334313-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/83cb3ba3-bf4e-4120-b588-5a30f968200b/40877334313-250.jpg",
    "song": "daze",
    "track_id": null,
    "recording_id": "89e1929d-e0a3-436b-bd2d-ae5ca388f863",
    "artist": "cherry pick",
    "artist_ids": [
        "9027542d-e682-484a-b8b0-790c265112e3"
    ],
    "album": "daze",
    "release_id": null,
    "release_group_id": "b6090fa3-8344-49b1-bf52-7f79de1588df",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}