Information about plays

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

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

{
    "id": 3597886,
    "uri": "https://api.kexp.org/v2/plays/3597886/?format=api",
    "airdate": "2025-12-30T06:10:05-08:00",
    "show": 65513,
    "show_uri": "https://api.kexp.org/v2/shows/65513/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fleez",
    "track_id": "b03b7938-660e-4f29-9a0c-a5f574b43ee3",
    "recording_id": "af6b85f9-578e-4d57-9794-ff528d769b4c",
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Cool It Down",
    "release_id": "e1e9506e-a1ae-41c8-87e4-8cdddba7c16d",
    "release_group_id": "4d49427b-f9d9-46f6-9922-5e9499433880",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2022-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song “Fleez,” off of the fifth studio album from the Yeah Yeah Yeahs, namedrops ESG and incorporates elements of NYC art-funk influencers’ 1981 song “Moody (Spaced Out)” (Renee Scroggins is given a writing credit). \nhttps://bit.ly/414kbQa \n\nhttps://yeahyeahyeahs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}