Information about plays

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

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

{
    "id": 3551367,
    "uri": "https://api.kexp.org/v2/plays/3551367/?format=api",
    "airdate": "2025-09-10T16:49:50-07:00",
    "show": 64527,
    "show_uri": "https://api.kexp.org/v2/shows/64527/?format=api",
    "image_uri": "https://ia600507.us.archive.org/13/items/mbid-25e471bb-f0ba-4472-83c5-dcb7de633123/mbid-25e471bb-f0ba-4472-83c5-dcb7de633123-14828515096_thumb500.jpg",
    "thumbnail_uri": "https://ia800507.us.archive.org/13/items/mbid-25e471bb-f0ba-4472-83c5-dcb7de633123/mbid-25e471bb-f0ba-4472-83c5-dcb7de633123-14828515096_thumb250.jpg",
    "song": "How I Know",
    "track_id": "ef6e9b76-dd69-3e78-b579-aba3065aa138",
    "recording_id": "010ec92e-321b-424e-87f7-305d3d94aa1a",
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Underneath the Pine",
    "release_id": "25e471bb-f0ba-4472-83c5-dcb7de633123",
    "release_group_id": "7e76af5b-a815-498a-9d5c-455bdefb2a0b",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2011-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "So many great artists on tour! They will be in California this month including San Francisco, Bolinas, and Big Sur. Beware their website is very visually trippy. \nhttps://toroymoi.com/#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}