Information about plays

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

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

{
    "id": 3551379,
    "uri": "https://api.kexp.org/v2/plays/3551379/?format=api",
    "airdate": "2025-09-10T17:30:08-07:00",
    "show": 64527,
    "show_uri": "https://api.kexp.org/v2/shows/64527/?format=api",
    "image_uri": "https://ia601604.us.archive.org/25/items/mbid-55318661-9673-4bab-91cf-421c84b8701f/mbid-55318661-9673-4bab-91cf-421c84b8701f-8635805656_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/25/items/mbid-55318661-9673-4bab-91cf-421c84b8701f/mbid-55318661-9673-4bab-91cf-421c84b8701f-8635805656_thumb250.jpg",
    "song": "2080",
    "track_id": "5c21871e-9066-39ec-bffe-ab6270a31445",
    "recording_id": "f3dc1a8c-5927-45a2-9536-aa78f27c3692",
    "artist": "Yeasayer",
    "artist_ids": [
        "3feba7fa-3837-424a-b4f1-0077d217f569"
    ],
    "album": "All Hour Cymbals",
    "release_id": "55318661-9673-4bab-91cf-421c84b8701f",
    "release_group_id": "df4fac03-3cf5-337c-adcb-c32aed6a0898",
    "labels": [
        "Spunk!"
    ],
    "label_ids": [
        "c7a85cd3-b402-4f01-8019-6751e71f777f"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Go back, back, back to 2008 to watch a live performance of this song for KEXP listeners from The Gibson Showroom in NYC: https://www.youtube.com/watch?v=hy2vbtmdRJQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}