Information about plays

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

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

{
    "id": 3548313,
    "uri": "https://api.kexp.org/v2/plays/3548313/?format=api",
    "airdate": "2025-09-03T06:48:42-07:00",
    "show": 64461,
    "show_uri": "https://api.kexp.org/v2/shows/64461/?format=api",
    "image_uri": "https://ia804505.us.archive.org/19/items/mbid-2f1b11bf-5dfe-450e-9db9-6b7804dc90eb/mbid-2f1b11bf-5dfe-450e-9db9-6b7804dc90eb-8040240591_thumb500.jpg",
    "thumbnail_uri": "https://ia804505.us.archive.org/19/items/mbid-2f1b11bf-5dfe-450e-9db9-6b7804dc90eb/mbid-2f1b11bf-5dfe-450e-9db9-6b7804dc90eb-8040240591_thumb250.jpg",
    "song": "Your Algebra",
    "track_id": "8055c6ee-bb0f-3551-a8e4-ad9a2c38c078",
    "recording_id": "e7b82030-adb2-4534-9992-5ae822dc1d23",
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Oh, Inverted World",
    "release_id": "2f1b11bf-5dfe-450e-9db9-6b7804dc90eb",
    "release_group_id": "970604f0-59e8-36d0-922f-0b7459192c9b",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2001-06-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this 2012 Live on KEXP session with The Shins, hosted by Cheryl!\n\nhttps://www.youtube.com/watch?v=F_cUhTMP3wI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}