Information about plays

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

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

{
    "id": 3539666,
    "uri": "https://api.kexp.org/v2/plays/3539666/?format=api",
    "airdate": "2025-08-13T16:56:20-07:00",
    "show": 64280,
    "show_uri": "https://api.kexp.org/v2/shows/64280/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-1ca786a1-112e-4b8f-b622-2f8ce166007a/mbid-1ca786a1-112e-4b8f-b622-2f8ce166007a-42533859003_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-1ca786a1-112e-4b8f-b622-2f8ce166007a/mbid-1ca786a1-112e-4b8f-b622-2f8ce166007a-42533859003_thumb250.jpg",
    "song": "You Won’t",
    "track_id": "863e0724-24d1-4a03-bc71-a54d4d5b1ccc",
    "recording_id": "1d332def-1f4e-40b8-9941-02612a0e9b28",
    "artist": "Acapulco Lips",
    "artist_ids": [
        "161f6179-7ccf-425f-89de-8c40f98eb4b0"
    ],
    "album": "Now",
    "release_id": "1ca786a1-112e-4b8f-b622-2f8ce166007a",
    "release_group_id": "9a081602-b890-4ed2-a210-309395a43666",
    "labels": [
        "Killroom Records"
    ],
    "label_ids": [
        "48a387e0-1253-4912-9245-8e40024447b7"
    ],
    "release_date": "2025-07-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music from Seattle's Acapulco Lips! https://acapulcolips.bandcamp.com/album/now\n--\nCheck out a live performance @ W. Seattle's Easy Street Records on IG!\nhttps://www.instagram.com/reel/DNLF1vZR2O6/?utm_source=ig_web_copy_link",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}