Information about plays

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

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

{
    "id": 3552219,
    "uri": "https://api.kexp.org/v2/plays/3552219/?format=api",
    "airdate": "2025-09-12T19:52:07-07:00",
    "show": 64544,
    "show_uri": "https://api.kexp.org/v2/shows/64544/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Say",
    "track_id": null,
    "recording_id": null,
    "artist": "Bez Idakula",
    "artist_ids": [
        "41a49fc5-8480-4a1a-9211-9bb91df3abd4"
    ],
    "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": "Emmanuel Bez Idakula, known as Bez, is a Nigerian multi-instrumentalist, singer-songwriter and composer, working in a genre known as \"alternative soul\", a hybrid of soul, rock, jazz and R&B. He was featured in Pulse Magazine as number one on the list of \"Top 12 Musicians To Look Out For in 2014\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}