Information about plays

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

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

{
    "id": 3582658,
    "uri": "https://api.kexp.org/v2/plays/3582658/?format=api",
    "airdate": "2025-11-25T05:04:31-08:00",
    "show": 65205,
    "show_uri": "https://api.kexp.org/v2/shows/65205/?format=api",
    "image_uri": "https://ia904507.us.archive.org/19/items/mbid-ab393e12-c416-422f-bfc7-3b76338de97d/mbid-ab393e12-c416-422f-bfc7-3b76338de97d-31478093076_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-ab393e12-c416-422f-bfc7-3b76338de97d/mbid-ab393e12-c416-422f-bfc7-3b76338de97d-31478093076_thumb250.jpg",
    "song": "When a Man Loves a Woman",
    "track_id": "e72a4718-079d-369a-acfb-86eb8ae026f4",
    "recording_id": "24e1eceb-ea13-4152-aaa1-c291de757cc8",
    "artist": "Percy Sledge",
    "artist_ids": [
        "c2f37fdf-5e8f-4d9c-9a03-219a8239cf5f"
    ],
    "album": "Sweet Soul Music: 29 Scorching Classics From 1966",
    "release_id": "ab393e12-c416-422f-bfc7-3b76338de97d",
    "release_group_id": "00effa21-37ed-4d47-85f9-9c5fcc274c53",
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2009-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating the 85th birthday of Percy Sledge, born on this day in 1940 (d. April 14, 2015).\n\nSledge is best known for the song \"When a Man Loves a Woman,\" a No. 1 hit on both the Billboard Hot 100 and R&B singles charts in 1966. It was awarded a million-selling, gold-certified disc from the RIAA.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}