Information about plays

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

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

{
    "id": 3589067,
    "uri": "https://api.kexp.org/v2/plays/3589067/?format=api",
    "airdate": "2025-12-09T21:02:31-08:00",
    "show": 65334,
    "show_uri": "https://api.kexp.org/v2/shows/65334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fasiya",
    "track_id": null,
    "recording_id": "0e089bc7-7ff3-46ac-b5a2-c70ec915145f",
    "artist": "Sona Jobarteh",
    "artist_ids": [
        "7778142f-c11a-44a1-8917-7e8a5d2d72df"
    ],
    "album": "Fasiya",
    "release_id": null,
    "release_group_id": "60e2d302-5382-4644-9e84-cbacca426f68",
    "labels": [
        "West African Guild Records"
    ],
    "label_ids": [
        "d4899eca-8f5a-40b4-9c7f-57a813ba5b72"
    ],
    "release_date": "2011-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Fasiya is the critically acclaimed landmark album from Sona Jobarteh, the talented multi-instrumentalist, singer, and composer from Gambia. She hails from one of the five prominent kora-playing griot families in West Africa. Notably, she is the first female professional kora player from a griot family, breaking gender barriers in this musical tradition.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}