Information about plays

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

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

{
    "id": 3569797,
    "uri": "https://api.kexp.org/v2/plays/3569797/?format=api",
    "airdate": "2025-10-25T14:45:04-07:00",
    "show": 64931,
    "show_uri": "https://api.kexp.org/v2/shows/64931/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Love",
    "track_id": "e52ee30d-41c8-44bc-8243-43fd205740cf",
    "recording_id": "9eb8494a-d775-4163-b275-bd56cc5e3399",
    "artist": "Hannah Jadagu",
    "artist_ids": [
        "b3b223a5-61a1-488f-b003-10edbaf632a3"
    ],
    "album": "Describe",
    "release_id": "489999af-4c09-4674-bcfa-3a0eff09d4cf",
    "release_group_id": "e2aa3ba6-1a42-4780-b74b-bc5b303c4c08",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new single from Hannah Jadagu's sophomore release\n\"Describe\", is a love song about longing and gratitude for someone you love, written and composed by Jadagu and co-produced by Sora and Max Baby.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}