Information about plays

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

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

{
    "id": 3552209,
    "uri": "https://api.kexp.org/v2/plays/3552209/?format=api",
    "airdate": "2025-09-12T19:21:36-07:00",
    "show": 64544,
    "show_uri": "https://api.kexp.org/v2/shows/64544/?format=api",
    "image_uri": "https://coverartarchive.org/release/fbf05e7e-9363-4604-9196-e39040236f13/36431197136-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fbf05e7e-9363-4604-9196-e39040236f13/36431197136-250.jpg",
    "song": "Summer Breeze",
    "track_id": null,
    "recording_id": "9aa2daf1-e558-4d58-8f49-a86d84bbc784",
    "artist": "Tay Iwar feat. Juls",
    "artist_ids": [
        "c8287f71-f695-42b1-8a53-b47994e5d2ab",
        "06059ff3-720e-4b33-8e34-b98933817fe8"
    ],
    "album": "Summer Breeze",
    "release_id": null,
    "release_group_id": "06999184-b086-4716-a376-4514ffcf40d7",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Austin Iornongu Iwar Jnr, known professionally as Tay Iwar, is a Nigerian singer-songwriter, composer, sound engineer and record producer known for his vibrant blend of R&B and Afro-fusion, drawing upon classic Afrobeat, hip-hop, and future sounds. Tay Iwar’s career can often feel longer than it’s been.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}