Information about plays

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

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

{
    "id": 3546845,
    "uri": "https://api.kexp.org/v2/plays/3546845/?format=api",
    "airdate": "2025-08-30T19:45:27-07:00",
    "show": 64431,
    "show_uri": "https://api.kexp.org/v2/shows/64431/?format=api",
    "image_uri": "https://ia600305.us.archive.org/23/items/mbid-a9fdf8a6-c2fe-4978-810c-5b54e4ad515a/mbid-a9fdf8a6-c2fe-4978-810c-5b54e4ad515a-18782245165_thumb500.jpg",
    "thumbnail_uri": "https://ia600305.us.archive.org/23/items/mbid-a9fdf8a6-c2fe-4978-810c-5b54e4ad515a/mbid-a9fdf8a6-c2fe-4978-810c-5b54e4ad515a-18782245165_thumb250.jpg",
    "song": "Angeles",
    "track_id": "4ef9fac2-a63d-4003-a4ab-501a204a89d7",
    "recording_id": "fc25d299-a73e-42dd-b118-d4d1813c36c8",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "Either/Or: Expanded Edition",
    "release_id": "a9fdf8a6-c2fe-4978-810c-5b54e4ad515a",
    "release_group_id": "dfb85157-313b-3f5f-8739-a5162bcb6345",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-03-10",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Elliott Smith's \"Either/Or\" was released in February, 1997.  The next year, 1998, our listeners voted Smith's \"XO\" their favorite album of the year.\n--\nHere's an oral history of this artist, compiled in 2013, ten years after his death: https://pitchfork.com/features/article/9246-keep-the-things-you-forgot-an-elliott-smith-oral-history/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}