Information about plays

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

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

{
    "id": 3626543,
    "uri": "https://api.kexp.org/v2/plays/3626543/?format=api",
    "airdate": "2026-03-07T21:21:24-08:00",
    "show": 66122,
    "show_uri": "https://api.kexp.org/v2/shows/66122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beat Your Heart Out",
    "track_id": "742fbe1f-a19d-41fe-96e7-3f6991954fe3",
    "recording_id": "493e3b0b-3eff-4f09-bfd6-4719b72c7f09",
    "artist": "The Distillers",
    "artist_ids": [
        "d25fa5a6-92bf-46a3-8bf7-31149b62eb84"
    ],
    "album": "Coral Fang",
    "release_id": "20357687-5463-498f-9c93-1be28729ea4b",
    "release_group_id": "375f7b5d-fb78-37da-ad3a-6e404d82bf31",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2003-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Jeff in the Bay Area\n\nhttps://www.facebook.com/thedistillersofficial/\nhttps://www.instagram.com/thedistillers/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}