Information about plays

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

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

{
    "id": 3570658,
    "uri": "https://api.kexp.org/v2/plays/3570658/?format=api",
    "airdate": "2025-10-27T14:40:10-07:00",
    "show": 64950,
    "show_uri": "https://api.kexp.org/v2/shows/64950/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/items/mbid-aedc5e70-65e5-4db3-bb87-dc0a49fab2ec/mbid-aedc5e70-65e5-4db3-bb87-dc0a49fab2ec-42853814508_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-aedc5e70-65e5-4db3-bb87-dc0a49fab2ec/mbid-aedc5e70-65e5-4db3-bb87-dc0a49fab2ec-42853814508_thumb250.jpg",
    "song": "Goodthing",
    "track_id": "7d7325ae-f269-4139-b9b6-e9319f026df5",
    "recording_id": "5f7f8344-3f68-44d2-8040-3ae6e0bc4da0",
    "artist": "Wargirl",
    "artist_ids": [
        "6c97247a-c2e1-4845-988c-2a8f5d600690"
    ],
    "album": "Good Things",
    "release_id": "aedc5e70-65e5-4db3-bb87-dc0a49fab2ec",
    "release_group_id": "0a528aa7-ac90-4796-8cc8-9b269213c441",
    "labels": [
        "Clouds Hill"
    ],
    "label_ids": [
        "bb2839af-9170-481a-bc6f-db97a4e78cf0"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "WARGIRL’s song “Good Things” is described as a mix of genres and influenced by the diversity of their hometown, Long Beach, California.The album was recorded in Costa Rica to create a more focused environment, and the song is about finding joy and resilience in life, particularly during sunset when the sky turns a million colors",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}