Information about plays

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

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

{
    "id": 3523899,
    "uri": "https://api.kexp.org/v2/plays/3523899/?format=api",
    "airdate": "2025-07-07T12:52:51-07:00",
    "show": 63948,
    "show_uri": "https://api.kexp.org/v2/shows/63948/?format=api",
    "image_uri": "https://ia800803.us.archive.org/31/items/mbid-7e6e7f24-4009-4c70-be16-6b8a4bee39c4/mbid-7e6e7f24-4009-4c70-be16-6b8a4bee39c4-17160272992_thumb500.jpg",
    "thumbnail_uri": "https://ia800803.us.archive.org/31/items/mbid-7e6e7f24-4009-4c70-be16-6b8a4bee39c4/mbid-7e6e7f24-4009-4c70-be16-6b8a4bee39c4-17160272992_thumb250.jpg",
    "song": "Closer to the Stars",
    "track_id": "dc41c8cd-20fe-3542-bd9f-56de785ba270",
    "recording_id": "1dc5e287-2644-43cb-b6fa-f80646b523ab",
    "artist": "Soul Asylum",
    "artist_ids": [
        "b10db9ad-b4c3-47f3-a7a4-37864b134f65"
    ],
    "album": "While You Were Out",
    "release_id": "7e6e7f24-4009-4c70-be16-6b8a4bee39c4",
    "release_group_id": "1c428490-e14f-3d8d-a0a0-8045ca26b68b",
    "labels": [
        "Twin/Tone Records"
    ],
    "label_ids": [
        "f551f46d-961e-447c-b88b-8117827cb251"
    ],
    "release_date": "1986-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grammy award-winning and multi-platinum selling rock band, Soul Asylum started as Minneapolis’ punk younger brothers to the Replacements and Husker Dü. They were originally called Loud Fast Rules, before changing their name in 1983.: https://enterthesoulasylum.com/biography/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}