Information about plays

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

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

{
    "id": 3643341,
    "uri": "https://api.kexp.org/v2/plays/3643341/?format=api",
    "airdate": "2026-04-17T19:05:04-07:00",
    "show": 66479,
    "show_uri": "https://api.kexp.org/v2/shows/66479/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Song 28",
    "track_id": null,
    "recording_id": "57c2c986-6bc7-44b2-8afc-de4f7eefd597",
    "artist": "Jullian Gomes feat. Bobby",
    "artist_ids": [
        "219a2ade-ca72-4cac-b34c-924e237438f2",
        "2231d04d-3ea5-4db6-89a0-d5026ce667f5"
    ],
    "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": "Check out the award-winning music video for this track:\n https://www.youtube.com/watch?v=nIKjiFqgG9M\n--\nhttps://julliangomes.com/index.html\n--\nAt 23 years of age, Jullian picked up his first South African Music Award Nominee, when G.Family’s Album ”Break the Silence\" was nominated. Deciding to take a break from the G.Family collective in early 2012, Jullian Gomes released his solo debut single ”Love Song 28” (Ft. Bobby). Early 2013 saw Jullian pick up an award for the video of ”Love Song 28” (Feat. Bobby) at the Metro Fm Awards. (https://ra.co/dj/julliangomes/biography)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}