Information about plays

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

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

{
    "id": 3612297,
    "uri": "https://api.kexp.org/v2/plays/3612297/?format=api",
    "airdate": "2026-02-02T14:04:33-08:00",
    "show": 65823,
    "show_uri": "https://api.kexp.org/v2/shows/65823/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tenfold",
    "track_id": "80c9246f-bead-35ae-b3e3-4da23bf0e26b",
    "recording_id": "06628511-3a65-454a-a1d5-f562d34bcb23",
    "artist": "Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "Apocalypse",
    "release_id": "08ec762d-272f-438a-8c20-3998fa24dfac",
    "release_group_id": "ff4ea1e2-b924-4b20-b8ec-f8d59be1da62",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2013-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thundercat (Stephen Bruner) is a virtuoso bassist and singer known for his six-string bass work and blending jazz, funk, and soul. His father, Ronald Bruner Sr., drummed for Diana Ross and The Temptations, and all three of his sons (including Thundercat and his brother, Grammy-winner Ronald Jr.) are accomplished musicians.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}