Information about plays

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

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

{
    "id": 3578925,
    "uri": "https://api.kexp.org/v2/plays/3578925/?format=api",
    "airdate": "2025-11-16T10:13:19-08:00",
    "show": 65126,
    "show_uri": "https://api.kexp.org/v2/shows/65126/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab126ae8-71a4-43df-80cf-580466a2f6fb/30849217195-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab126ae8-71a4-43df-80cf-580466a2f6fb/30849217195-250.jpg",
    "song": "That River",
    "track_id": null,
    "recording_id": "220e850c-410a-4223-b08c-e96851c19e0d",
    "artist": "Margo Cilker",
    "artist_ids": [
        "91e07743-761b-40f4-b4cb-f3dd72b4c26c"
    ],
    "album": "Pohorylle",
    "release_id": null,
    "release_group_id": "1a061b1a-94bc-4bca-9a17-1bde0df1c4d3",
    "labels": [
        "Fluff & Gravy"
    ],
    "label_ids": [
        "f9d66f9d-0070-4a6f-bbec-c06eb75c88a7"
    ],
    "release_date": "2021-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Goldendale, WA artist and wife of Forrest VanTuyl, with her debut LP. \n\nShe is playing in San Francisco's Rickshaw Stop on April 6\nhttps://www.margocilkermusic.com/tour\nhttps://margocilker.bandcamp.com/album/pohorylle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}