Information about plays

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

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

{
    "id": 3576399,
    "uri": "https://api.kexp.org/v2/plays/3576399/?format=api",
    "airdate": "2025-11-10T11:00:18-08:00",
    "show": 65073,
    "show_uri": "https://api.kexp.org/v2/shows/65073/?format=api",
    "image_uri": "https://ia801800.us.archive.org/6/items/mbid-49936617-caeb-432f-b426-e8f3ce15043f/mbid-49936617-caeb-432f-b426-e8f3ce15043f-10694506467_thumb500.jpg",
    "thumbnail_uri": "https://ia601800.us.archive.org/6/items/mbid-49936617-caeb-432f-b426-e8f3ce15043f/mbid-49936617-caeb-432f-b426-e8f3ce15043f-10694506467_thumb250.jpg",
    "song": "Giant Peach",
    "track_id": "28ac8329-c545-4cc3-bd66-9fd218939077",
    "recording_id": "05a2954c-3167-4723-a3a3-c67d9e4b2234",
    "artist": "Wolf Alice",
    "artist_ids": [
        "3547f34a-db02-4ab7-b4a0-380e1ef951a9"
    ],
    "album": "My Love Is Cool",
    "release_id": "49936617-caeb-432f-b426-e8f3ce15043f",
    "release_group_id": "e1085098-3b62-430f-b6c3-7a23eb6fecf3",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2015-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wolf Alice performed some songs from their 2015 album 'My Love Is Cool' during this 2015 Live on KEXP performance: https://www.youtube.com/watch?v=scuuvcZGlUU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}