Information about plays

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

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

{
    "id": 3604528,
    "uri": "https://api.kexp.org/v2/plays/3604528/?format=api",
    "airdate": "2026-01-15T04:07:44-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Night Drive",
    "track_id": null,
    "recording_id": null,
    "artist": "Alewya",
    "artist_ids": [
        "49b5386b-a606-41b1-90e8-d9e7983b6f1b"
    ],
    "album": "Night Drive",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London-based Alewya Demmisse, known mononymously as Alewya (ah-leh-WEE-yah), was born in Saudi Arabia to a Sudanese-raised Egyptian father and an Ethiopian mother. Night Drive, featuring Dagmawit Ameha of Addis Ababa, is her first new track since 2021. Check out the video: www.youtube.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}