Information about plays

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

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

{
    "id": 3549863,
    "uri": "https://api.kexp.org/v2/plays/3549863/?format=api",
    "airdate": "2025-09-07T02:00:58-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://ia800905.us.archive.org/18/items/mbid-d2c47b50-31ed-43f5-86d1-6ecb544d0ebc/mbid-d2c47b50-31ed-43f5-86d1-6ecb544d0ebc-42588460960_thumb500.jpg",
    "thumbnail_uri": "https://ia800905.us.archive.org/18/items/mbid-d2c47b50-31ed-43f5-86d1-6ecb544d0ebc/mbid-d2c47b50-31ed-43f5-86d1-6ecb544d0ebc-42588460960_thumb250.jpg",
    "song": "End of Summer",
    "track_id": "90418588-1379-499d-90dc-641b3f9ea5f8",
    "recording_id": "56c5e58b-c62b-4d86-bc75-f1501fd2f98f",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "End of Summer",
    "release_id": "d2c47b50-31ed-43f5-86d1-6ecb544d0ebc",
    "release_group_id": "8d290602-2b68-4e71-b1fb-a926be4d9bbf",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-07-25",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tame Impala released \"End of Summer\" as a single in July. And now, it's almost the end of summer.\n\nHe has also announced the release of a new album, Deadbeat, set to come out October 17th!\n\nTame Impala has a short list of US tour dates, including Oakland Arena on November 14th! \n\nMore info here: https://tinyurl.com/32jpx5x7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}