Information about plays

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

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

{
    "id": 3628802,
    "uri": "https://api.kexp.org/v2/plays/3628802/?format=api",
    "airdate": "2026-03-14T12:49:38-07:00",
    "show": 66179,
    "show_uri": "https://api.kexp.org/v2/shows/66179/?format=api",
    "image_uri": "https://dn710300.ca.archive.org/0/items/mbid-1a327772-bee0-49ed-aab2-c8a40f6f6d09/mbid-1a327772-bee0-49ed-aab2-c8a40f6f6d09-28343532463_thumb500.jpg",
    "thumbnail_uri": "https://dn710300.ca.archive.org/0/items/mbid-1a327772-bee0-49ed-aab2-c8a40f6f6d09/mbid-1a327772-bee0-49ed-aab2-c8a40f6f6d09-28343532463_thumb250.jpg",
    "song": "97 Tears",
    "track_id": "06ca49ef-1e01-444d-804b-ea7a22951091",
    "recording_id": "69408f34-c6d7-4604-a0d5-b088a52d31e1",
    "artist": "The Revlons",
    "artist_ids": [
        "a7affec1-3d7a-4610-a635-079c5b171628"
    ],
    "album": "Ork Records: New York, New York",
    "release_id": "1a327772-bee0-49ed-aab2-c8a40f6f6d09",
    "release_group_id": "f41dd6db-7d3d-4bd1-97af-94d6075059ff",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2015-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York punk band The Revlons recorded “97 Tears” as a playful nod to the garage-rock classic “96 Tears,” the 1966 hit by ? and the Mysterians, released on the influential downtown indie label Ork Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}