Information about plays

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

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

{
    "id": 3616309,
    "uri": "https://api.kexp.org/v2/plays/3616309/?format=api",
    "airdate": "2026-02-11T21:14:27-08:00",
    "show": 65907,
    "show_uri": "https://api.kexp.org/v2/shows/65907/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Before I'm Done",
    "track_id": "61f2ea1f-7274-343c-bc2b-a34ca80b1ebc",
    "recording_id": "dbca74b8-49c4-4056-8d71-d9c23e6e2745",
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Underneath the Pine",
    "release_id": "25e471bb-f0ba-4472-83c5-dcb7de633123",
    "release_group_id": "7e76af5b-a815-498a-9d5c-455bdefb2a0b",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2011-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Toro y Moi will be at Soundscape Northwest festival in Portland, OR on April 27!\n\nhttps://www.soundscapenorthwest.com/\nAPR 27 - MAY 02 2026",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}