Information about plays

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

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

{
    "id": 3595348,
    "uri": "https://api.kexp.org/v2/plays/3595348/?format=api",
    "airdate": "2025-12-24T12:23:05-08:00",
    "show": 65464,
    "show_uri": "https://api.kexp.org/v2/shows/65464/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Baby’s Born",
    "track_id": null,
    "recording_id": "77cc8b0e-d235-441a-9073-dbb7b901107b",
    "artist": "Johnny Mathis",
    "artist_ids": [
        "48896dee-a985-424d-9849-84802f7e79c9"
    ],
    "album": "I’m Coming Home",
    "release_id": null,
    "release_group_id": "b934813a-9e90-48d9-9295-cd7d7ad27a84",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1973-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}