Information about plays

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

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

{
    "id": 3593962,
    "uri": "https://api.kexp.org/v2/plays/3593962/?format=api",
    "airdate": "2025-12-21T09:34:53-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Blues",
    "track_id": null,
    "recording_id": "2e8050ea-6a94-4e54-8f48-37890499ea23",
    "artist": "Big Joe Williams",
    "artist_ids": [
        "bf295ac0-21e8-4e11-89e9-22b10fd8973a"
    ],
    "album": "Merry Blue Christmas",
    "release_id": null,
    "release_group_id": "5bf8a254-598c-4157-adc6-50eb78ea75de",
    "labels": [
        "Fuel 2000 Records"
    ],
    "label_ids": [
        "8d5f7bb6-74a7-441d-aebb-ed112f5d9f19"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1971. Williams played a nine string guitar typically tuned to open G, gradually adding strings over the years so no one else could play his guitar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}