Information about plays

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

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

{
    "id": 3611167,
    "uri": "https://api.kexp.org/v2/plays/3611167/?format=api",
    "airdate": "2026-01-30T21:12:15-08:00",
    "show": 65796,
    "show_uri": "https://api.kexp.org/v2/shows/65796/?format=api",
    "image_uri": "https://coverartarchive.org/release/52c0e30d-13c5-41ce-b83c-43488909f74b/32967094228-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/52c0e30d-13c5-41ce-b83c-43488909f74b/32967094228-250.jpg",
    "song": "vibe out",
    "track_id": null,
    "recording_id": null,
    "artist": "Tems",
    "artist_ids": [
        "5b2a8faa-ffee-4706-a1a8-58f109bc8ca2"
    ],
    "album": "Damages",
    "release_id": null,
    "release_group_id": "7b3de81b-76dc-40a6-980c-7e6f05b5606a",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Vibe Out\" by Nigerian singer-songwriter Tems is a smooth, atmospheric track from her 2021 EP If Orange Was a Place. The song showcases her signature alternative R&B and soulful vocals, focusing on themes of escapism, resilience, and prioritizing peace amidst negativity (\"Trouble is troubling, they don't love me anyway\").",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}