Information about plays

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

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

{
    "id": 3562358,
    "uri": "https://api.kexp.org/v2/plays/3562358/?format=api",
    "airdate": "2025-10-07T13:38:59-07:00",
    "show": 64772,
    "show_uri": "https://api.kexp.org/v2/shows/64772/?format=api",
    "image_uri": "https://ia800102.us.archive.org/17/items/mbid-2d5626a5-0fea-4604-97bb-4778c5c1e52f/mbid-2d5626a5-0fea-4604-97bb-4778c5c1e52f-34543657647_thumb500.jpg",
    "thumbnail_uri": "https://ia800102.us.archive.org/17/items/mbid-2d5626a5-0fea-4604-97bb-4778c5c1e52f/mbid-2d5626a5-0fea-4604-97bb-4778c5c1e52f-34543657647_thumb250.jpg",
    "song": "Garden (Say It Like Dat)",
    "track_id": "7ac38b79-834b-404e-af93-c2555696908f",
    "recording_id": "0379ff8a-7d59-4bf0-9b44-0b8e2612695c",
    "artist": "SZA",
    "artist_ids": [
        "272989c8-5535-492d-a25c-9f58803e027f"
    ],
    "album": "Ctrl",
    "release_id": "2d5626a5-0fea-4604-97bb-4778c5c1e52f",
    "release_group_id": "8f892c1b-0709-4cf4-9711-493892a9eb9b",
    "labels": [
        "Top Dawg Entertainment"
    ],
    "label_ids": [
        "56d2501f-12b7-4cfd-b8f8-e95189ea27f5"
    ],
    "release_date": "2017-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#428!\n---\nCheck out the official music video for \"Garden (Say It Like Dat)\" here:\nhttps://www.youtube.com/watch?v=pcJo0tIWybY&list=RDpcJo0tIWybY&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}