Information about plays

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

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

{
    "id": 3594005,
    "uri": "https://api.kexp.org/v2/plays/3594005/?format=api",
    "airdate": "2025-12-21T11:47:27-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claus Is Coming to Town",
    "track_id": null,
    "recording_id": "0f53e080-0b66-4048-bed1-1a0b1f461a86",
    "artist": "Oscar Peterson",
    "artist_ids": [
        "ed801bdd-f057-41c0-94fb-76cb5676cd59"
    ],
    "album": "An Oscar Peterson Christmas",
    "release_id": null,
    "release_group_id": "a898f18f-ed98-360d-8a05-e0798e69cf83",
    "labels": [
        "Telarc Jazz"
    ],
    "label_ids": [
        "041fe137-8828-49bb-ad9e-8623ba85b371"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Montreal artist classically trained by Hungarian pianist Paul de Marky (a student of István Thomán). Growing up in a predominantly Black neighborhood, he was captivated by jazz. \n\nAt 14, he won the national music competition set by Canadian Broadcasting Corporation, dropped out of school, and became a professional pianist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}