Information about plays

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

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

{
    "id": 3594173,
    "uri": "https://api.kexp.org/v2/plays/3594173/?format=api",
    "airdate": "2025-12-21T18:55:57-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "https://coverartarchive.org/release/7c3ee15f-e8b2-40f3-930c-f248a70470c5/11151207280-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7c3ee15f-e8b2-40f3-930c-f248a70470c5/11151207280-250.jpg",
    "song": "Let It Snow",
    "track_id": null,
    "recording_id": "8190c823-01f2-436d-8006-4797371892e6",
    "artist": "Boyz II Men feat. Brian McKnight",
    "artist_ids": [
        "b42eca0f-9381-43db-badb-1cba080a7dc2",
        "bf75ef89-7b4c-4771-ac43-4d5c10617190"
    ],
    "album": "Christmas Interpretations",
    "release_id": null,
    "release_group_id": "4f5895a6-57dc-3f48-8966-5bef219a7b0c",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1993-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Erocy!\n\n\"Let It Snow\" is a song co-produced and performed by Boyz II Men, featuring vocals from Brian McKnight. The song was issued as the only official single from the group's first holiday album, Christmas Interpretations (1993). Written by McKnight and Boyz II Men member Wanya Morris, it is a prequel to the song entitled \"Let It Snow '98\" by McKnight and themselves, from McKnight's first Christmas album, Bethlehem, which was released five years later.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}