Information about plays

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

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

{
    "id": 3589526,
    "uri": "https://api.kexp.org/v2/plays/3589526/?format=api",
    "airdate": "2025-12-10T23:33:12-08:00",
    "show": 65343,
    "show_uri": "https://api.kexp.org/v2/shows/65343/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Certified",
    "track_id": "b9415a52-ed8a-45e2-b5c7-50e07f250196",
    "recording_id": "15f91f8e-ce8c-4944-aa87-5e8b0caf8181",
    "artist": "Miso Extra",
    "artist_ids": [
        "e9711ffd-b8ec-4667-a3d4-35ecc8a9dba7"
    ],
    "album": "Earcandy",
    "release_id": "d47b2d42-c229-4ce3-adeb-076eddeb37cc",
    "release_group_id": "b3eef2e4-9575-4604-b530-de6978de250c",
    "labels": [
        "Transgressive Records Ltd."
    ],
    "label_ids": [
        "081fce83-a689-412c-b73b-7bd935d2c8a0"
    ],
    "release_date": "2025-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in Hong Kong to a British father and Japanese mother, Miso Extra is a London-based rapper, producer and vocalist.\n\nHer debut album \"Earcandy\" was written and recorded over the summer of 2024 with Ricky Damian (the Grammy-winning engineer known for his work with Ezra Collective, Jorja Smith and Sampha) at Damon Albarn’s Studio 13. https://tinyurl.com/mdzv59ab",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}