Information about plays

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

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

{
    "id": 3559779,
    "uri": "https://api.kexp.org/v2/plays/3559779/?format=api",
    "airdate": "2025-09-30T20:41:37-07:00",
    "show": 64712,
    "show_uri": "https://api.kexp.org/v2/shows/64712/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beykat",
    "track_id": "6f2f743f-aa8b-38d3-9009-16b942b1c8d9",
    "recording_id": "bfa4195b-ac87-4777-811f-116f745f891a",
    "artist": "Youssou N’Dour",
    "artist_ids": [
        "af081ea2-7a2c-4fbd-8200-92d62056b5f5"
    ],
    "album": "Joko (The Link)",
    "release_id": "15473d6c-b647-4c1f-89aa-53d7a62ab46f",
    "release_group_id": "3e384bd0-6fb4-3411-945f-323d26f2ec47",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2000-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Youssou N’Dour is a Senegalese singer, songwriter, musician, composer, and politician. N'Dour helped develop a style of popular Senegambian music known as mbalax, a genre that has sacred origins in the Serer music njuup tradition and ndut initiation ceremonies. This album, Joko (The Link) came out in 2000 and showcases his ability to fuse and create genres.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}