Information about plays

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

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

{
    "id": 3595103,
    "uri": "https://api.kexp.org/v2/plays/3595103/?format=api",
    "airdate": "2025-12-23T23:05:27-08:00",
    "show": 65460,
    "show_uri": "https://api.kexp.org/v2/shows/65460/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "’Cello Song",
    "track_id": "b7144e44-882d-44f2-9534-4de060f60dec",
    "recording_id": "897baffd-67e7-4d84-9ca5-4cc37a71949d",
    "artist": "Fontaines D.C.",
    "artist_ids": [
        "fd87acc7-e0a0-4a45-bc2a-d2ab5c10be68"
    ],
    "album": "The Endless Coloured Ways: The Songs of Nick Drake",
    "release_id": "d99227e3-05f8-4cb3-b8b6-df2a303e89b0",
    "release_group_id": "23ae8450-59b0-4b67-bf20-4047a6b6eb41",
    "labels": [
        "Chrysalis Records"
    ],
    "label_ids": [
        "47166ce6-6a4f-4baf-93d2-2b3c68b79d39"
    ],
    "release_date": "2023-07-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}