Information about plays

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

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

{
    "id": 3593965,
    "uri": "https://api.kexp.org/v2/plays/3593965/?format=api",
    "airdate": "2025-12-21T09:43:42-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Little Drummer Boy",
    "track_id": null,
    "recording_id": "c9e3de21-ec09-4559-8788-b6205ddabe06",
    "artist": "Lou Rawls",
    "artist_ids": [
        "c8bd802a-6e4a-41a4-95fa-2c1ee33f65a5"
    ],
    "album": "Merry Christmas Ho! Ho! Ho!",
    "release_id": null,
    "release_group_id": "5ba29e9e-bf84-42a3-b287-93d2ee48c22c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rawls was a U.S. paratrooper, survived a car crash from which he was declared legally dead before rising out of a coma, sang backup for Sam Cooke, raised millions of dollars for charity, and won three Grammys.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}