Information about plays

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

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

{
    "id": 3618204,
    "uri": "https://api.kexp.org/v2/plays/3618204/?format=api",
    "airdate": "2026-02-16T07:21:07-08:00",
    "show": 65949,
    "show_uri": "https://api.kexp.org/v2/shows/65949/?format=api",
    "image_uri": "https://coverartarchive.org/release/aab9191c-f1d4-4b54-b7e5-ad9439d480a5/2503734818-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aab9191c-f1d4-4b54-b7e5-ad9439d480a5/2503734818-250.jpg",
    "song": "Rifles",
    "track_id": null,
    "recording_id": "6a7e2895-1be1-4037-9a23-a0f7d987e589",
    "artist": "Black Rebel Motorcycle Club",
    "artist_ids": [
        "32b90c92-9978-4a07-90eb-caa4b22f4907"
    ],
    "album": "B.R.M.C.",
    "release_id": null,
    "release_group_id": "ed9f81e5-7964-31ba-a49b-0776790e2347",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2001-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Rifles\" by Black Rebel Motorcycle Club from their self-titled debut album captures the raw, gritty essence of a band navigating the complexities of love and loss. \nCheck out this live performance of the song at Amoeba Records in San Francisco: https://www.youtube.com/watch?v=xmn32ZXZZGI\n\nhttps://blackrebelmotorcycleclub.com/song/rifles/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}