Information about plays

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

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

{
    "id": 3542798,
    "uri": "https://api.kexp.org/v2/plays/3542798/?format=api",
    "airdate": "2025-08-21T07:24:24-07:00",
    "show": 64346,
    "show_uri": "https://api.kexp.org/v2/shows/64346/?format=api",
    "image_uri": "https://ia601400.us.archive.org/35/items/mbid-ebe1327a-ccf5-4704-bcd9-7d240af580d3/mbid-ebe1327a-ccf5-4704-bcd9-7d240af580d3-33719172879_thumb500.jpg",
    "thumbnail_uri": "https://ia801400.us.archive.org/35/items/mbid-ebe1327a-ccf5-4704-bcd9-7d240af580d3/mbid-ebe1327a-ccf5-4704-bcd9-7d240af580d3-33719172879_thumb250.jpg",
    "song": "Minutes to Memories",
    "track_id": "0101d941-1cd4-4aec-8fa9-670ec9374294",
    "recording_id": "c5f8a963-b76d-4239-a268-c389e7f2ac12",
    "artist": "John Cougar Mellencamp",
    "artist_ids": [
        "0aad6b52-fd93-4ea4-9c5d-1f66e1bc9f0a"
    ],
    "album": "Scarecrow",
    "release_id": "ebe1327a-ccf5-4704-bcd9-7d240af580d3",
    "release_group_id": "53bc159b-dd34-3486-a37d-e4f7a2b94991",
    "labels": [
        "Riva"
    ],
    "label_ids": [
        "bba3bbf1-c4b8-48ab-b4d7-9b333be173b6"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Can you play Minutes to Memories by John Melencamp? You can replace the city name in the song from Gary to Youngstown and that would be my father. He was a hard-working immigrant who gave his all for his family until cancer took him. Shortly after he died this song came out and to this day it reminds me of Dad.\n\n Thanks,\n\n Dan in Michigan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}