Information about plays

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

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

{
    "id": 3595652,
    "uri": "https://api.kexp.org/v2/plays/3595652/?format=api",
    "airdate": "2025-12-25T03:34:09-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Drummer Boy",
    "track_id": null,
    "recording_id": "4b14b86a-131a-44f7-8e00-4e9f99f9b9b0",
    "artist": "Robert Glasper feat. The Baylor Project",
    "artist_ids": [
        "6e8f82ea-9e6d-4fdd-9b32-32feef13186b",
        "21d620c0-dbc7-4c50-a6b5-eb8578e67c17"
    ],
    "album": "In December",
    "release_id": null,
    "release_group_id": "650adad5-e08c-40c2-b3a0-fcc1fc05443f",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2023-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}