Information about plays

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

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

{
    "id": 3623178,
    "uri": "https://api.kexp.org/v2/plays/3623178/?format=api",
    "airdate": "2026-02-27T21:07:37-08:00",
    "show": 66046,
    "show_uri": "https://api.kexp.org/v2/shows/66046/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ec3e9f6-ba42-4682-bd9f-30009568baa3/27054242483-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2ec3e9f6-ba42-4682-bd9f-30009568baa3/27054242483-250.jpg",
    "song": "Parole",
    "track_id": null,
    "recording_id": null,
    "artist": "Lady Donli",
    "artist_ids": [
        "ce1da4b5-dbe0-461a-bf54-2201b4a17bdf"
    ],
    "album": "Enjoy Your Life",
    "release_id": null,
    "release_group_id": "5bb42ad5-3f9f-4b17-91ae-c4df6b8daf58",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lady Donli was born in Cleveland, Ohio, and is the youngest of six children. She spent her early years in Abuja and Kaduna, where her dad is from. After her secondary school education, she moved to the United Kingdom, where she obtained a degree in law from the University of Surrey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}