Information about plays

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

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

{
    "id": 3595371,
    "uri": "https://api.kexp.org/v2/plays/3595371/?format=api",
    "airdate": "2025-12-24T13:49:14-08:00",
    "show": 65465,
    "show_uri": "https://api.kexp.org/v2/shows/65465/?format=api",
    "image_uri": "https://coverartarchive.org/release/dd601f24-f3d1-4f84-92df-9ea110a0a638/26645847329-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dd601f24-f3d1-4f84-92df-9ea110a0a638/26645847329-250.jpg",
    "song": "The Christmas Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Booker T. & the MG’s",
    "artist_ids": [
        "377015fb-c02f-4b05-960b-e0df6a7ea99e"
    ],
    "album": "In the Christmas Spirit",
    "release_id": null,
    "release_group_id": "b41ec4da-7f33-3e7a-b3a2-56d4aa051c15",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}