Information about plays

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

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

{
    "id": 3540385,
    "uri": "https://api.kexp.org/v2/plays/3540385/?format=api",
    "airdate": "2025-08-15T12:50:51-07:00",
    "show": 64294,
    "show_uri": "https://api.kexp.org/v2/shows/64294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Is It Me?",
    "track_id": "58cf0c5f-5361-4003-9a70-307413c19f32",
    "recording_id": "e17c5135-93bf-4a4a-8ef6-ca8cadf992f3",
    "artist": "Family Worship Center",
    "artist_ids": [
        "a4aa0c5a-a8cc-45e4-82a3-37af4857b6ff"
    ],
    "album": "Kicked Out of the Garden",
    "release_id": "08af2348-41b5-46da-835a-26711561a375",
    "release_group_id": "609ef45d-f67a-476e-a3d5-5b14de5a4274",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Portland group Family Worship Center will take the stage at 6:30pm tonight at the KEXP BBQ! You might still be able to snag tickets: https://kexp.org/events/kexp-events/kexp-bbq/\n\nhttps://familywarship.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}