Information about plays

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

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

{
    "id": 3629575,
    "uri": "https://api.kexp.org/v2/plays/3629575/?format=api",
    "airdate": "2026-03-16T03:41:39-07:00",
    "show": 66195,
    "show_uri": "https://api.kexp.org/v2/shows/66195/?format=api",
    "image_uri": "https://coverartarchive.org/release/8388f4c3-fd18-3e86-a514-3009c889453c/41679464000-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8388f4c3-fd18-3e86-a514-3009c889453c/41679464000-250.jpg",
    "song": "You Can Discover",
    "track_id": null,
    "recording_id": "88c56cac-26b5-47ce-99b1-c6d130ee4686",
    "artist": "John Martyn",
    "artist_ids": [
        "e821a756-487f-4931-a02f-27cf11cec7bf"
    ],
    "album": "Sunday's Child",
    "release_id": null,
    "release_group_id": "1d4c1d66-fb3a-3c9d-a6b2-7113a532b76c",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1975-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}