Information about plays

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

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

{
    "id": 3595030,
    "uri": "https://api.kexp.org/v2/plays/3595030/?format=api",
    "airdate": "2025-12-23T19:06:28-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deck the Halls",
    "track_id": null,
    "recording_id": "e9f83a52-952c-4402-a85c-9fa30f5d3fa0",
    "artist": "Jacob Miller & Ray I",
    "artist_ids": [
        "80ee581b-708e-494f-9741-fe72509dd255",
        "c92754e5-e7cb-4c09-86ce-13ff2054b18c"
    ],
    "album": "Mas! A Caribbean Christmas Party",
    "release_id": null,
    "release_group_id": "b42801ed-fc2e-317e-8114-91b982570a68",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}