Information about plays

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

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

{
    "id": 3623190,
    "uri": "https://api.kexp.org/v2/plays/3623190/?format=api",
    "airdate": "2026-02-27T21:41:04-08:00",
    "show": 66046,
    "show_uri": "https://api.kexp.org/v2/shows/66046/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More Than Ever",
    "track_id": null,
    "recording_id": "6b1dc3ed-fa68-4b76-96a4-b746ff44fe28",
    "artist": "Joya Mooi",
    "artist_ids": [
        "107eec2c-3810-4333-b6d5-d878d2ec0fcc"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joya Mooi is a South African-Dutch singer-songwriter based in Amsterdam, known for blending alternative R&B and soul with jazz, indie, and pop influences. A conservatory-trained musician, she creates introspective, narrative-driven music exploring identity and belonging. Key projects include The Ease of Others and Open Hearts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}