Information about plays

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

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

{
    "id": 3442555,
    "uri": "https://api.kexp.org/v2/plays/3442555/?format=api",
    "airdate": "2024-12-25T01:26:03-08:00",
    "show": 62202,
    "show_uri": "https://api.kexp.org/v2/shows/62202/?format=api",
    "image_uri": "https://coverartarchive.org/release/9fccf457-7cb6-4d6c-8dff-919393fde5f6/17960159083-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9fccf457-7cb6-4d6c-8dff-919393fde5f6/17960159083-250.jpg",
    "song": "Back Door Santa",
    "track_id": null,
    "recording_id": "98df1ef2-6816-4334-86ef-aee0120c17c1",
    "artist": "Clarence Carter",
    "artist_ids": [
        "d24bd0d5-0bfe-43ca-9ddd-d731abda89d7"
    ],
    "album": "Soul Christmas",
    "release_id": null,
    "release_group_id": "a66981e6-1949-47de-9533-dc6016726695",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Clarence George Carter was a blind American singer, songwriter and guitarist, born in 1936, in Montgomery, Alabama. He released \"Back Door Santa\" on the 1969 album Testifyin'. \n\nRun-D.M.C. sampled it for \"Christmas in Hollis.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}