Information about plays

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

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

{
    "id": 3593368,
    "uri": "https://api.kexp.org/v2/plays/3593368/?format=api",
    "airdate": "2025-12-20T05:44:05-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Morning Ride",
    "track_id": null,
    "recording_id": "d4fd609f-0906-4472-8711-14a7de32894d",
    "artist": "Fiji",
    "artist_ids": [
        "65482a1b-3e48-4074-83da-dde269faddb1"
    ],
    "album": "Xperience",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Blind Man Sound"
    ],
    "label_ids": [],
    "release_date": "2006-04-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fiji (George Brooks Veikoso) was a legendary Fijian-Hawaiian singer-songwriter, a pioneer of the Polynesian reggae (\"Jawaiian\") genre, known for his smooth voice blending reggae, R&B, and island soul, with major hits like \"Lia,\" inspiring generations and leaving a profound legacy in Pacific music until his passing in July 2025 at age 55.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}