Information about plays

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

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

{
    "id": 3619563,
    "uri": "https://api.kexp.org/v2/plays/3619563/?format=api",
    "airdate": "2026-02-19T15:19:58-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "https://coverartarchive.org/release/80707f7b-3e36-41b4-afc3-ea06058e10dc/4969173205-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/80707f7b-3e36-41b4-afc3-ea06058e10dc/4969173205-250.jpg",
    "song": "Reign or Shine",
    "track_id": null,
    "recording_id": "0e5cfa1e-8ce9-4df8-9d6a-f527a47b5f20",
    "artist": "Count Bass D feat. Rayna Shine",
    "artist_ids": [
        "18c9e1ac-840d-4d30-86a0-16b2f608b20f",
        "303f638f-5387-411b-95d0-0b508cd3bb6c"
    ],
    "album": "Dwight Spitz",
    "release_id": null,
    "release_group_id": "e5b23a4c-a27c-39ab-a9c8-3058ad741f52",
    "labels": [
        "High Times Records"
    ],
    "label_ids": [
        "763a8fe0-a80c-47b9-bee1-6e1a48964e66"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Reign or Shine\" contains samples of \"A Remark You Made\" by Weather Report, \"Shit's Real\" by Mic Geronimo, \"Survival of the Fittest\" by Mobb Deep and \"Shorties Kaught in the System (S.K.I.T.S.)\" by Lord Finesse.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}