Information about plays

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

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

{
    "id": 3577225,
    "uri": "https://api.kexp.org/v2/plays/3577225/?format=api",
    "airdate": "2025-11-12T11:53:39-08:00",
    "show": 65089,
    "show_uri": "https://api.kexp.org/v2/shows/65089/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Sugar",
    "track_id": "44b7edd6-379c-4331-96d2-348ca607acc5",
    "recording_id": "56f16f95-ec6c-49d1-9a10-5bb5c3844080",
    "artist": "Small Paul",
    "artist_ids": [
        "c2a23d44-99f9-4f5c-9924-13220ddf1b9f"
    ],
    "album": "Strangeland",
    "release_id": "60e34cca-ffa2-459e-974b-60b1684c0c99",
    "release_group_id": "ea738c25-908b-46b0-a491-3d3046178e39",
    "labels": [
        "Den Tapes"
    ],
    "label_ids": [
        "f295a646-1c25-4dc1-9a67-40828b4091d1"
    ],
    "release_date": "2022-06-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl hosted this Seattle band, Small Paul, when they came through KEXP last year for a LIVE on KEXP session, check out the video of this song, here: https://www.youtube.com/watch?v=OOzAnSTWdaE\n\nhttps://smallpaulband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}