Information about plays

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

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

{
    "id": 3579851,
    "uri": "https://api.kexp.org/v2/plays/3579851/?format=api",
    "airdate": "2025-11-18T13:28:31-08:00",
    "show": 65146,
    "show_uri": "https://api.kexp.org/v2/shows/65146/?format=api",
    "image_uri": "https://ia802900.us.archive.org/24/items/mbid-e0adb26f-371b-3726-bfc5-505d20583e77/mbid-e0adb26f-371b-3726-bfc5-505d20583e77-25577099029_thumb500.jpg",
    "thumbnail_uri": "https://ia802900.us.archive.org/24/items/mbid-e0adb26f-371b-3726-bfc5-505d20583e77/mbid-e0adb26f-371b-3726-bfc5-505d20583e77-25577099029_thumb250.jpg",
    "song": "Hawaiian Smile",
    "track_id": "c444d8ac-683f-3e6e-b23a-7b09453eb02f",
    "recording_id": "c2104f23-735e-4cd3-991e-fc2be0821912",
    "artist": "The High Llamas",
    "artist_ids": [
        "df3131d7-9cbc-4ad5-945a-09e979f003f4"
    ],
    "album": "Hawaii",
    "release_id": "9cc2e322-b18a-4191-ba75-99c645c7d44a",
    "release_group_id": "22230caa-ec34-3b14-967d-c09e19b81d89",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "1997-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anglo-Irish chamber pop band formed in London circa 1991. founded by singer-songwriter Sean O'Hagan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}