Information about plays

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

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

{
    "id": 3665425,
    "uri": "https://api.kexp.org/v2/plays/3665425/?format=api",
    "airdate": "2026-06-08T17:32:00-07:00",
    "show": 66938,
    "show_uri": "https://api.kexp.org/v2/shows/66938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody",
    "track_id": null,
    "recording_id": "54a6d775-5039-4e62-b4dd-477ee3e7db9e",
    "artist": "Madonna",
    "artist_ids": [
        "79239441-bfd5-4981-a70c-55c3f15c1287"
    ],
    "album": "You Can Dance",
    "release_id": null,
    "release_group_id": "a70bd0f3-2af4-3fb0-b4af-d94b0c3a882f",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Connor - \n\nWould you please play a Madonna remix of your choosing? Celebrating my late mother and I always think of her in the moments with Madonna and/or rainbows 🌈💚\n\nMay we can manifest both together, today",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}