Information about plays

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

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

{
    "id": 3551427,
    "uri": "https://api.kexp.org/v2/plays/3551427/?format=api",
    "airdate": "2025-09-10T21:01:44-07:00",
    "show": 64528,
    "show_uri": "https://api.kexp.org/v2/shows/64528/?format=api",
    "image_uri": "https://coverartarchive.org/release/69957b3d-c21c-4ec6-8871-9e48e698bd0b/39775215526-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/69957b3d-c21c-4ec6-8871-9e48e698bd0b/39775215526-250.jpg",
    "song": "Guzal (Beautiful)",
    "track_id": null,
    "recording_id": "78e731eb-1d32-44ad-970c-b68caa418c36",
    "artist": "Ismail Jalilov",
    "artist_ids": [
        "b735918a-b615-4474-95f1-4e7642270417"
    ],
    "album": "Synthesizing the Silk Roads: Uzbek Disco, Tajik Folktronica, Uyghur Rock & Tatar Jazz From 1980s Soviet Central Asia",
    "release_id": null,
    "release_group_id": "2ebe6c9f-3b66-452c-bac1-8cabd1f37b39",
    "labels": [
        "Ostinato Records"
    ],
    "label_ids": [
        "7aa0712a-3ad5-44a9-9a68-2001ffa91629"
    ],
    "release_date": "2024-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}