Information about plays

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

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

{
    "id": 3612823,
    "uri": "https://api.kexp.org/v2/plays/3612823/?format=api",
    "airdate": "2026-02-03T19:38:43-08:00",
    "show": 65833,
    "show_uri": "https://api.kexp.org/v2/shows/65833/?format=api",
    "image_uri": "https://coverartarchive.org/release/d87be8b1-e55c-44b5-9635-e45563c90889/41365165489-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d87be8b1-e55c-44b5-9635-e45563c90889/41365165489-250.jpg",
    "song": "Vocalize My Luv",
    "track_id": null,
    "recording_id": "9a5ca4e4-09d6-46c3-806f-1db9bbcf5772",
    "artist": "Florence Adooni",
    "artist_ids": [
        "a3250c6e-bb41-4137-a549-47de282109cc"
    ],
    "album": "A.O.E.I.U. (An Ordinary Exercise In Unity)",
    "release_id": null,
    "release_group_id": "66205617-c33c-46b0-a4a9-6198d00a48ec",
    "labels": [
        "Philophon"
    ],
    "label_ids": [
        "2e7cf402-937c-450f-8ce5-436ab045d095"
    ],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut record from Ghana’s Florence Adooni: A.O.E.I.U. is a sonic journey where tradition meets innovation, connecting the past, present, and future in a single breath.\n\nhttps://florenceadooni.bandcamp.com/album/a-o-e-i-u-an-ordinary-exercise-in-unity",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}