Information about plays

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

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

{
    "id": 3547535,
    "uri": "https://api.kexp.org/v2/plays/3547535/?format=api",
    "airdate": "2025-09-01T10:38:52-07:00",
    "show": 64446,
    "show_uri": "https://api.kexp.org/v2/shows/64446/?format=api",
    "image_uri": "https://dn721601.ca.archive.org/0/items/mbid-1537b817-e96e-4701-8378-a21fbb70ab2a/mbid-1537b817-e96e-4701-8378-a21fbb70ab2a-31478152187_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-1537b817-e96e-4701-8378-a21fbb70ab2a/mbid-1537b817-e96e-4701-8378-a21fbb70ab2a-31478152187_thumb250.jpg",
    "song": "Shop Around",
    "track_id": "326c6b84-2ec5-3558-b698-c8f010036f3c",
    "recording_id": "86e35456-1984-4218-b003-b57cc95c4f5a",
    "artist": "The Miracles",
    "artist_ids": [
        "6a4c2d34-7f7f-4f87-b17f-b5540aa840db"
    ],
    "album": "Sweet Soul Music: 31 Scorching Classics From 1961",
    "release_id": "1537b817-e96e-4701-8378-a21fbb70ab2a",
    "release_group_id": "0a04cb06-1a45-328a-aaa7-0c1173529d67",
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"\"Shop Around\" is a song originally recorded by the Miracles on Motown Records' Tamla subsidiary label. It was written by Miracles lead singer Smokey Robinson and Motown Records founder Berry Gordy. It became a smash hit in 1960 when originally recorded by the Miracles, reaching number one on the Billboard R&B chart, number one on the Cashbox Top 100 Pop Chart, and number two on the Billboard Hot 100 chart. It was the Miracles' first million-selling hit record, and the first million-selling hit for the Motown Record Corporation.\" https://bit.ly/47SunBZ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}