Information about plays

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

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

{
    "id": 3608907,
    "uri": "https://api.kexp.org/v2/plays/3608907/?format=api",
    "airdate": "2026-01-25T09:28:03-08:00",
    "show": 65751,
    "show_uri": "https://api.kexp.org/v2/shows/65751/?format=api",
    "image_uri": "https://coverartarchive.org/release/912fdef2-4fcf-4392-917f-ab4b29418c82/40453426047-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/912fdef2-4fcf-4392-917f-ab4b29418c82/40453426047-250.jpg",
    "song": "Dimples",
    "track_id": null,
    "recording_id": "dd8d3d86-b849-4e5d-82a4-f09c05614415",
    "artist": "The Spencer Davis Group",
    "artist_ids": [
        "178fdfdf-e02e-4608-9b51-e53471e28a58"
    ],
    "album": "Their First LP",
    "release_id": null,
    "release_group_id": "0c86c562-47f0-4fbd-99f7-463c6fe74673",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut album from the Birmingham, UK band featured Steve Winwood when he was just 16 years old, before he left to form Traffic. It never got an official U.S. release.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}