Information about plays

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

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

{
    "id": 3527442,
    "uri": "https://api.kexp.org/v2/plays/3527442/?format=api",
    "airdate": "2025-07-15T20:54:39-07:00",
    "show": 64023,
    "show_uri": "https://api.kexp.org/v2/shows/64023/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yegle Nesh",
    "track_id": null,
    "recording_id": "4bb1f576-4ad6-4c04-bcef-fb9db2bf3272",
    "artist": "Hailu Mergia",
    "artist_ids": [
        "0b40d946-2362-4445-90f6-a3a5f333bd30"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailu Mergia is an Ethiopian keyboardist, now based in Washington D.C., United States. He is best known for his role in the Walias Band in the 1970s, one of the most significant groups in Ethiopia’s \"golden age\" of music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}