Information about plays

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

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

{
    "id": 3557857,
    "uri": "https://api.kexp.org/v2/plays/3557857/?format=api",
    "airdate": "2025-09-26T06:42:02-07:00",
    "show": 64663,
    "show_uri": "https://api.kexp.org/v2/shows/64663/?format=api",
    "image_uri": "https://coverartarchive.org/release/bc010da6-c68b-45ed-83f2-bf4564202cce/41301088771-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bc010da6-c68b-45ed-83f2-bf4564202cce/41301088771-250.jpg",
    "song": "Maria También",
    "track_id": null,
    "recording_id": "fbddedd7-3629-4aab-be46-36c750e1a3f9",
    "artist": "Bacao Rhythm & Steel Band",
    "artist_ids": [
        "7247ef92-6c65-484d-9cf1-a737382a4721"
    ],
    "album": "Maria También",
    "release_id": null,
    "release_group_id": "f32cfab5-d8ed-4b4c-8231-27224105b6e3",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2025-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New release from Bacao Rhythm & Steel Band, \"Maria También\" is out from Big Crown Records.\n\nThis song can also be found on \"Big Crown Vaults Vol. 4,\" the new album from this Hamburg, Germany steel pan outfit, out since May 2nd.\nhttps://bacaorhythmandsteelband.bandcamp.com/album/big-crown-vaults-vol-4-bacao-rhythm-steel-band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}