Information about plays

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

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

{
    "id": 3547820,
    "uri": "https://api.kexp.org/v2/plays/3547820/?format=api",
    "airdate": "2025-09-02T03:41:14-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "https://coverartarchive.org/release/57be3031-d63c-4c31-9be0-1d773a43eee9/33606688526-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57be3031-d63c-4c31-9be0-1d773a43eee9/33606688526-250.jpg",
    "song": "Sugar on My Tongue",
    "track_id": null,
    "recording_id": "ccb4b403-3c99-44fb-b0f6-da7ad54f8f69",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Talking Heads: 77",
    "release_id": null,
    "release_group_id": "d99084ee-de04-3ba1-8203-5f1a7e5355ee",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1977-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More sugar for your tongue. \n\nThis wonderful David Byrne song appeared on the 2005 remastered version of Talking Heads' debut album, \"Talking Heads '77.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}