Information about plays

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

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

{
    "id": 3595829,
    "uri": "https://api.kexp.org/v2/plays/3595829/?format=api",
    "airdate": "2025-12-25T11:47:29-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hooray for Santa Claus (Theme From \"Santa Claus Conquers the Martians\")",
    "track_id": null,
    "recording_id": "c5f34fa7-bc1b-474a-9bce-8af77000e878",
    "artist": "Sloppy Seconds",
    "artist_ids": [
        "6e1fb21c-1fc5-4d79-8d04-e3faabcee004"
    ],
    "album": "Lonely Christmas",
    "release_id": null,
    "release_group_id": "2e645f37-1bc1-32dc-9be3-0184381f1029",
    "labels": [
        "Taang! Records"
    ],
    "label_ids": [
        "7b95d1f1-2588-4a00-b093-e80e40a08548"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}