Information about plays

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

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

{
    "id": 3598163,
    "uri": "https://api.kexp.org/v2/plays/3598163/?format=api",
    "airdate": "2025-12-30T21:09:51-08:00",
    "show": 65519,
    "show_uri": "https://api.kexp.org/v2/shows/65519/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Naana Algenina (Garden Mint)",
    "track_id": null,
    "recording_id": null,
    "artist": "Savina Yannatou & Primavera en Salonico",
    "artist_ids": [],
    "album": "Watersong",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ECM Records"
    ],
    "label_ids": [
        "1edf842b-d727-4d27-8db6-f31882443f89"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Songs from across the Mediterranean, flowing through Greece and beyond, shaped by water, movement, and history.\nhttps://www.ecmrecords.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}