Information about plays

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

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

{
    "id": 3600154,
    "uri": "https://api.kexp.org/v2/plays/3600154/?format=api",
    "airdate": "2026-01-04T13:21:38-08:00",
    "show": 65562,
    "show_uri": "https://api.kexp.org/v2/shows/65562/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "MATADOR",
    "track_id": "26eb8c5b-30b5-4802-8e4e-0abf832e6dfe",
    "recording_id": "b993efff-b34e-4638-b8c3-746aaa0f0990",
    "artist": "Naïka",
    "artist_ids": [
        "14d822c5-5f0e-4415-ac14-da7f49a2280e"
    ],
    "album": "MATADOR",
    "release_id": "20cd3717-4252-45ac-b622-120873ab041b",
    "release_group_id": "67627d80-2fcf-425f-b2b9-4802597b7190",
    "labels": [
        "AWAL Recordings"
    ],
    "label_ids": [
        "19bd97af-e452-47b2-ba9a-e6d0605dd068"
    ],
    "release_date": "2025-11-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Fast-rising global star Naïka is the French-Haitian powerhouse whose music reflects her global upbringing. Having spent her childhood living and growing up all over the world, the Caribbean, South Pacific, Kenya, France, South Africa and the USA to name a few, Naika now identifies as a ‘Third Culture Kid’, who blends these world influences with western pop and R&B and soul.\"\n\nhttps://www.naikaofficial.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}