Information about plays

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

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

{
    "id": 3595313,
    "uri": "https://api.kexp.org/v2/plays/3595313/?format=api",
    "airdate": "2025-12-24T10:01:58-08:00",
    "show": 65464,
    "show_uri": "https://api.kexp.org/v2/shows/65464/?format=api",
    "image_uri": "https://coverartarchive.org/release/250362d3-3161-407a-9d32-4fd3bcd1b557/6011300326-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/250362d3-3161-407a-9d32-4fd3bcd1b557/6011300326-250.jpg",
    "song": "’Twas the Night Before Christmas",
    "track_id": null,
    "recording_id": "4a4936d4-a365-455f-8bb8-018c44bf5389",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "This Christmas",
    "release_id": null,
    "release_group_id": "4044a4bd-3a63-3986-89b1-19e2accb6810",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2008-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}