Information about plays

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

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

{
    "id": 3565814,
    "uri": "https://api.kexp.org/v2/plays/3565814/?format=api",
    "airdate": "2025-10-16T10:13:15-07:00",
    "show": 64849,
    "show_uri": "https://api.kexp.org/v2/shows/64849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep Me in the Dark",
    "track_id": null,
    "recording_id": null,
    "artist": "Flock of Dimes",
    "artist_ids": [
        "4ecf50fc-b788-4d67-9972-ff6e1aed5295"
    ],
    "album": "The Life You Save",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": "2025-10-09",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jenn Wasner launched Flock of Dimes, a solo project formed in 2011 to explore the more atmospheric side of pop. Here's Jenn joining Cheryl Waters as part of Live on KEXP at Home back in 2021.\n\nhttps://www.youtube.com/watch?v=KV0Z9bG0b-w\nhttps://flockofdimes.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}