Information about plays

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

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

{
    "id": 3602409,
    "uri": "https://api.kexp.org/v2/plays/3602409/?format=api",
    "airdate": "2026-01-09T22:07:55-08:00",
    "show": 65608,
    "show_uri": "https://api.kexp.org/v2/shows/65608/?format=api",
    "image_uri": "https://coverartarchive.org/release/875c2c65-faeb-402c-9478-b1fdd77155bd/41417830132-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/875c2c65-faeb-402c-9478-b1fdd77155bd/41417830132-250.jpg",
    "song": "GIMME A HUG",
    "track_id": null,
    "recording_id": "05302287-6419-431f-8cb0-912baf2d9773",
    "artist": "Drake",
    "artist_ids": [
        "9fff2f8a-21e6-47de-a2b8-7f449929d43f"
    ],
    "album": "$ome $exy $ongs 4 U",
    "release_id": null,
    "release_group_id": "786a089a-9266-4fd3-984a-1df9e0ca34b4",
    "labels": [
        "OVO Sound"
    ],
    "label_ids": [
        "9ad5995c-ffad-4f45-b7fe-b5656da71d28"
    ],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}