Information about plays

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

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

{
    "id": 3545880,
    "uri": "https://api.kexp.org/v2/plays/3545880/?format=api",
    "airdate": "2025-08-28T12:57:23-07:00",
    "show": 64409,
    "show_uri": "https://api.kexp.org/v2/shows/64409/?format=api",
    "image_uri": "https://ia801305.us.archive.org/16/items/mbid-1d9fa625-9957-4730-afa4-2adab9b201c0/mbid-1d9fa625-9957-4730-afa4-2adab9b201c0-38027214649_thumb500.jpg",
    "thumbnail_uri": "https://ia801305.us.archive.org/16/items/mbid-1d9fa625-9957-4730-afa4-2adab9b201c0/mbid-1d9fa625-9957-4730-afa4-2adab9b201c0-38027214649_thumb250.jpg",
    "song": "Thrice All American",
    "track_id": "d233eeef-4043-3630-a1d3-69eacfb9a451",
    "recording_id": "06f1939b-59ee-49f0-8f6e-35c7cf4fba3b",
    "artist": "Neko Case & Her Boyfriends",
    "artist_ids": [
        "4763e116-5ba5-4ad2-b2b6-95c3179e6904"
    ],
    "album": "Furnace Room Lullaby",
    "release_id": "1eb7f99e-75f2-357f-bc24-b9a54de7f445",
    "release_group_id": "92a43465-a989-3f99-aa3b-9facdd9c683d",
    "labels": [
        "Loose Music"
    ],
    "label_ids": [
        "4c47716c-7a60-4593-831b-05f1da49936d"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}