Information about plays

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

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

{
    "id": 3595644,
    "uri": "https://api.kexp.org/v2/plays/3595644/?format=api",
    "airdate": "2025-12-25T03:07:45-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Three Kings",
    "track_id": null,
    "recording_id": "c4146743-c08f-4472-b0e1-0698ce70a222",
    "artist": "The Ramsey Lewis Trio",
    "artist_ids": [
        "98789b37-4903-42b4-9f5a-2e602684bff5"
    ],
    "album": "More Sounds of Christmas",
    "release_id": null,
    "release_group_id": "02f61e24-36af-498b-b89f-ea13e4a43afd",
    "labels": [
        "Cadet Records"
    ],
    "label_ids": [
        "49dc6850-69e3-4b6b-9b24-692fecc3f640"
    ],
    "release_date": "1964-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}