Information about plays

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

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

{
    "id": 3593377,
    "uri": "https://api.kexp.org/v2/plays/3593377/?format=api",
    "airdate": "2025-12-20T06:18:18-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crying in the Night",
    "track_id": null,
    "recording_id": "f7178a75-d380-4329-8b01-d6ca5aa39732",
    "artist": "Andrew Bird & Madison Cunningham",
    "artist_ids": [
        "081b133e-ce74-42ba-92c1-c18234acb532",
        "46e2c2bc-92d2-406a-805f-fee2bc612313"
    ],
    "album": "Cunningham Bird",
    "release_id": null,
    "release_group_id": "48b61508-d564-49c0-bc7e-25adf469f156",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}