Information about plays

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

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

{
    "id": 3415410,
    "uri": "https://api.kexp.org/v2/plays/3415410/?format=api",
    "airdate": "2024-10-21T05:02:09-07:00",
    "show": 61634,
    "show_uri": "https://api.kexp.org/v2/shows/61634/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soulful Strut",
    "track_id": "fbd6b75d-6512-4789-98ef-cf198681e3ad",
    "recording_id": "562e0111-3a0a-4674-9337-3abb98b6ec81",
    "artist": "Young–Holt Unlimited",
    "artist_ids": [
        "20da153b-cb7c-487d-a4fe-0bd5c9b4b003"
    ],
    "album": "The Definitive Young–Holt Unlimited",
    "release_id": "95d5cf1d-8783-4d59-adf7-136808a8debe",
    "release_group_id": "76c59501-ca79-4057-bee3-ff0c15453391",
    "labels": [
        "Brunswick Records"
    ],
    "label_ids": [
        "d532d4dd-c853-4f44-a550-f050e25095de"
    ],
    "release_date": "2010-12-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good Monday Morning, and welcome to Early with Kevin Sur!\n\nChicago group formed in 1966 by by members of Ramsey Lewis' jazz trio, Drummer Isaac \"Redd\" Holt and bassist Eldee Young ; this tune was the backing instrumental track from Barbara Acklin's \"Am I the Same Girl\" ; https://brunswickrecords.com/our-artists/the-young-holt-unlimited",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}