Information about plays

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

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

{
    "id": 3581584,
    "uri": "https://api.kexp.org/v2/plays/3581584/?format=api",
    "airdate": "2025-11-22T19:43:31-08:00",
    "show": 65183,
    "show_uri": "https://api.kexp.org/v2/shows/65183/?format=api",
    "image_uri": "https://ia800601.us.archive.org/24/items/mbid-ca84c2af-de15-49f1-9185-0f435ea33c69/mbid-ca84c2af-de15-49f1-9185-0f435ea33c69-1877018183_thumb500.jpg",
    "thumbnail_uri": "https://ia600601.us.archive.org/24/items/mbid-ca84c2af-de15-49f1-9185-0f435ea33c69/mbid-ca84c2af-de15-49f1-9185-0f435ea33c69-1877018183_thumb250.jpg",
    "song": "Wrapped in My Memory",
    "track_id": "f88dfa7a-6985-3e84-ac80-53414f75975d",
    "recording_id": "fd223a5d-949b-451d-9666-875ddcd5b63f",
    "artist": "Shawn Smith",
    "artist_ids": [
        "e3a5e014-fd72-40c2-9b00-7c70f382c431"
    ],
    "album": "Shield of Thorns",
    "release_id": "ca84c2af-de15-49f1-9185-0f435ea33c69",
    "release_group_id": "36c88bba-e644-3e64-bd81-d324597fd6c3",
    "labels": [
        "Establishmentstore"
    ],
    "label_ids": [
        "845bcdb7-c6e0-45ee-8d01-99284269a190"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request for Lu-Lu in Boulder! Thanks Lu-Lu!\n\nHere's Shawn Smith performing \"Wrapped In My Memory\" live during KEXP's Soul Day broadcast in 2016, hosted by Cheryl Waters: https://www.youtube.com/watch?v=83VNq_bqCYo.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}