Information about plays

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

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

{
    "id": 3552915,
    "uri": "https://api.kexp.org/v2/plays/3552915/?format=api",
    "airdate": "2025-09-14T10:07:59-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lonely Avenue",
    "track_id": null,
    "recording_id": null,
    "artist": "Jon Batiste",
    "artist_ids": [
        "a2a72dba-3a08-43c4-859c-4c7f5fcc9599"
    ],
    "album": "Big Money",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The NOLA musician cold called Newman because he wanted Newman to know how much he valued his contribution to music. It turned into hanging out, jamming, and eventually Newman singing for the first time in a while.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}