Information about plays

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

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

{
    "id": 3595174,
    "uri": "https://api.kexp.org/v2/plays/3595174/?format=api",
    "airdate": "2025-12-24T02:54:44-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let It Snow (2020 holiday edition)",
    "track_id": null,
    "recording_id": "26684781-eb96-408f-8ed4-a9034f91d8cb",
    "artist": "Boyz II Men feat. Brian McKnight",
    "artist_ids": [
        "b42eca0f-9381-43db-badb-1cba080a7dc2",
        "bf75ef89-7b4c-4771-ac43-4d5c10617190"
    ],
    "album": "Let It Snow",
    "release_id": null,
    "release_group_id": "75bef2b0-b9fb-4c34-9697-ae8bd5b9baa5",
    "labels": [
        "MSM Music Group"
    ],
    "label_ids": [
        "7d95dee3-89df-4d5f-8d8a-b53da7d02454"
    ],
    "release_date": "2020-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jan. 28th at Oakland Arena!\nhttps://www.youtube.com/watch?v=k4s1wSCvs8k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}