Information about plays

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

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

{
    "id": 3594274,
    "uri": "https://api.kexp.org/v2/plays/3594274/?format=api",
    "airdate": "2025-12-22T01:38:36-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silent Night",
    "track_id": null,
    "recording_id": "9b7be32f-5851-41d3-ab92-9e978369c8b3",
    "artist": "Rotary Connection",
    "artist_ids": [
        "3b7698a3-7ab2-4481-8425-f5ab45f91a75"
    ],
    "album": "Peace",
    "release_id": null,
    "release_group_id": "f39a124f-0af4-4b15-b5c3-bfb9e93188da",
    "labels": [
        "Cadet Concept Records"
    ],
    "label_ids": [
        "7869129f-3e87-4a4f-8f52-a88e1a449a1b"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the more eclectic, zany, Christmas albums on Cadet Concept records, Charles Stephney joins the Rotary Connection for the remarkable Peace album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}