Information about plays

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

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

{
    "id": 3562311,
    "uri": "https://api.kexp.org/v2/plays/3562311/?format=api",
    "airdate": "2025-10-07T09:46:46-07:00",
    "show": 64770,
    "show_uri": "https://api.kexp.org/v2/shows/64770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here It Comes",
    "track_id": "dfdbf66e-6fa4-3482-958c-4954d7e665b6",
    "recording_id": "1b1656e5-e183-468e-a29e-58a978460ec8",
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Lost Souls",
    "release_id": "81776221-c3ae-4662-8f2f-7a239cbb24af",
    "release_group_id": "ae6595fb-a53c-340f-97a1-cff821300fec",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2000-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#463 on YOUR countdown of the greatest albums of all-time. \nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}