Information about plays

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

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

{
    "id": 3667189,
    "uri": "https://api.kexp.org/v2/plays/3667189/?format=api",
    "airdate": "2026-06-13T04:09:22-07:00",
    "show": 66974,
    "show_uri": "https://api.kexp.org/v2/shows/66974/?format=api",
    "image_uri": "https://coverartarchive.org/release/e24b49d4-b918-3bb7-ba96-76110704a135/1527454919-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e24b49d4-b918-3bb7-ba96-76110704a135/1527454919-250.jpg",
    "song": "Candy Perfume Girl",
    "track_id": null,
    "recording_id": "c36eb72b-0add-402a-a22e-2f044363b8cf",
    "artist": "Madonna",
    "artist_ids": [
        "79239441-bfd5-4981-a70c-55c3f15c1287"
    ],
    "album": "Ray of Light",
    "release_id": null,
    "release_group_id": "bcb70a11-8973-3654-b7a4-00ef82e4af88",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}