Information about plays

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

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

{
    "id": 3524586,
    "uri": "https://api.kexp.org/v2/plays/3524586/?format=api",
    "airdate": "2025-07-09T03:54:45-07:00",
    "show": 63962,
    "show_uri": "https://api.kexp.org/v2/shows/63962/?format=api",
    "image_uri": "https://coverartarchive.org/release/e2ee34c3-a928-4249-8446-c63cd2c9cdcf/41558205872-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e2ee34c3-a928-4249-8446-c63cd2c9cdcf/41558205872-250.jpg",
    "song": "Sun and Moon",
    "track_id": null,
    "recording_id": "7e7f3a78-e5f1-4c16-81cc-3fb5e6abe785",
    "artist": "Brittany Davis",
    "artist_ids": [
        "b37debf5-8157-4998-bb80-1bb07914f3ff"
    ],
    "album": "Black Thunder",
    "release_id": null,
    "release_group_id": "643dcadd-abb3-4009-9250-779a5ee6cbb1",
    "labels": [
        "Loosegroove Records"
    ],
    "label_ids": [
        "46a478af-52fc-41db-868c-1abd9010f02f"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Black Thunder\" is the new studio album by acclaimed Seattle-based artist Brittany Davis. Produced by Josh Evans, it features Davis on keys and vocals, Evan Flory-Barnes on bass, and D’Vonne Lewis on drums.\n\nThe trio — who barely knew each other prior to recording together — improvised Black Thunder in a surge of interactive creativity across two days in the studio.: https://brittany-davis.bandcamp.com/album/black-thunder",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}