Information about plays

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

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

{
    "id": 3595905,
    "uri": "https://api.kexp.org/v2/plays/3595905/?format=api",
    "airdate": "2025-12-25T15:47:32-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "https://coverartarchive.org/release/8588d32f-1fcd-4cd8-8ee3-57bb9e804916/30833876023-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8588d32f-1fcd-4cd8-8ee3-57bb9e804916/30833876023-250.jpg",
    "song": "Santa’s Coming Over",
    "track_id": null,
    "recording_id": "448fb7e9-e25c-4d43-bda5-60ff1addd8ab",
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "Santa’s Coming Over",
    "release_id": null,
    "release_group_id": "a7888010-4f2e-30d0-adae-0f5e2dfa647b",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Low's menacing ode to \"'Twas the Night Before Christmas\". Watch the official video consisting of kids staring eerily at you while the song plays: https://www.youtube.com/watch?v=xZIDci7FW6E\n\nhttps://www.alansparhawk.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}