Information about plays

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

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

{
    "id": 3595718,
    "uri": "https://api.kexp.org/v2/plays/3595718/?format=api",
    "airdate": "2025-12-25T06:32:39-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Christmas Tree",
    "track_id": null,
    "recording_id": "59b080a2-51d8-4e19-9930-8b267012ee0e",
    "artist": "The Supremes",
    "artist_ids": [
        "c1aa2ec9-53e7-4d90-8d36-bac75832e986"
    ],
    "album": "Merry Christmas",
    "release_id": null,
    "release_group_id": "50577f0e-e20e-3967-8710-5daba21d71a8",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1965-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By 1965, the Supremes were the biggest female group in the world.  With 5 number one hits under their belts, it was only fitting that they record other material and a Christmas album was destined to be.  With a mixture of traditional Christmas music and some Motown-penned tunes, \"Merry Christmas\" was released in November 1965.  One of the Motown tunes written for the album was \"My Christmas Tree,\" which was written by a soon-to-be-renowned songwriter, Jimmy Webb.  It was in fact his first song ever to be recorded by a major recording group. This tune would later be recorded by the Temptations and has become a favorite Motown Christmas tune.\n\nhttps://www.youtube.com/watch?v=bZNnKNGvPVs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}