Information about plays

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

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

{
    "id": 3548522,
    "uri": "https://api.kexp.org/v2/plays/3548522/?format=api",
    "airdate": "2025-09-03T17:20:46-07:00",
    "show": 64465,
    "show_uri": "https://api.kexp.org/v2/shows/64465/?format=api",
    "image_uri": "https://ia600504.us.archive.org/5/items/mbid-0fe9089e-6b0a-4a73-9093-350d72e84be5/mbid-0fe9089e-6b0a-4a73-9093-350d72e84be5-42228708582_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-0fe9089e-6b0a-4a73-9093-350d72e84be5/mbid-0fe9089e-6b0a-4a73-9093-350d72e84be5-42228708582_thumb250.jpg",
    "song": "Crazy Love, Vol. II",
    "track_id": "a8742d96-aa83-49bd-a8e0-6df61516abb1",
    "recording_id": "073788f1-aca2-482f-9a64-6dde4f16012d",
    "artist": "Paul Simon",
    "artist_ids": [
        "05517043-ff78-4988-9c22-88c68588ebb9"
    ],
    "album": "Graceland",
    "release_id": "0fe9089e-6b0a-4a73-9093-350d72e84be5",
    "release_group_id": "19847822-1430-3380-9cf1-bc45545b34ac",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1986-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Road trip set for Darrell in Arkansas! Safe travels!\n\n\"Hi Evie. I have to drive 200 miles across the Flinthills and plains of Kansas this evening. Can you use your artistic license to find a song that matches this vision?\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}