Information about plays

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

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

{
    "id": 3546231,
    "uri": "https://api.kexp.org/v2/plays/3546231/?format=api",
    "airdate": "2025-08-29T08:43:16-07:00",
    "show": 64417,
    "show_uri": "https://api.kexp.org/v2/shows/64417/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-933a851c-2b6d-4941-9377-033d8e03daee/mbid-933a851c-2b6d-4941-9377-033d8e03daee-28259079528_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-933a851c-2b6d-4941-9377-033d8e03daee/mbid-933a851c-2b6d-4941-9377-033d8e03daee-28259079528_thumb250.jpg",
    "song": "In Spite of Ourselves",
    "track_id": "b52cf694-ba3b-40b2-b7e2-a3deba5770a6",
    "recording_id": "7a984a98-f95c-498d-83d0-29c091614b98",
    "artist": "Viagra Boys",
    "artist_ids": [
        "9df0c0ec-619e-447d-a155-23e19d9c84ce"
    ],
    "album": "Welfare Jazz",
    "release_id": "933a851c-2b6d-4941-9377-033d8e03daee",
    "release_group_id": "8a2010c4-cfea-4ea1-b15e-034727293ca8",
    "labels": [
        "YEAR0001"
    ],
    "label_ids": [
        "f722d3e7-56d1-46a2-a51f-8ca43cc6e26b"
    ],
    "release_date": "2021-01-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Viagra Boys' great cover of the late John Prine's original. This cover features Amy Taylor of Amyl & the Sniffers with Viagra Boys' Sebastian Murphy.\n\nJohn Prine sang it with Iris DeMent.  Here's their wonderful version: https://www.youtube.com/watch?v=v-YzlbgEOOA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}