Information about plays

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

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

{
    "id": 3562659,
    "uri": "https://api.kexp.org/v2/plays/3562659/?format=api",
    "airdate": "2025-10-08T10:23:58-07:00",
    "show": 64779,
    "show_uri": "https://api.kexp.org/v2/shows/64779/?format=api",
    "image_uri": "https://ia903408.us.archive.org/7/items/mbid-52d2047a-1a84-4313-b0f4-1ef4cc558c1b/mbid-52d2047a-1a84-4313-b0f4-1ef4cc558c1b-9596037646_thumb500.jpg",
    "thumbnail_uri": "https://ia803408.us.archive.org/7/items/mbid-52d2047a-1a84-4313-b0f4-1ef4cc558c1b/mbid-52d2047a-1a84-4313-b0f4-1ef4cc558c1b-9596037646_thumb250.jpg",
    "song": "Chateau Lobby #4 (in C for Two Virgins)",
    "track_id": "f7628f20-7883-49dd-90ae-dda26109dc36",
    "recording_id": "6a2c1aff-d480-472a-87df-aa35837129c9",
    "artist": "Father John Misty",
    "artist_ids": [
        "172053e5-a7fb-4548-a64d-c53858b5e775"
    ],
    "album": "I Love You, Honeybear",
    "release_id": "52d2047a-1a84-4313-b0f4-1ef4cc558c1b",
    "release_group_id": "87c49a7f-04e5-4fe4-b904-86db4388d311",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2015-02-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "#330\n\nWatch their 2012 KEXP live performance here: https://www.youtube.com/watch?v=4dkaptg2SPE\n\nhttps://www.fatherjohnmisty.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}